Skip to content

Commit

Permalink
Bump Z-Wave JS to 14.3.8 and Z-Wave JS Server to 1.40.3 (#3930)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHjelmare authored Feb 12, 2025
1 parent 8e158cd commit e316767
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 3 deletions.
62 changes: 62 additions & 0 deletions zwave_js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,67 @@
# Changelog

## 0.10.0

### Features

- Z-Wave JS Server: Forward driver ready event
- Z-Wave JS Server: Support controller.cancelSecureBootstrapS2
- Z-Wave JS Server: Support zwave-js v14
- Z-Wave JS: Allow specifying RF region for OTA firmware updates if the region is unknown or cannot be queried
- Z-Wave JS: Add tryUnzipFirmwareFile utility to support zipped OTA firmware files

### Bug fixes

- Z-Wave JS Server: Fix stringify Uint8Arrays like Buffers
- Z-Wave JS: Fixed firmware updates fail to start on some devices with error "invalid hardware version"
- Z-Wave JS: Fixed another issue where some CC API methods would incorrectly fail validation of their arguments, causing the node interview to fail
- Z-Wave JS: Fixed an issue that prevented the nvmedit CI utility from starting
- Z-Wave JS: Fixed an issue where some CC API methods would incorrectly fail validation of their arguments
- Z-Wave JS: Fixed an issue where CC classes would have a different name when zwave-js was loaded as CommonJS, changing how those CCs were handled
- Z-Wave JS: Fix parsing of some older 500 series NVM formats
- Z-Wave JS: Fixed an issue where mock-server would not start due to an incorrect module format
- Z-Wave JS: Fixed an issue where the auto-generated argument validation for CC API methods would not work correctly in some cases when zwave-js was bundled
- Z-Wave JS: Fixed an issue where encoding a buffer as an ASCII string would throw an error on Node.js builds without full ICU
- Z-Wave JS: Parse negative setback state consistently
- Z-Wave JS: Ignore LR nodes when computing neighbor discovery timeout
- Z-Wave JS: Automatically fall back to Europe when setting region to Default (EU)

### Config file changes

- Preserve all endpoints for Fibaro FGFS101, FW 26.26
- Preserve all endpoints for Fibaro FGFS101, FW 25.25
- Updates to AEON Labs Minimote
- Auto-assign Lifeline for Trane XL624
- Disable Supervision for Everspring SP817 Motion Sensor
- Add wakeup instructions for ZSE43
- Add wakeup instructions for ZSE42
- Add wakeup instructions for ZSE41
- Add Zooz ZSE70 800LR
- Add new device config for Philips DDL240X-15HZW lock
- Add Z-Wave.me Z-Station
- Add HomeSys HomeMech-2001/2
- Ignore setpoint range for Ecolink TBZ500
- Add Aeotec TriSensor 8
- Disable Supervision for Everspring SE813

### Detailed changelogs

- [Z-Wave JS Server 1.40.3](https://github.com/zwave-js/zwave-js-server/releases/tag/1.40.3)
- [Z-Wave JS Server 1.40.2](https://github.com/zwave-js/zwave-js-server/releases/tag/1.40.2)
- [Z-Wave JS Server 1.40.0](https://github.com/zwave-js/zwave-js-server/releases/tag/1.40.0)
- [Z-Wave JS 14.3.8](https://github.com/zwave-js/node-zwave-js/releases/tag/v14.3.8)
- [Z-Wave JS 14.3.7](https://github.com/zwave-js/node-zwave-js/releases/tag/v14.3.7)
- [Z-Wave JS 14.3.6](https://github.com/zwave-js/node-zwave-js/releases/tag/v14.3.6)
- [Z-Wave JS 14.3.5](https://github.com/zwave-js/node-zwave-js/releases/tag/v14.3.5)
- [Z-Wave JS 14.3.4](https://github.com/zwave-js/node-zwave-js/releases/tag/v14.3.4)
- [Z-Wave JS 14.3.3](https://github.com/zwave-js/node-zwave-js/releases/tag/v14.3.3)
- [Z-Wave JS 14.3.2](https://github.com/zwave-js/node-zwave-js/releases/tag/v14.3.2)
- [Z-Wave JS 14.3.1](https://github.com/zwave-js/node-zwave-js/releases/tag/v14.3.1)
- [Z-Wave JS 14.2.0](https://github.com/zwave-js/node-zwave-js/releases/tag/v14.2.0)
- [Z-Wave JS 14.1.0](https://github.com/zwave-js/node-zwave-js/releases/tag/v14.1.0)
- [Z-Wave JS 14.0.0](https://github.com/zwave-js/node-zwave-js/releases/tag/v14.0.0)
- [Z-Wave JS 13.10.3](https://github.com/zwave-js/node-zwave-js/releases/tag/v13.10.3)

## 0.9.0

### Features
Expand Down
4 changes: 2 additions & 2 deletions zwave_js/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ codenotary:
signer: [email protected]
base_image: [email protected]
args:
ZWAVEJS_SERVER_VERSION: 1.39.0
ZWAVEJS_VERSION: 13.10.3
ZWAVEJS_SERVER_VERSION: 1.40.3
ZWAVEJS_VERSION: 14.3.8
2 changes: 1 addition & 1 deletion zwave_js/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 0.9.0
version: 0.10.0
slug: zwave_js
name: Z-Wave JS
description: Control a Z-Wave network with Home Assistant Z-Wave JS
Expand Down

0 comments on commit e316767

Please sign in to comment.