0.1.2 • Published 1 year ago

homebridge-efergy3 v0.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago