Open umglurf opened 3 days ago
Hey there @home-assistant/z-wave, mind taking a look at this issue as it has been labeled with an integration (zwave_js
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
zwave_js documentation zwave_js source (message by IssueLinks)
Are you building the container yourself? If so, you need to bump the version of node-zwave-js
to 14.3.6
Hi @AlCalzone
I've installed zwave-js-server using npm on a separate server. I see that the package.json declares
"peerDependencies": {
"zwave-js": "^14.0.0"
},
It sounds like that needs to be updated, so that installing zwave-js-server pulls in the correct version. I will test upgrading it manually later today.
Correct
I've updated zwave-js and verified that it then works
The problem
After upgrading to zwave-js-server 1.40.2, when trying to lock or unlock my Danalock zwave doorlock, zwave-js-server fails with the following error:
When downgrading to 1.40.0, it works again
What version of Home Assistant Core has the issue?
core-2024.11.3
What was the last working version of Home Assistant Core?
core-2024.11.3
What type of installation are you running?
Home Assistant Container
Integration causing the issue
z-wave
Link to integration documentation on our website
https://www.home-assistant.io/integrations/zwave_js
Diagnostics information
home-assistant_zwave_js_2024-11-23T19-26-03.817Z.log
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response