Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.
/ homebridge-efergy Public archive

A plugin for adding efergy into HomeKit (using nfarina/homebridge)

License

Notifications You must be signed in to change notification settings

luc-ass/homebridge-efergy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A plugin for adding efergy into HomeKit (using nfarina/homebridge)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published