I'm using Sonoff Zigbee Bridge with Tasmota. Furthermore I'm using Node-red but whatever I do I can't set my Zigbee switch. I'm familliar with the following topic: Tradfri / ZBbridge (zigbee) / Tasmota commands in Node-Red and this helps me a little but further but I don't got it to work. They stated the following:
{
"topic":"cmnd/yourbridge/ZbSend",
"payload":{"Device":"0x7509","Send":{"Power":"off"}}
}
On my bridge console I can see the following:
tele/zigbee/SENSOR = {"ZbReceived":{" Aq1":{"Device":"0xF885","Name":" Aq1","Illuminance":15,"Occupancy":1,"Endpoint":1,"LinkQuality":58}}}
Hereby my flow:
[{"id":"434ba335.1c8b7c","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"25ebc363.49ce9c","type":"mqtt out","z":"434ba335.1c8b7c","name":"","topic":"tele/zigbee/SENSOR","qos":"2","retain":"","broker":"89bfc099.8b73e","x":560,"y":240,"wires":},{"id":"68581e1e.8842","type":"inject","z":"434ba335.1c8b7c","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{"Device":"0xDA52","Send":{"Power":"Toggle"}}","payloadType":"json","x":150,"y":240,"wires":[["25ebc363.49ce9c"]]},{"id":"89bfc099.8b73e","type":"mqtt-broker","z":"","name":"","broker":"192.168.1.232","port":"1883","clientid":"","usetls":false,"compatmode":false,"keepalive":"15","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closePayload":"","willTopic":"","willQos":"0","willPayload":""}]
What am I doing wrong? It would help me a lot if somebodye shows me a flow that actually works