Skip to content

Releases: AlCalzone/ioBroker.zwave2

Release v1.4.0

26 Jun 11:49
Compare
Choose a tag to compare

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 if Notification CC is not supported.

Release v1.3.8

18 Jun 20:21
Compare
Choose a tag to compare

Fixed transmission issues caused by overlapped secure transactions

Release v1.3.6

17 Jun 10:36
Compare
Choose a tag to compare

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

17 Jun 10:20
Compare
Choose a tag to compare

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

16 Jun 18:28
Compare
Choose a tag to compare

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

15 Jun 21:31
Compare
Choose a tag to compare

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

15 Jun 09:57
Compare
Choose a tag to compare

Fixed a crash that happens when a Multi Command CC is received

Release v1.3.1

14 Jun 17:52
Compare
Choose a tag to compare

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

14 Jun 15:30
Compare
Choose a tag to compare

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

13 Jun 13:33
Compare
Choose a tag to compare

The inclusion dropdown works again