homebridge-easee

Easee Charger platform plugin for [HomeBridge](https://github.com/nfarina/homebridge).

Usage no npm install needed!

<script type="module">
  import homebridgeEasee from 'https://cdn.skypack.dev/homebridge-easee';
</script>

README

homebridge-easee


Easee platform plugin for Homebridge.

About


Supports the ablity to lock and unlock charger from HomeKit

Notes on testing

This plugin is being developed and verified and may be very buggy.

Installation

  1. Install this plugin using: npm install -g homebridge-easee
  2. Use plugin settings to edit config.json and add your account info.
  3. Run Homebridge
  4. Pair to HomeKit

Config.json example with child bridge

"platforms": [
    {
        "name": "Easee",
        "username": "username",
        "password": "password",
        "refreshRate": 60,
        "showStartStop": false,
        "showPauseResume": true,
        "showToggle": false,
        "showLight": false,
        "_bridge": {
            "username": "0E:6C:D4:F2:16:EB",
            "port": 35919
        },
        "platform": "easee"
    }
]