Node Zwave Js Versions Save

Z-Wave driver written entirely in JavaScript/TypeScript

v12.5.6

2 weeks ago

Bugfixes

  • NVM restore works around an issue in some 800 series controllers where the NVM migration built into the Z-Wave firmware would not work due to the SDK version being encoded incorrectly (#6777)

Config file changes

  • Add HomeSeer PS100 presence sensor, fix broken links (#6783)
  • Fix value size for Fibaro FGWCEU-201, params 150/151 (#6779)
  • Disable Supervision for Heatit Z-Temp2, firmware 1.2.1 (#6785)

v12.5.5

3 weeks ago

Features

  • Rework compat flags for Basic CC mapping (#6773)

Bugfixes

  • The protocolDataRate field in RouteStatistics is optional (#6746)
  • Fixed an infinite loop during NVM migration which could happen in rare cases (#6769)

Config file changes

  • Always map Basic CC to Binary Sensor CC for Aeotec ZW100 Multisensor 6 (#6773)

Changes under the hood

  • Reword recommendations on encrypting traffic (#6770)

v12.5.4

4 weeks ago

Bugfixes

  • Firmware updates on Z-Wave Long Range now utilize the larger frame size better (#6759)
  • Fixed an issue where multicast setValue had a SupervisionCCReport as the result instead of a SetValueResult (#6765)
  • Parsing of provisioning entries with numeric supportedProtocols (#6764)
  • Fix error when ConfigurationCCBulkGet response is missing (#6763)
  • Values from force-removed or endpoint-mapped CCs are no longer persisted (#6760)

Config file changes

  • Fix versioning logic for parameter 26 of Zooz ZEN72 (#6761)

v12.5.3

1 month ago

Bugfixes

  • Disallow associating a node with itself and skip self-associations when rebuilding routes (#6749)
  • Fix computation of SNR margin when noise floor measurement is N/A (#6732)

Config file changes

  • Add new Leviton 800 series devices (#6757)
  • Add UltraPro Z-Wave Plus In-Wall Toggle Switch, 700S (#6664)
  • Rename generic 700 series controller to include 800 series (#6744)
  • Add fingerprint and config parameters for UltraPro 700 Switch (#6726)
  • Add Zooz Zen37 800LR Wall Remote (#6577)

Changes under the hood

  • Several dependency updates

v12.5.2

1 month ago

Bugfixes

  • Add workaround for devices that omit notification event parameters instead of sending "no data" (#6719)

Config file changes

  • Added 11 Shelly Qubino Wave devices (#6633)
  • Add Heatit Leakage Water Stopper (#6605)
  • Add Ring Smoke/CO Listener (#6591)
  • Add ZVIDAR Z-TRV-V01 thermostatic valve (#6542)
  • Add Safe Grow NSG-AB-02 Z-Wave Plus Smart Outlet Plug (#6535)
  • Add a new productId and add parameters to 14297/ZW1002 outlet (#6517)

v12.5.1

1 month ago

Bugfixes

  • Fix/improve route diagnostics for Z-Wave LR devices (#6718)

v12.5.0

1 month ago

This release adds support for Z-Wave Long Range thanks to the amazing work of @jtbraun. Application developers planning to add support should read this to get started.

Features

  • Support Z-Wave Long Range (#6401, #6620)

Config file changes

  • Remove Association Groups 2 & 3 from AEON Labs DSB09 (#6691)
  • Correct group 3 label for GE/Enbrighten 26931/ZW4006 (#6703)
  • Add new Fingerprint for Ring Contact sensor (#6676)
  • Preserve root endpoint in Vision ZL7432 (#6675)
  • Add new Product ID to Fibaro Smoke Detector (#6603)
  • Add Product ID for Benext Energy Switch FW1.6 (#6602)
  • Add fingerprint for Ring Glass Break Sensor EU (#6590)
  • Change MH9-CO2 Temperature Reporting Threshold step size to 0.1 (#6581)
  • Add new product ID to Fibaro FGS-213 (#6576)
  • Add units, improve descriptions for Everspring ST814 (#6712)
  • Label and parameter definitions for Sensative Drip 700 (#6514)
  • Override supported sensor scales for HELTUN HE-ZW-THERM-FL2 (#6711)

v12.4.4

2 months ago

Bugfixes

  • NVM backups can now be restored onto 800 series controllers (#6670)

Config file changes

  • Use Color Switch V2 for Inovelli LZW42 (#6654)
  • Correct Zooz ZEN1x timer config params (#6648)

v12.4.3

3 months ago

Bugfixes

  • Reduce idle CPU load (#6640)

Config file changes

  • Extend version range for Vesternet VES-ZW-DIM-001 (#6636)

v12.4.2

3 months ago

Bugfixes

  • The check for a changed device config now always returns false for the controller (#6625)

Config file changes

  • Disable Supervision for Alfred DB1 Digital Deadbolt Lock to work around battery drain issue (#6629)
  • Add 2nd product ID for Ring Panic Button Gen2 (#6595)

Changes under the hood

  • Fix compatibility of ESLint plugin with Node.js 18 (#6580)