Skip to content

Releases: zwave-js/node-red-contrib-zwave-js

Release v5.1.2

06 Sep 19:20
Compare
Choose a tag to compare

Changes

  • Read me typo

Release v5.1.1

06 Sep 18:29
e8941bb
Compare
Choose a tag to compare

Changes

  • Display Driver DB Version in node config
  • Bump serial ports to 9.2.1
  • Fix LGTM Alerts

Release v5.1.0

06 Sep 06:38
58072ce
Compare
Choose a tag to compare

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

23 Aug 09:00
85fb46d
Compare
Choose a tag to compare

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

25 Jul 13:19
2815197
Compare
Choose a tag to compare
  • 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

21 Jul 18:22
a828479
Compare
Choose a tag to compare
  • Fix Node Red V2 UI compatibility on the zwave Z-Wave tab.

Release 4.2.0

21 Jul 11:36
aa1e21d
Compare
Choose a tag to compare
  • 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

18 Jul 16:31
e1f1a5c
Compare
Choose a tag to compare
  • 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

09 Jul 17:34
6d7a350
Compare
Choose a tag to compare

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

19 Jun 11:18
2309ca3
Compare
Choose a tag to compare
  • 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