Skip to content

Releases: ebaauw/homebridge-hue

v0.15.2

24 Nov 19:40
c8a0efe

Choose a tag to compare

Changes

Bump Dependencies

  • Gen-2 Hue bridge and Hue bridge pro API v1.74.0;
  • NodeJS v24.11.1 LTS;
  • hb-hue-tools v1.2.3;
  • homebridge-lib v7.1.13.

v0.15.1

30 Oct 16:58
c30c750

Choose a tag to compare

Bug Fixes

  • Update description for lights and sensors in the UI form, see #1221.

Bump Dependencies

  • NodeJS v24.11.0 LTS;
  • Homebridge v1.11.1;
  • homebridge-lib v7.1.12;
  • hb-hue-tools v1.2.2.

v0.15.0

10 Sep 14:07
0588d8c

Choose a tag to compare

Enhancements

This release adds support for the Hue bridge pro, see #1219.

Additionally, this release updates the way it handles the HTTPS connection to the Hue bridge, as per Signify's guidance. It requires the server certificate on the Hue bridge (gen-2 or pro) to be signed by Signify's root CA and no longer accepts self-signed certificates.
If you run into a certificate validation error, then ensure you have automatic update enabled and/or manually update the bridge by connecting to it with the Hue app.

Bump Dependencies

  • Gen2 Hue bridge and Hue bridge pro API v1.73.0;
  • homebridge v1.11.0;
  • NodeJS v22.19.0 LTS;
  • hb-hue-tools v1.2.0;
  • homebridge-lib v7.1.8.

v0.14.14

24 Mar 21:04
2d68859

Choose a tag to compare

Bump Dependencies

  • fakegato-history v0.6.7. This should re-establish Homebridge v2 compatibility.

v0.14.13

15 Mar 14:49
56da8d4

Choose a tag to compare

Bug Fixes

  • Fix use of deprecated permissions, failing Homebridge 2.0 compatibility, see #1212.

Bump Dependencies

  • Remove Homebridge 2.0 compatibility due to an issue with fakegato-history, see #1212.

v0.14.12

11 Feb 15:41
1fb6cff

Choose a tag to compare

Bump Dependencies

  • NodeJS v22.14.0 LTS;
  • homebridge v1.9.0;
  • hb-hue-tools v1.1.7;
  • homebridge-lib v7.1.4.

v0.14.11

27 Jan 17:28
93a99db

Choose a tag to compare

Bump Dependencies

  • hb-hue-tools v1.1.6;
  • homebridge-lib v7.1.3.

v0.14.10

20 Jan 19:48
b983673

Choose a tag to compare

Bump Dependencies

  • NodeJS v22.13.0 LTS;
  • hb-hue-tools v1.1.5;
  • homebridge-lib v7.1.2.

v0.14.9

07 Dec 16:29
7be5959

Choose a tag to compare

Bump Dependencies

  • Hue bridge gen-2 API v1.68.0;
  • NodeJS v22.12.0 LTS;
  • hb-hue-tools v1.1.4;
  • homebridge-lib v7.1.1.

v0.14.8

25 Nov 21:23
e440ef5

Choose a tag to compare

Bug Fixes

When trying to establish an HTTPS connection to the Hue bridge on port 80, this (obviously) fails with the opaque error message: "write EPROTO C0EAFE76:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354:". This happens when the Hue bridge is specified with hostname and port 80 instead of just hostname. See #1196.

  • Check values for hosts parameter in config.json, and ignore any ports specified.