1.2.4 • Published 4 years ago

homebridge-eedomus-outlet-meter v1.2.4

Weekly downloads
305
License
MIT
Repository
github
Last release
4 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

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.0

4 years ago

1.0.2

4 years ago

1.2.1

4 years ago

1.1.0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.40

5 years ago

0.1.30

5 years ago

0.1.31

5 years ago

0.1.32

5 years ago

0.1.10

5 years ago

0.1.33

5 years ago

0.1.11

5 years ago

0.1.34

5 years ago

0.1.12

5 years ago

0.1.35

5 years ago

0.1.13

5 years ago

0.1.36

5 years ago

0.1.14

5 years ago

0.1.37

5 years ago

0.1.15

5 years ago

0.1.28

5 years ago

0.1.29

5 years ago

0.1.20

5 years ago

0.1.21

5 years ago

0.1.22

5 years ago

0.1.23

5 years ago

0.1.24

5 years ago

0.1.25

5 years ago

0.1.26

5 years ago

0.1.2

5 years ago

0.1.38

5 years ago

0.1.16

5 years ago

0.1.8

5 years ago

0.1.39

5 years ago

0.1.17

5 years ago

0.1.7

5 years ago

0.1.18

5 years ago

0.1.19

5 years ago

0.1.9

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago