Skip to content

Releases: ebaauw/homebridge-hue

v0.14.1

22 Oct 12:02
38bcce4
Compare
Choose a tag to compare

Bug Fixes

  • TypeError when patching whitelisted lights, see #1191.

v0.14.0

21 Oct 19:57
e112f20
Compare
Choose a tag to compare

Internal Changes

Version 0.14 is a major code refactor from v0.13, concerning the following:

  • Convert to ECMAScript modules;
  • Use JavaScript classes instead of prototypes;
  • Split off ph tool and supporting classes to hb-hue-tools;
  • Remove support for deCONZ gateway.

Note that Homebridge Hue still uses the old Homebridge static platform accessory model, see #1070.

Enhancements

  • New modelid values for Hue smart button and Hue wall switch module, see #1185.

Bump Dependencies

  • Homebridge v1.8.4 and v2.0 readiness;
  • NodeJS v2.18.0 LTS;
  • Gen-2 (square) Hue bridge API v1.67.0;
  • hb-hue-tools v1.0.1;
  • homebridge-lib v7.0.9;
  • fakegato-history v0.6.5.

Note that Homebridge Hue still does run under NodeJS v22, due to an issue with fakegato-history.

v0.13.70

13 Dec 12:24
800d7aa
Compare
Choose a tag to compare

Migration to Homebridge deCONZ

This is the last version of Homebridge Hue to support deCONZ, see #1070.
As v0.15, expected in January 2024, Homebridge Hue will no longer support the deCONZ gateway.
If you are still using Homebridge Hue with a deCONZ gateway, plan your migration now. See #1070 (comment) for details.

  • The "warning: support for deCONZ has been deprecated in favour of Homebridge deCONZ" is now logged as an error.
  • Remove mention of the deCONZ gateway from documentation and Wiki.
  • ph: no longer support the deCONZ gateway.

Bump Dependencies

  • Gen-2 Hue bridge API v1.61.0;
  • NodeJS v20.10.0 LTS;
  • homebridge-lib v6.7.3;
  • ws v8.15.1.

v0.13.69

17 Nov 13:50
d1794c4
Compare
Choose a tag to compare

Bug Fixes

  • config.json: resetTimeout: not a boolean, see #1175

Bump Dependencies

  • Homebridge v1.7.0;
  • homebridge-lib v6.7.0.

v0.13.68

03 Nov 12:07
f593dab
Compare
Choose a tag to compare

Bug Fixes

  • Intermittent duplicate Single Press events on gen-2 Hue bridges with event stream, see #1172.
  • Big fix: resetTimeout missing from Settings UI form, see #1170.

Bump Dependencies

  • NodeJS v20.9.0 LTS;
  • homebridge-lib v6.6.4;
  • fakegato-history v0.6.4.

v0.13.67

23 Sep 18:22
5a359d2
Compare
Choose a tag to compare

Enhancements

  • Add option not to discover deCONZ gateways, see #1070 (comment):
    • noDeconz config.json setting:
    • ph discover -n

Bump Dependencies

  • Gen-2 Hue bridge API v1.60.0;
  • deCONZ v2.23.1;
  • NodeJS v20.7.0;
  • homebridge-lib v6.5.1;
  • ws v8.14.2.

v0.13.66

11 Aug 13:27
8d07e93
Compare
Choose a tag to compare

Changes

Bump Dependencies

  • NodeJS v18.17.1 LTS;
  • homebridge-lib v6.4.1;
  • xml2js v0.6.2.

v0.15.65

22 Jul 21:46
2090726
Compare
Choose a tag to compare

Bug Fixes

  • warning: recommended version: node vundefined LTS, see #1163.

v0.13.64

22 Jul 20:04
3c153d4
Compare
Choose a tag to compare

Bump Dependencies

  • Gen-2 Hue bridge API v1.59.0;
  • deCONZ v2.22.2;
  • NodeJS v18.17.0;
  • homebridge-lib v6.4.0.

v0.13.63

25 Jun 10:16
7324832
Compare
Choose a tag to compare

Bug Fixes

  • Refactor logic to handle button (and rotary) events, see Discord.
    This should deal with changed event stream format in API v1.58.0 and re-enable support for dual button actions on the FoH and Hue tap switches, which was broken in v0.13.57, fixing #1148.