Skip to content

Releases: ebaauw/homebridge-deconz

v0.0.23

02 Oct 16:22
69fe925
Compare
Choose a tag to compare

Enhancements

  • Add LockPhysicalControls to smart plugs, so the Eve will treat it like a later-gen Eve Energy with Eve history for On, in addition to Total Consumption.

Bug Fixes

  • Devices with multiple lights resources: primary service was set service corresponding to resource with highest Zigbee endpoint instead of lowest.

Bump Dependencies

  • deCONZ v2.18.2;
  • NodeJS v16.17.1 LTS;
  • homebridge-lib v5.6.8;
  • ws v8.9.0.

v0.0.22

23 Aug 14:57
808e044
Compare
Choose a tag to compare

Bug Fixes

  • Warning: assertion failed on lights that don't support adaptive lighting, see #67.
  • Brightness Adjustment missing from UI form. see #67.

v0.0.21

19 Aug 13:34
dafdc32
Compare
Choose a tag to compare

Enhancements

  • Add brightnessAdjustment config.json parameter, see #67;
  • Include analysed state from gateway (deviceById) in dump file.

Bug Fixes

  • SyntaxError: lastUpdated: duplicate key on certain smart plugs, see #66;
  • Adaptive lighting improvements, see #68.

Bump Dependencies

  • NodeJS v16.17.0 LTS;
  • homebridge-lib v5.6.5.

v0.0.19

09 Aug 05:34
80a729b
Compare
Choose a tag to compare

Bug Fixes

  • AirPurifier (IKEA Starkvind): Filter Change was not set - take 2;
  • ZGPSwitch (most FoH switches), CLIPSwitch: TypeError on button event, see #62.

v0.0.18

07 Aug 09:08
a40bbcc
Compare
Choose a tag to compare

Enhancements

  • Add support for Hue tap dial switch (RDM002);
  • Add support for Sunricher four-button remote (ZG2833K4_EU06);
  • Add deconz Tutorial to Wiki.

Bug Fixes

  • Change error message when deCONZ reports invalid bidigeid, see #51.
  • AirPurifier (IKEA Starkvind): Filter Change was not set.

Bump Depedencies

  • deCONZ v2.17.1;
  • homebridge v1.5.0;
  • NodeJS v16.16.0;
  • homebridge-lib v5.6.4;
  • ws v8.8.1.

v0.0.17

18 Jun 08:26
2e5664e
Compare
Choose a tag to compare

Enhancements

  • Support for IKEA Starkvind Air Purifier, based on PR dresden-elektronik/deconz-rest-plugin#6124, which is expected to be merged in deCONZ v2.17.1. Note there's no history for Air Quality as the Starkvind reports PM2.5 rather than TVOC.
  • Support for history of Light Level, as introduced by Eve app v5.5. Hue motion sensors are now exposed with combined Motion, Light Level and Temperature history.
  • The debug dump file now includes the dynamic settings. For now, only Expose from the Device Settings services is included.

Bug Fixes

  • Motion history missing for combined Motion/Temperature sensors (like Hue motion sensor).
  • Some sensor values weren't set when creating the accessory.

Bump Dependencies

  • deCONZ v2.16.1;
  • Homebridge v1.4.1;
  • NodeJS v16.15.1 LTS;
  • homebridge-lib v5.6.0;
  • ws v8.8.0.

v0.0.16

14 May 09:26
91ab232
Compare
Choose a tag to compare

Enhancements

  • Check version of deCONZ gateways against recommended version.

Bug Fixes

  • Force rounding of value for Offset, see #44.
  • Error updating Power and Consumption values.
  • Handle non-HttpError errors from DeconzDiscovery, see #44.
  • Primary service not updated, causing Eve histroy to be missing, see #44.

Bump Dependencies

  • deCONZ v2.15.3;
  • homebridge-lib v5.5.0.

v0.0.15

18 Apr 14:29
7f06d79
Compare
Choose a tag to compare

Enhancements

  • Create debug dump file on startup.
  • Log migration resource link on Identify of the gateway accessory. See #31.

Bug Fixes

  • Change startup logic to handle changed IP addresses and misconfiguration, see #36.
  • Give blind more time to move, see #20.

Bump Dependencies

  • NodeJS v16.14.2 LTS;
  • homebridge-lib v5.4.0;
  • semver v7.3.7.

v0.0.14

13 Mar 16:58
c638fa8
Compare
Choose a tag to compare

Enhancements

  • Plugin has been verified, see homebridge/plugins#392.
  • Prepare for dynamic configuration of the plugin through the Homebridge UI.

Bug Fixes

  • Wrong API command setting thermostat mode, see #15.
  • State stuck on Opening or Closing when blind state changed by another programme.
  • Handle added/removed scenes.
  • TypeError on colour lights that don't support xy, see #19.
  • TypeError on TRADFRI wireless dimmer.

Bump Dependencies

  • homebridge-lib v5.3.0.

v0.0.13

13 Feb 21:22
0af365a
Compare
Choose a tag to compare

Enhancements

  • Support Motor Speed and Position Change for Aqara Roller Shade Driver E1.

Bug Fixes

  • Migration resource link would list all resources, instead of those exposed;
  • TypeError on Thermostat, see #6, #12.
  • Thermostat wrongly exposed as Temperature Sensor, see #9.
  • Window covering: Home would show Window covering device as Closing... on when first exposed with current position != 0.
  • Window covering: On stop, Target Position would be set to previous Current Position instead of current Current Position.

Bump Dependencies

  • ws v8.5.0.