0.9.14 • Published 4 years ago

homebridge-accessory-neurio v0.9.14

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

homebridge-accessory-neurio

A neur.io accessory plugin for Homebridge.

Installation

Run these commands:

% sudo npm install -g homebridge
% sudo npm install -g homebridge-accessory-neurio

On Linux, you might see this output for the second command:

npm ERR! pcap@2.0.0 install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!

If so, please try

% apt-get install libpcap-dev

and try

% sudo npm install -g homebridge-accessory-neurio

again!

NB: If you install homebridge like this:

sudo npm install -g --unsafe-perm homebridge

Then all subsequent installations must be like this:

sudo npm install -g --unsafe-perm homebridge-accessory-neurio

Configuration

Edit ~/.homebridge/config.json, inside "accessories": [ ... ] add:

{ "accessory" : "neurio"
, "name"      : "Home Energy Monitor"
, "location"  : "a.b.c.d"

// optional, here are the defaults
, "options"   : { "ttl": 600, "verboseP" : false }

// also optional, supply either both or neither
, "username"  : "Aladdin"
, "password"  : "OpenSesame"
}

How can you determine the IP address ("a.b.c.d")? Run homespun-discovery, of course.

0.9.13

4 years ago

0.9.14

4 years ago

0.9.12

5 years ago

0.9.11

5 years ago

0.9.10

5 years ago

0.9.9

5 years ago

0.9.8

6 years ago

0.9.7

6 years ago

0.9.6

6 years ago

0.9.5

6 years ago

0.9.3

6 years ago

0.9.2

6 years ago

0.9.1

6 years ago

0.2.7

9 years ago

0.2.5

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago