Hi, im not getting my LED Bulb running with nodered. Maybe someone can help me.....
First of all im running node-red on an raspi4 with zigbee2mqtt.
I got my bulb paired with my zigbee stick, so there is allready communication. But I dont know how i can now control it.
here is my flow I tried now 2 nights to solve the problem and searched the internet. Maybe one of you guys can help me.
[{"id":"30f418c1.dea57","type":"inject","z":"9a2d09f8.bc7f28","name":"","topic":"ON","payload":"on","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":110,"y":200,"wires":[["15e4ab71.c7f175","760ff35b.1438b4"]]},{"id":"c790ddc7.950d3","type":"inject","z":"9a2d09f8.bc7f28","name":"","topic":"off","payload":"off","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":110,"y":300,"wires":[["15e4ab71.c7f175","760ff35b.1438b4"]]},{"id":"15e4ab71.c7f175","type":"mqtt out","z":"9a2d09f8.bc7f28","name":"","topic":"zigbee2mqtt/light","qos":"2","retain":"","broker":"4deac92e.463c38","x":380,"y":260,"wires":},{"id":"760ff35b.1438b4","type":"debug","z":"9a2d09f8.bc7f28","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":350,"y":140,"wires":},{"id":"4deac92e.463c38","type":"mqtt-broker","z":"","name":"Martins MQTT Server","broker":"mqtt://localhost","port":"1883","clientid":"","usetls":false,"compatmode":false,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthRetain":"false","birthPayload":"","closeTopic":"","closeQos":"0","closeRetain":"false","closePayload":"","willTopic":"","willQos":"0","willRetain":"false","willPayload":""}]