Struggling to find the correct syntax for power on / off a tradfri lightbulb with a SonOff ZBbridge with Tasmota on it from Node-Red.
I have lots of other switches witch I control from Node-red, but the ZBbridge in between makes it a litte complex for me
A normal switch works with
t[{"id":"63456e41.361b2","type":"mqtt out","z":"338d727f.43c00e","name":"","topic":"cmnd/Bureau/power","qos":"","retain":"","broker":"58f75f51.08c4d","x":660,"y":620,"wires":[]},{"id":"e2956ba8.e045c8","type":"inject","z":"338d727f.43c00e","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"ON","payloadType":"str","x":300,"y":620,"wires":[["63456e41.361b2"]]},{"id":"58f75f51.08c4d","type":"mqtt-broker","z":"","name":"Localhost","broker":"localhost","port":"1883","clientid":"","usetls":false,"compatmode":false,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"","willQos":"0","willPayload":""}]
Putting ZbSend {"Device":"0x7509","Send":{"Power":"off"}} in the web console of the Tasmota ZBridge works, I can switch the bulb.
But I cannot figure out what/how to send from node-red.
When I have one correct flow, I can probable figure out other things such as hue, color etc.
Anybody who would help me out?