Releases: zwave-js/node-red-contrib-zwave-js
Releases · zwave-js/node-red-contrib-zwave-js
Release v5.1.2
Changes
- Read me typo
Release v5.1.1
Changes
- Display Driver DB Version in node config
- Bump serial ports to 9.2.1
- Fix LGTM Alerts
Release v5.1.0
New Features
- Added an extremely advanced event-filter node, allowing node events to be filtered with ease.
- Added the ability to pipe log messages to a 2nd output pin of the Controller Node
- Added a new event type: ALL_NODES_READY
Fixes
- Fix phantom parentheses in node location.
Changes
- Improvements to the device paring wizard.
- Bump Zwave JS to 8.2.3
Release v5.0.0
Breaking Changes
- Legacy API has now been removed (deprecated in V4 PLEASE SEE MIGRATION GUIDE)
- Min Node version is now 12.22.2
- Node Inclusion, Exclusion and Replace methods are no longer possible using messages,
these must now be performed using the UI - The
node
property is now omitted for none node events.
Changes
- Migrate to Z-Wave JS Version 8
- Device Node status text is now reduced down to a more acceptable length
- Code refactoring
- Various bug fixes/improvements
- Migrated Read Me to github Wiki
- Improvements to ready status checks
- Sanity checks to ensure S0 and S2 encryption keys are present
New Features
- Added ZWave Security S2 support
- Multicast is now supported on CCAPI (set type commands Only)
- The text box inputs on the UI are now committed on the enter/return key.
- Added Individual Node Heal.
Release v4.3.0
-
Implemented critical driver error recovery.
This update implements a maximum retry routine (max 3), for critical driver errors.
Initially, critical errors were not recoverable, and needed a restart of the module.
We now try a maximum of 3 times, before giving up.
Release v4.2.1
- Fix Node Red V2 UI compatibility on the zwave Z-Wave tab.
Release 4.2.0
- Device Nodes can now be setup to only Send or Receive messages (or both), for better organisation.
- Device Nodes in a subflow, now offers the use of a Variable to specify a single node
- Node Lists in UI/Config, are now grouped by Location
- Corrected error in Readme example code
- Multicast bug fixes
Release v4.1.0
- Bug fixes on zwave-device node
- zwave-device node now has the following modes
- All Nodes
- Multiple Nodes
- Multicast
- Specific Node
- As Specified
- Bug fixes on the main node
- UI now handles the driver not being ready, and now waits before listing nodes.
- Bump Z-Wave JS to 7.12.1
Release v4.0.0
Possible Breaking Changes, Deprecation Warnings
- MAJOR API Transition : PLEASE SEE MIGRATION GUIDE
- Added Node Firmware Update UI
- Added Network Map UI
- Added Association Group Managment UI
- Selection of Home ID in the UI is no longer required.
- Fixed UI bug that stopped manaual entry for params with predefined values
- neighbors property has now been removed in NODE_LIST (see Change log 3.4.0)
- Association class has now been removed (see Change log 3.3.0)
- Value API Mode now supports a duration
- Added 2 more DriverAPI methods to retrieve network performance stats: getNodeStatistics, and getControllerStatistics
- Bump Z-Wave JS to 7.11.0
- Bump serialport to 9.2.0
Release v3.8.0
- Major User Interface Cleanup
- Controller Node status text is now repeated on the UI
- Firmware Version of the Controller and Devices is now displayed (replaces description)
- Insecure Inclusion checkbox removed, and replaced with a prompt
- The More Info button is now removed, as it never provided any useful info
- Reset Controller can now be performed in the UI
- Bug Fixes
- Optimisations/Improvments to UI communication with the main module
- Added a new Controller Method of ReplaceFailedNode (Also available in the UI)
- Log Level in config is now sorted by severity
- The NETWORK_HEAL_DONE event now contains an object detailing the Heal outcome.
- Small Optimisations to Z-Wave Device node
- Re-worked the Icons.
- Bump Z-Wave JS to 7.7.5