Skip to content

Releases: AlCalzone/ioBroker.zwave2

Release v2.4.3

18 Jan 21:53
Compare
Choose a tag to compare
  • Updated translations
  • Updated zwave-js from 8.9.1 to 8.11.2. Check out the releases for a detailed overview over the new and changed configuration files.
  • Add support for Humidity Control Mode CC
  • Add support for Humidity Control Operating State CC
  • Add support for Humidity Control Setpoint CC
  • Work around an issue where some devices could not be interviewed due to an incorrect Version CC response.
  • Fixed an issue where Supervision Get requests were not answered for sleeping nodes
  • Re-interviewing sleeping nodes now only resets the known information when the node wakes up
  • The colors dependency was recently corrupted on purpose. This patch updates all dependencies that depended on an affected version, directly or indirectly.

Release v2.4.2

23 Dec 13:58
Compare
Choose a tag to compare
  • Fix: Additional node-related commands now respect and update the node status
  • Fixed an issue where the communication could get stuck after aborting a command
  • New and updated configuration files, see here and here

Release v2.4.2-beta.1

17 Dec 09:46
Compare
Choose a tag to compare
Release v2.4.2-beta.1 Pre-release
Pre-release
  • Fixed the check for incomplete or incorrect value IDs

Release v2.4.2-beta.0

16 Dec 21:43
Compare
Choose a tag to compare
Release v2.4.2-beta.0 Pre-release
Pre-release
  • Experimental: The handling of messages has been rewritten from scratch and simplified. This may cause some unintended behavior.
  • Avoid interruption of the communication with a node by other nodes requesting responses from the controller
  • Improved reliability of encrypted communication
  • Battery-powered devices are nore sent to sleep more reliably
  • Fixed encoding of some configuration parameters
  • Fix: Limit allowed Node.js versions to 12.22.2+, 14.13.0+, 16+ and forbid installation on development Node.js versions
  • Fixed some crashes
  • Fixed an issue where healing the network would fail due to a too low timeout
  • Improved detection of sticks that do not support soft reset
  • New and updated configuration files, see here and here

Release v2.4.1

03 Nov 14:25
Compare
Choose a tag to compare
  • Fix: Correctly update UI when canceling an inclusion process
  • Fix: Check for SmartStart support before using it
  • Fix: Add missing translations
  • Fixed the automatic lifeline association for some devices
  • New and updated configuration files, see here

Release v2.3.3

03 Nov 14:12
Compare
Choose a tag to compare
  • Limit zwave-js version to 8.6.x to prevent accidental breaking changes

Release v2.4.0

02 Nov 15:51
Compare
Choose a tag to compare
  • Add support for SmartStart and inclusion of nodes with QR codes

Release v2.3.2

26 Oct 15:19
Compare
Choose a tag to compare
  • Try to detect sticks (like UZB and UZB1) that are incompatible with soft-reset and automatically disable it

Release v2.3.1

25 Oct 18:39
Compare
Choose a tag to compare
  • Add option to disable soft-reset, mention better solution in troubleshooting docs

Release v2.3.0

25 Oct 11:47
Compare
Choose a tag to compare
  • Add soft reset (restart) function for the controller
  • New and updated configuration files, see here