Hi lads,
I have a whole bunch of lights (even rollershutters etc) that are sending and receiving over mqtt
my state topic:
cloudapp/QBUSMQTTGW/UL1/UL4/state
with it’s value
{“id”:“UL4”,“properties”:{“value”:100},“type”:“event”}
the command topic:
cloudapp/QBUSMQTTGW/UL1/UL4/setState
with it’s value 100 equalling both brightness and 0 equaling off
{“id”:“UL4”,“type”:“state”,“properties”:{“value”:100}}
Can anyone help me with the right info for my yaml file?
i seem to be bumping against the json content