zwave-js / node-zwave-js

Z-Wave driver written entirely in JavaScript/TypeScript
https://zwave-js.github.io/node-zwave-js/
MIT License
755 stars 608 forks source link

Unable to trigger Zooz ZSE33 chimes with 10.1.0 #5053

Closed jfurtner closed 2 years ago

jfurtner commented 2 years ago

Is your problem within Home Assistant (Core or Z-Wave JS Integration)?

NO, my problem is NOT within Home Assistant or the ZWave JS integration

Is your problem within ZWaveJS2MQTT?

NO, my problem is NOT within ZWaveJS2MQTT

Checklist

Describe the bug

What causes the bug? Upgrading to 10.0.4 prevents Zooz ZSE33 chime from triggering or configuration changes from taking effect

What do you observe? Setting '[11-37-0-targetValue] Target value' to true does not make chime trigger. '[11-37-0-currentValue] Current value' does toggle to true then back to false, but no activation of device.

Have also noticed that making changes to configuration, like setting '[11-112-0-6] Chime Tone' does not take effect.

What did you expect to happen? Chime to make sounds and configuration changes to be made.

Steps to reproduce the behaviour:

  1. Find device in list, expand Binary Switch options
  2. Click on "ON" button to toggle on
  3. Observe that the UI slowly updates to show the state change (previous version was immediate), but no sounds or lights are toggled on the device.

    Configuration changes

    1. Find device in list, expand Configuration options
    2. Change an option, such as '[11-112-0-6] Chime Tone'
    3. Click the Send button
    4. Observe that the original setting is reverted in the UI, or refresh and note that no change has been made

Device information

Manufacturer: Zooz Model name: ZSE33 Node ID in your network: 11 (have another, device ID 10)

How are you using node-zwave-js?

Which branches or versions?

version: home assistant zwavejs2mqtt addin 0.46.1 node-zwave-js branch: 10.0.4 zwavejs2mqtt branch: 7.1.0

Did you change anything?

no

If yes, what did you change?

No response

Did this work before?

Yes (please describe)

If yes, where did it work?

Works with previous home assistant zwavejs2mqtt addin with these versions:

Attach Driver Logfile

zwavejs_current.log

jfurtner commented 2 years ago

I triggered another re-interview of the devices (then woke them up) and both started to work. I'm not sure what I did wrong the first time. Closing this.