Releases: AlCalzone/ioBroker.zwave2
Releases · AlCalzone/ioBroker.zwave2
Release v2.4.3
- Updated translations
- Updated
zwave-js
from8.9.1
to8.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
Release v2.4.2-beta.1
- Fixed the check for incomplete or incorrect value IDs
Release v2.4.2-beta.0
- 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
- 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
- Limit
zwave-js
version to 8.6.x to prevent accidental breaking changes
Release v2.4.0
- Add support for SmartStart and inclusion of nodes with QR codes
Release v2.3.2
- Try to detect sticks (like UZB and UZB1) that are incompatible with soft-reset and automatically disable it
Release v2.3.1
- Add option to disable soft-reset, mention better solution in troubleshooting docs
Release v2.3.0
- Add soft reset (restart) function for the controller
- New and updated configuration files, see here