Skip to content

Releases: ebaauw/homebridge-deconz

v1.0.26

11 Feb 15:19
8cb7489
Compare
Choose a tag to compare

Bug Fixes

  • Thermostat: Don't re-scale Valve Position, since state.valve already reports the percentage. See #243.
  • Thermostat: Whitelist Danfoss eTRV0100 and eTRV0103 to use heat instead of auto for config/mode, see #242.

Bump Dependencies

  • homebridge v1.9.0;
  • hb-deconz-tools v2.0.8;
  • homebridge-lib v7.1.4.

v1.0.25

27 Jan 17:12
7dee3d2
Compare
Choose a tag to compare

Bug Fixes

  • Workaround for deCONZ REST API bug, that it sometimes doesn't expose /groups/0, see #241;
  • Dynamic setting exposeScenes on a accessory for a deCONZ group didn't work, see Discord.

Bump Dependencies

  • hb-deconz-tools v2.0.7;
  • homebridge-lib v2.2.1.

v1.0.24

20 Jan 19:43
3762850
Compare
Choose a tag to compare

Enhancements

  • Whitelist clones of Sunricher 8-button remote, see #239.

Bug Fixes

  • "service type not available" error when restoring a cached accessories with serviceType set, see #235
  • waitTimeReset was parsed as Boolean instead of integer, see #233. Thanks to @martijndeh.

Bump Dependencies

  • hb-deconz-tools v2.0.6;
  • homebridge-lib v7.1.2.

v1.0.22

02 Nov 14:03
3218cbf
Compare
Choose a tag to compare

Bump Dependencies

  • Homebridge v1.8.5;
  • hb-deconz-tools v2.0.5;
  • homebridge-lib v7.1.0.

v1.0.21

11 Oct 09:22
d3c9288
Compare
Choose a tag to compare

Bug Fixes

  • Testing smoke, CO, leak, and alarm sensors wouldn't be visible in HomeKit, when the device clears the test state too soon (like the FireAngel sensors).

v1.0.20

05 Oct 10:47
5226a87
Compare
Choose a tag to compare

Enhancements

Bump Dependencies

  • hb-decoz-tools v1.0.4;
  • homebridge-lib v7.0.9.

v1.0.18

17 Sep 19:31
142568b
Compare
Choose a tag to compare

Bug Fixes

  • Service definition wouldn't be loaded dynamically when setting serviceName through dynamic configuration not when restoring a cached accessory with serviceName set. This would cause the accessory not to be exposed, unless the service was already loaded because an existing / previously restored accessory uses it. In case of failure, a misleading warning message was issued: "warning: /lights/6: On/Off light: not yet supported lights type" (the message should list the serviceName service, rather than the device type). The warning was then followed by a "TypeError: Cannot read properties of undefined (reading 'length')". See Discord.

v1.0.17

04 Sep 09:47
c152203
Compare
Choose a tag to compare

Enhancements

Bump Dependencies

  • deCONZ v2.28.1;
  • homebridge-lib v7.0.8.

v1.0.15

23 Aug 21:21
3dd408b
Compare
Choose a tag to compare

Homebridge v2 / HAP-NodeJS v1

  • Strip illegal characters (like /) from resource names before creating HomeKit accessory and service names; Rename "On/Off" buttons to "Power".
    Note that devices with illegal characters in their names that are already exposed by previous versions of Homebridge deCONZ will cause HAP-NodeJS v2 to issue a "HAP-NodeJS WARNING: The accessory 'Configured Name' has an invalid 'ConfiguredName' characteristic". To get rid of these, change the accessory and service names in HomeKit, or un-expose and re-expose the device using ui (note that you will lose any associations to HomeKit rooms, groups, scenes, and automations).

Enhancements

  • Accessory and Service delegate classes are now loaded on-demand (i.e. when the first device using these is exposed). This reduces the memory footprint of Homebridge deCONZ, especially when only a view device types are exposed;
  • Whitelist CLIPDaylighOffset as unsuported sensors type (to prevent unknown sensors type warning). See #225.
  • Don't reset logLevel to 2 when un-exposing a gateway;
  • Default periodicEvents to false. Note that this only applies to newly exposed gateways. For gateways already exposed, use ui to change the setting.

Bump Dependencies

  • homebrdge-lib v7.0.6.

v1.0.13

21 Aug 16:03
94e7881
Compare
Choose a tag to compare

Bug Fixes

  • Support for Homebridge v2 (beta), see #223;
  • TypeError: service.addCharacteristicDelegate is not a function when exposing LIDL Silvercrest HG06338, see #217.

Bump Dependencies

  • deCONZ v2.27.6;
  • homebridge v1.8.4 or v2.0.0-beta;
  • hb-deconz-tools v2.0.3;
  • homebridge-lib v7.0.5.