Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

homebridge-eedomus-outlet-meter

LeJeko372MIT1.2.4

Switch Outlet from eedomus and history with fakegato-history

homebridge-plugin, outlet, eedomus, power, history, fakegato

readme

homebridge-eedomus-outlet-meter

npm npm Donate

Description

A simple Homebridge plugin for eddomus outlets providing data to Elgato Eve app using Fakegato-History. Appears as a regular outlet with "in use" state in Home app.

eedomus box create two separate periph_id for "state" and "power metering". Usually the second one was the next periph_id but you can change it if needed. You can avoid accidental shutdown, with the "lock_on" option.

Installation

npm install -g homebridge-eedomus-outlet-meter

Configuration

This plugin needs one accessory per outlet. The following parameters are supported:

{
   "accessory": "eedomusOutlet",       // mandatory
   "name": "TV power",                 // name in HomeKit
   "periph_id": 123456,                // eedomus API periph_id
   "periph_id_meter": 123457,          // (Optional) Default : periph_id + 1
   "eedomus_connection": "ip",         // connection method (Default: "cloud")
   "eedomus_ip": "1.2.3.4",            // eedomus ip address
   "api_user": "XXXXXX",               // eedomus API user
   "api_secret": "YYYYYYYYYYYYYYYY",   // eedomus API secret
   "refreshSeconds": 5,                // (Optional) Default: 10
   "lock_on": true                     // (Optional) Default: false
}

Credits

https://github.com/t-j-n/homebridge-mystromoutlet
https://github.com/simont77/homebridge-myhome