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

Fibaro FGS222 switch state is not getting updated when using the pyhsical switch #7419

Closed nipsgur closed 2 days ago

nipsgur commented 1 week ago

Checklist

Deploy method

Docker

Z-Wave JS UI version

9.27.2.b0ade31

ZwaveJS version

14.3.2

Describe the bug

Since the last update the state of the FGS222 relay switches is not updated, when I use the physical switch. (I can still switch it with my home automation domoticz via mqtt.) I noticed it, since the change if the relay switch triggers other lights, I would be glad about any suggestions, Torben

To Reproduce

I press the switch, but in the UI I don't see a change of the binary switch. I have two, it shows up on both,

Expected behavior

Pressing the switch fo FG222 should change the state of the binary switch in the UI

Additional context

No response

robertsLando commented 5 days ago

Please make a driver log, loglevel debug and attach it here as a file (drag & drop into the text field).

nipsgur commented 5 days ago

zwave-js-ui-store.zip

Hi, hope that is the correct one.

AlCalzone commented 2 days ago

This should be fixed in the latest release v14.3.4 (https://github.com/zwave-js/node-zwave-js/pull/7426) If not, feel free to report back and reopen the issue.

nipsgur commented 2 days ago

Perfect! Thanks a lot, both relay switches are reporting their state to the controller after I updated.