Skip to content

Releases: ebaauw/homebridge-p1

v1.0.10

13 Sep 17:17
Compare
Choose a tag to compare

Bump versions:

  • NodeJS v8.12.0;
  • homebridge v0.4.45;
  • homebridge-lib v1.0.8.

v1.0.9

02 Sep 12:41
Compare
Choose a tag to compare

Enhancements:

  • Support DSMR 2.2+, see #10;
  • Improved error handling when parsing P1 telegrams;
  • Timeout when no telegram is received and allow homebridge to start;

v1.0.8

19 Aug 12:29
Compare
Choose a tag to compare

Bump versions:

  • NodeJS v8.11.4 LTS;
  • homebridge-lib v1.0.7;
  • semver v5.5.1.

v1.0.7

09 Oct 08:39
Compare
Choose a tag to compare

Bump dependencies

  • NodeJS v12.19.0 LTS;
  • homebridge-lib v4.7.16.

v0.1.5

17 Jun 10:02
Compare
Choose a tag to compare

Bump versions:

  • NodeJS v8.11.3;
  • homebridge v0.4.43;
  • homebridge-lib v1.0.2.

v0.1.4

02 Jun 10:21
Compare
Choose a tag to compare

Bump dependencies:

  • homebridge-lib v1.0.0 (en lieu of homebridge-hue-utils);
  • moment v2.22.2.

v0.1.3

18 May 09:30
Compare
Choose a tag to compare

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

08 May 09:40
Compare
Choose a tag to compare

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

v0.0.2

23 Feb 20:27
Compare
Choose a tag to compare

Initial release.