Setting Values Using MQTT_pub #1867
-
Hi all, I am essentially just trying to toggle a dimmer switch (multilevel switch) using MQTT_pub. Not sure if I'm just screwing up on syntax, or if I'm approaching this all wrong. Looking at the discussion: #1222, It seems like I should be sending a payload {"value": 0} to turn the light on, and a payload {"value": 99} to turn the light to 100% brightness. I am sending this payload to the topic: But, nothing happens. Any assistant is greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solved this. The correct topic for this is: zwave/Kitchen/Kitchen_Sink_Lights/38/0/targetValue/set |
Beta Was this translation helpful? Give feedback.
Solved this. The correct topic for this is:
zwave/Kitchen/Kitchen_Sink_Lights/38/0/targetValue/set