Releases: ebaauw/homebridge-hue
Releases · ebaauw/homebridge-hue
v0.14.1
v0.14.0
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 tohb-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
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
v0.13.68
v0.13.67
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
Changes
- With the release of Homebridge deCONZ v1, support for devices connected to a deCONZ gateway has been deprecated. See Future Development of Homebridge Hue.
Bump Dependencies
- NodeJS v18.17.1 LTS;
- homebridge-lib v6.4.1;
- xml2js v0.6.2.