Releases: AlCalzone/ioBroker.zwave2
Release v1.4.0
Updated zwave-js
to v4.0.1. This includes the following features:
- Improved support for legacy devices that don't include all CCs in the NIF, like
Fibaro FGRM 222
. - Added support for
Sound Switch CC
- Added support for
Alarm Sensor CC
. This CC will only be used ifNotification CC
is not supported.
Release v1.3.8
Fixed transmission issues caused by overlapped secure transactions
Release v1.3.6
Added some details to the Multi Channel Association CC
interview logging
Configured lifeline node associations of newer devices should now be set correctly
CRC-16
-encapsulated commands can now be received
The log file is complete again
Release v1.3.5
Added some details to the Multi Channel Association CC
interview logging
Configured lifeline node associations of newer devices should now be set correctly
The CRC-16 Command Encapsulation CC
is now correctly detected as implemented
The log file is complete again
Release v1.3.4
The association UI no longer crashes if an empty association object is returned
The target endpoint selection for associations is now hidden if an association does not support multiple target endpoints
Fixed an incompatibility with nodes that have a different number of "normal" associations than multi channel associations, e.g. FGRM-222
The association UI now distinguishes between associations to the device and the root endpoint
Many fixes related to handling associations and multi channel associations
Creating a log file works again
Added support for Devolo Dimmer (MT2760) and Shutter (MT2761) (thanks @nicoh88)
When the interview process fails to set a lifeline association with Multi Channel Association CC
, it now tries again with Association CC
Release v1.3.3
Logfiles are now logged in the correct order and some unnecessary logging was removed
Fixed an error when using the DoorLockCC setValue API when not all configuration values have been received
Errors while sending firmware fragments are now caught and logged
The adapter no longer crashes when the serial device exists but does not respond
Improved compatibility with some devices that send invalid Multi Channel Endpoint Find Reports
, e.g. TKB Home TZ74 Dual Switch
Release v1.3.2
Fixed a crash that happens when a Multi Command CC
is received
Release v1.3.1
Fixed an issue where secure Multi Channel Association Reports were not correctly deserialized
Fixed an issue where some associations to the root endpoint could not be removed
Release v1.3.0
Added support for firmware updates. WARNING: Use at your own risk!
Fibaro FGMS-001 Motion sensor
: All association groups are now configured to point to the controller
When re-interviewing a node, the information about its command classes is also reset
Release v1.2.1
The inclusion dropdown works again