Releases: ebaauw/homebridge-p1
Releases · ebaauw/homebridge-p1
v1.0.10
v1.0.9
v1.0.8
v1.0.7
v0.1.5
v0.1.4
v0.1.3
Bug fixes
- Only expose Voltage and Current when reported by meter, see #7 (comment);
- Error: http status 405 on querying npm registry.
Bump versions:
- Node v8.11.2 LTS;
- homebridge-hue-utils v0.4.11.
v0.1.2
Breaking changes (for consistency with homebridge-hue):
- History is now stored in
~/.homebridge/accessories/history_
id.json
instead of in~/.homebridge/
host_
name_persist.json
; - Electricity and Gas are now exposed as (custom) Resource services instead of Outlet services. Consequently, the (read-only) characteristics for Power and In Use have been removed. Apple's home app now lists the accessories as unsupported instead of requiring a firmware update.
Enhancements:
- Support Prolific Technology cable, see #7;
- On startup, issue debug message for found serial ports.
Bump versions:
- node v8.11.1;
- homebridge v0.4.42;
- fakegato-history v0.5.1;
- serialport v6.2.0.
To upgrade, best uninstall homebridge-p1 and re-install it, to make sure the node-gyp rebuild
for serialport
works:
$ sudo npm -g un homebridge-p1
$ sudo npm -g i homebridge-p1 --unsafe-perm