-
-
Notifications
You must be signed in to change notification settings - Fork 220
Description
Checklist
- I am not using Home Assistant. Or: a developer has told me to come here.
- I have checked the troubleshooting section and my problem is not described there.
- I have read the changelog and my problem is not mentioned there.
Deploy method
Home Assistant Add-on
Z-Wave JS UI version
The last version of z-wave JS UI that worked is v9.12. I have the problem in all subsequent versions.
ZwaveJS version
12.5.6 is last version working.
Describe the bug
First of all, I use zwave-js-ui in Home Assistant. But my problem is clearly related to zwave-js and not to Home Assistant.
Among a few devices, my zwave-js-ui in Home Assistant controls a TKB Home dimmer. Here is a screenshot in zwave-js-ui v9.12:

All works fine. In particular, I can type a value in "Target value" and click the right arrow. The value will be transferred to "Current value" and the device state updated accordingly.
When I upgrade to zwave-js-us v9.13 or any subsequent version, it does no longer work. The value is transferred to "Current value" during a brief instant, but then, it is reverted to the previous value and the device state is not updated. However, I can "perform a level change (up)" or "a level change (down)", this part working properly in newer versions. But, as "Target value" is no longer transferred in "Current value", I can no longer control the device in Home Assistant.
I have stayed stuck with zwave-js-ui v9.12 for one year, hoping that the issue would finally be resolved. But it still is not.
To Reproduce
The issue seems to be specifically related to the TKB Home dimmer, as zwave-js-ui works fine with all my other devices.
This is node 25. I include the logs (in debug mode), both with zwave-js v12.5.6 and zwave-js v15.10.0.
Expected behavior
I would like to be able to control my device in versions of zwave-js-ui later than 12.9, so that I can update my zwave-js-ui.
Additional context
Thanks in advance for any hint to help me solve my problem.