0.1.4 • Published 6 years ago

homebridge-efergy v0.1.4

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

Homebridge-Efergy

homebridge-plugin for EnergyHive / Efergy Engage.

Installation

Follow the instruction in NPM for the homebridge server installation. The plugin is published through NPM:

sudo npm install homebridge-efergy

Configuration

Example:

{
    "accessory": "Efergy",
    "name": "Efergy",
    "token": "abcdefghijklmnopqrstuvwxyz123456789",
    "offset" : "-60"
    "period": "day",
}
  • Token: can be generated if you log into your EngergyHive-/Engage-Account and navigate to Settings > App tokens
  • Offset: Your GMT-Offset (for example -60 for Berlin).
  • Period: Accepts the following values: minute, hour, day, week, month, year
  • Offset and period are optional. They fall back to 0/day.

To Do

  • add battery status for "Meter-Box-Device"

Change Log

0.1.0

  • Added fakegato-history (thank you mylesgray)
0.1.4

6 years ago

0.0.1

8 years ago