Hello
I am a little stuck on how to get the following to work in Node-RED.
I have 3 different lights (front of house) lets call them light1, ligth2 and light3
Managed to create an Entity in Node-RED that I can control from homepage in Hassio. (called ALL_ON)
All works when I made the link from ALL_ON to the lights.
Also to know it is just a pulse it is sending to these lights (lights in an pulse relay)
All lights are individually controllable by hard switch or by button in hassio
I am trying to create an single button that turns on all 3 lights even if any of them is already on.
Light1 = on
Light2 = off
Light3 = off
And pressing ALL_ON should then turn on the Light2 and Light3.
As done with pulses if sending pulse they will just change state.
All lights have sensor.light1 and switch.light1 in hassio
However I cant figure out how to do this.
Any help or pointing in what direction to read is helpful