I recently bought a few (cheap) Zigbee color bulbs.
With Phoscon I could add them without any problem and can see them in my overview of Home Assistant with this result:
Here a can pick any color I like. (So far so good)
What I would like to achieve is that they turn to a certain color under certain conditions in Node Red.
f.e red when I open the front door when the alarm is still on and green when te alarm is off.
In the screenshot you will see a lot of options that can be filled in but I have honestly no idea what to put where. All my experiments gave a red color as result.
Anybody an idea how tho make f.e. green?
You don’t put it in the output properties, that just changes the msg for nodes that come after. You put it in the ‘Data’ field. It should look something like - {“rgbww_color” : [0,255,0,0,0]}