Skip to content

Releases: deconz-community/node-red-contrib-deconz

V2.3.3

31 Jan 13:14
Compare
Choose a tag to compare

Fixed

  • Fix HomeKit value translation for inverted range. (#196) @Zehir

V2.3.2

29 Jan 12:43
Compare
Choose a tag to compare

Added

  • Added HomeKit attribute Position State for windows cover. @Zehir

Changed

  • Removed invalid HomeKit attributes ContactSensorState and On for windows cover. @Zehir

Fixed

  • Fix loading of default values for api node. @Zehir

V2.3.1

15 Jan 13:40
Compare
Choose a tag to compare

Fixed

  • Add missing HomeKit conversion for Windows cover attributes. (#196) @Zehir

V2.3.0

10 Jan 21:01
Compare
Choose a tag to compare

Added

  • Scenes call target for Custom commands. (#184) @Zehir
  • Api node for sending commands to the bridge. (#193) @Zehir

Fixed

  • Do not display websocket errors on server stop. (#165) (#192) @Zehir

V2.2.1

26 Dec 22:28
Compare
Choose a tag to compare

Fixed

  • Display error when trying to load a device list with an undeployed server configuration node. @Zehir
  • Make sure that the default scene call mode is single. (#190) @Zehir
  • Fix scene picker loading on undeployed server node. (#190) @Zehir

V2.2.0

26 Dec 18:44
Compare
Choose a tag to compare

Added

  • Dynamic scene call, you can now call a scene from the device selection and the scene name. (#184) @Zehir

Fixed

  • Cleanup status on requests errors. (#185) @Zehir
  • Do not display device not set if commands have only scene call. (#186) @Zehir

V2.1.3

06 Dec 15:10
Compare
Choose a tag to compare

Fixed

  • Fix error msg for device with no color. (#182) @Zehir
  • Fix input node displaying incorrect status. @Zehir

V2.1.2

26 Nov 15:14
Compare
Choose a tag to compare

Fixed

  • Fix formatting value of ContactSensorState for HomeKit. (#180) @WildPhilippAppeared

V2.1.1

25 Nov 22:00
Compare
Choose a tag to compare

Fixed

  • Fix tests of configuration migration. @Zehir

V2.1.0

25 Nov 20:09
Compare
Choose a tag to compare

Added

HomeKit format

  • You can now select which characteristics you want in the payload. @Zehir
  • Initial support for ZHAThermostat. Can be used with Heater Cooler or Thermostat. @Zehir

Changed

HomeKit format

  • Rework HomeKit attributes handling. @Zehir
  • The characteristics 'Hue', 'Saturation' and 'ColorTemperature' are now only added if the colormode of the light is '
    hs' or 'ct'. @Zehir

Fixed

  • Fix add button now showing up in NR 1.2.9 on the Output rules and Commands. @Zehir