Hi .
Im trying to get the LED's controlled via nqtt on node red, here is what i have done.
Using command line mqtt publish , everything works perfectly eg
root@debiandell:/home/mozart# mosquitto_pub -h 192.168.2.117 -t cmnd/tasled1/color -m 1
root@debiandell:/home/mozart# mosquitto_pub -h 192.168.2.117 -t cmnd/tasled2/color -m 1
root@debiandell:/home/mozart# mosquitto_pub -h 192.168.2.117 -t cmnd/tasled2/color -m 2
root@debiandell:/home/mozart# mosquitto_pub -h 192.168.2.117 -t cmnd/tasled2/color -m 3
Using this i can control the colour , scheme perfectly.
the problem i am having is in node red , i just can't get the command correct.
If i publish cmnd/tasled2/color3 i get no change in colour and this in the log window
19:04:17 MQT: stat/tasled2/RESULT = {"Color3":"000000"}
If i try and publish a scheme i get no scheme change and this in the command window
cmnd/tasled2/scheme4
19:05:30 MQT: stat/tasled2/RESULT = {"Scheme":1}
19:05:30 MQT: tele/tasled2/WAKEUP = {"Wakeup":"Done"}
I'm pretty sure its how to make the command correct .
Can anyone point me in the right direction
Many thanks