homebridge-plugin for EnergyHive / Efergy Engage.
Follow the instruction in NPM for the homebridge server installation. The plugin is published through NPM:
sudo npm install homebridge-efergy
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.
- add battery status for "Meter-Box-Device"
- Added fakegato-history (thank you mylesgray)