1.2.4 • Published 3 years ago

homebridge-eedomus-outlet-meter v1.2.4

Weekly downloads
305
License
MIT
Repository
github
Last release
3 years ago

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

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.0

3 years ago

1.0.2

3 years ago

1.2.1

3 years ago

1.1.0

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.40

4 years ago

0.1.30

4 years ago

0.1.31

4 years ago

0.1.32

4 years ago

0.1.10

4 years ago

0.1.33

4 years ago

0.1.11

4 years ago

0.1.34

4 years ago

0.1.12

4 years ago

0.1.35

4 years ago

0.1.13

4 years ago

0.1.36

4 years ago

0.1.14

4 years ago

0.1.37

4 years ago

0.1.15

4 years ago

0.1.28

4 years ago

0.1.29

4 years ago

0.1.20

4 years ago

0.1.21

4 years ago

0.1.22

4 years ago

0.1.23

4 years ago

0.1.24

4 years ago

0.1.25

4 years ago

0.1.26

4 years ago

0.1.2

4 years ago

0.1.38

4 years ago

0.1.16

4 years ago

0.1.8

4 years ago

0.1.39

4 years ago

0.1.17

4 years ago

0.1.7

4 years ago

0.1.18

4 years ago

0.1.19

4 years ago

0.1.9

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago