Skip to content

Commit 1767158

Browse files
committed
chore: release v3.1.0
Updated `zwave-js` to `10.23.6`. This includes the following changes: * Added support for `Security S2` multicast * Added support for parsing additional information from `Notification CC Reports`. Note that this may change the values reported for Door/Window sensors! If you rely on the old behavior, use the new `Door state (simple)` value instead. * Added support for `Energy Production CC` and `Window Covering CC` * On devices where legacy alarm values are mapped, the resulting `Notification` values are now created during the interview. * Fixed an issue where communication with a node included with `Security S2` was not always using encryption. * Fixed an issue where the Z-Wave stack would not start on Windows systems * Z-Wave controllers hosted remotely over TCP can now be discovered using mDNS * Disconnects of Z-Wave controllers hosted remotely over TCP are now detected again * All commands contained in a `Multi Command CC` are now properly handled * Failures while assigning routes to nodes no longer mark the node as dead (unless they actually are) * Values for unsupported `Door Lock CC` features are no longer created * Several reliability/correctness improvements for device interviews * Auto-assign routes between nodes after creating a new association * Values for `Battery`, `Meter`, `Multilevel Switch` and (in some cases) `Notification CC` are now queried periodically or on device wakeup * Notification variables (like Lock jammed) are now updated when another received report indicates a change, even if the device did not update the notification variable itself. * Fixed a startup crash that happens when the controller returns an empty list of nodes * Fixed a crash that happens when message from an unknown node was received * Several improvements for auto-assigning Lifeline associations * Lots of new and updated configuration files, see [Z-Wave JS releases](https://github.com/zwave-js/node-zwave-js/releases) for details
1 parent 37a06a6 commit 1767158

File tree

5 files changed

+276
-282
lines changed

5 files changed

+276
-282
lines changed

CHANGELOG_OLD.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Older changes
2+
## 3.0.1 (2022-08-27)
3+
* Fixed crashes related to missing or incorrectly loaded dependencies
4+
25
## 3.0.0 (2022-08-25)
36
Updated `zwave-js` to `10.0.0`. This includes a ton of changes, including:
47
* Dropped support for Node.js 12

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Easy usage in ioBroker was kept in mind during the whole development. For exampl
4040
Placeholder for next versions:
4141
### __WORK IN PROGRESS__
4242
-->
43-
### __WORK IN PROGRESS__
43+
### 3.1.0 (2023-09-27)
4444
Updated `zwave-js` to `10.23.6`. This includes the following changes:
4545
* Added support for `Security S2` multicast
4646
* Added support for parsing additional information from `Notification CC Reports`. Note that this may change the values reported for Door/Window sensors! If you rely on the old behavior, use the new `Door state (simple)` value instead.
@@ -82,9 +82,6 @@ Fixed some more communication issues. If a device isn't working properly after u
8282
### 3.0.2 (2022-08-30)
8383
* Fixed some crashes and communication issues
8484

85-
### 3.0.1 (2022-08-27)
86-
* Fixed crashes related to missing or incorrectly loaded dependencies
87-
8885
## License
8986

9087
MIT License

0 commit comments

Comments
 (0)