Skip to content

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

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

Release v3.7.1

29 May 08:48
577de59
Compare
Choose a tag to compare
  • Fix typo in SetRFRegion code 😠

Release v3.7.0

29 May 08:12
17b7c8d
Compare
Choose a tag to compare
  • Added ToggleRF method to the Controller class
  • Added SetRFRegion and GetRFRegion methods to the Controller class
  • Bumped Z-Wave JS to 7.7.1
  • Bumped Serial Ports to 9.1.0

Release v3.6.0

26 May 16:47
b0a3f65
Compare
Choose a tag to compare
  • Added ability to Keep Nodes Awake using a controller method of KeepNodeAwake
  • Added Keep Awake Status in NODE_LIST
  • Bumped Z-Wave JS to 7.6.0

Release v3.5.0

25 May 20:11
3acf78a
Compare
Choose a tag to compare

Possible Breaking Change

  • Added support for User Code CC to Managed mode
  • Added support for Alarm Sensor CC to Managed mode
  • Added support for Barrier Operator CC to Managed mode
  • Added support for Clock CC to Managed mode
  • Fixed Meter Optional param
  • Removed a temporary work around capturing the mismatched endPoint property
    endpoint is now the required property (no longer a capital P) if specifying the endpoint.
    See change log for 1.3.0.
  • Optimisations to Duration porcessing
  • The forceUpdate object for Managed access, can now contain any property normally found in the ValueID interface.
    Including overwriting the endpoint property - which will normally be provided for you.
  • Bump Z-Wave JS to 7.5.2
  • Bump Serial Ports

Release v3.4.0

13 May 09:23
361bc2c
Compare
Choose a tag to compare

Deprecation Warnings

  • Added a PollValue method to the Unmanaged class
  • Added a GetValueDB method to the Driver class
  • Added a GetNodeNeighbors method to the Controller class
  • The neighbors property for each node in NODE_LIST is now set for removal. (4.0.0)
  • Added Ability to adjust how frequently the values and metadata should be written to disk.
  • Added Ability to set a custom location for device config files
  • Node property sections no longer auto expanded in the UI (this can be changed)
  • Bump Z-Wave JS

Release v3.3.1

02 May 10:16
afac3b1
Compare
Choose a tag to compare
  • Added an optional forceUpdate object for Managed mode usage. #51
  • Added the realtime status of the controller to the Node status text. #47
  • Z-Wave Node Name and Location are now stored on the target device (if supported)
  • Improved Controller status events to further describe the order
  • Updated the descriptions between Managed and Unmanaged Modes

Release v3.3.0

30 Apr 20:07
2603cbd
Compare
Choose a tag to compare

Deprecation Warnings

  • Bump Z-Wave JS
  • Added new Association management methods via a new Associations class
  • The Managed Association and AssociationGroupInfo classes are now marked for removal. (4.0.0)
  • Improvements/fixes to logger
  • Fixed Some UI weirdness
  • Improvements/fixes to Z-Wave Device Node

Release v3.2.4

26 Apr 19:34
c9b7334
Compare
Choose a tag to compare
  • Fixed issue where null was being compared to undefined