Skip to content

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

Release v3.2.1

08 Apr 15:21
77ff59a
Compare
Choose a tag to compare
  • Added Home Assistant Guide
  • Example syntax highlighting

Release v3.2.0

07 Apr 10:27
5ca746f
Compare
Choose a tag to compare
  • Bump Z-Wave JS (7.1.1).
  • Overhauled Enum value validation (they are now imported, no longer mirrored)
  • Enum values are removed from read me - you can now obtain them using class: Driver, operation: GetEnums
  • Added support for Sound Switch CC to Managed mode.
  • Added support for Multi Level Sensor CC to Managed mode.
  • Fixed ThermostatSetback enum validation
  • Node Red module logging, is now embedded within the Z-Wave JS Logs.
  • Added Z-Wave JS statistics reporting (optional).

Release v3.1.3

28 Mar 09:01
f801fa6
Compare
Choose a tag to compare
  • Bump Z-wave JS.
  • Small updates to read me.

Release v3.1.2

26 Mar 17:36
b378610
Compare
Choose a tag to compare
  • Fixed missing node property in messages, when ZWave Device nodes are in use.

Release v3.1.1

26 Mar 15:23
Compare
Choose a tag to compare
  • Introduced a new node type of ZWave Device
    This node works in conjunction with the main Z-Wave JS Controller node, allowing for much greater flexibility within your flows.
    The node acts as a single ZWave device, allowing it to be placed in different flows.
  • Bug fixes.
  • code improvements

Release v3.0.0

24 Mar 17:41
0660adb
Compare
Choose a tag to compare

BREAKING CHANGES - See Read Me

  • Bug Fixes to Management UI
  • The Controller Node, is now hidden from the list of nodes.
  • Migrated to Z-Wave JS V7
  • Logging options added to config UI
  • Some 1.4.0 optimsiations removed, as recent changes to Z-Wave JS has made them unnecessary
  • Changes to the NOTIFICATION event.
  • Controller operation GetNodes no longer returns an empty entry.
  • Fixed newly added nodes, not being marked as ready (and therefore not passing events)
  • Per node information when calling GetNodes has been substantially increased.
  • Node status is now a string 'Unknown', 'Asleep', 'Awake', 'Dead', 'Alive'
  • Added a Controller function SetNodeLocation
  • Added support for Entry Control CC to Managed mode.
  • Fix Node-Red crash when using SetValue and where a timeout occurs on a node (#29)