Page 1 of 1
Direct access from Domoticz to zwave js ui
Posted: Sunday 20 August 2023 10:32
by thaui
Is there a possibility with Domoticz directly changing values in zwave js ui environment. Some Multilevel devices have values which can be accessed by zwave js ui but not with Domoticz.
Re: Direct access from Domoticz to zwave js ui
Posted: Sunday 20 August 2023 13:26
by gizmocuz
Which sensors/devices are that? If it are number devices, you should be able to configure them by pressing the 'Setup' button next to the hardware
Else could you post some MQTT config topics+payload?
Re: Direct access from Domoticz to zwave js ui
Posted: Monday 21 August 2023 18:11
by thaui
thanks for the reply. I have some trouble with the 'setcolbrightnessvalue' parameter on a Qubino RGBW flush dimmer. Every time I send this parameter the color will change but the level goes up to 100%.
os.execute("curl \"
http://127.0.0.1:8080/json.htm?type=com ... hite=false\"")
So I intend to do it directly in Zwave js ui. But the behavior is the same. A solution could be to use the color grid in Domoticz. There is no change of the level when changing the color. But unfortunately the RGB value will not be accepted when entered manually. Where is the trick?