1.2.4 • Published 5 years ago

homebridge-eedomus-outlet-meter v1.2.4

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

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.0

5 years ago

1.0.2

5 years ago

1.2.1

5 years ago

1.1.0

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.40

6 years ago

0.1.30

6 years ago

0.1.31

6 years ago

0.1.32

6 years ago

0.1.10

6 years ago

0.1.33

6 years ago

0.1.11

6 years ago

0.1.34

6 years ago

0.1.12

6 years ago

0.1.35

6 years ago

0.1.13

6 years ago

0.1.36

6 years ago

0.1.14

6 years ago

0.1.37

6 years ago

0.1.15

6 years ago

0.1.28

6 years ago

0.1.29

6 years ago

0.1.20

6 years ago

0.1.21

6 years ago

0.1.22

6 years ago

0.1.23

6 years ago

0.1.24

6 years ago

0.1.25

6 years ago

0.1.26

6 years ago

0.1.2

6 years ago

0.1.38

6 years ago

0.1.16

6 years ago

0.1.8

6 years ago

0.1.39

6 years ago

0.1.17

6 years ago

0.1.7

6 years ago

0.1.18

6 years ago

0.1.19

6 years ago

0.1.9

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago