I making some aquarium controller, added sonoff 4 ch Pro ( with tasmota on it), one node mcu 8266 board to control it manually if needed. Some addressable thermostat ( dallas) and 4 pushbutton switch on it.
And thought I would put some signal lights for the status check as well. I added config ( on ESP Home):
individually addressable LED strip (right now I can change all 4 LED’s together).
Now the question is can I or how can I send commands for different LEDs ? ( When sonoff switch 1 is on then LED 1 [0] id red when off then is green, when sonoff switch 2 is on then LED 2 [1] is red and etc. ) I think I can to automation in node-red with that, but how I send commands separately for each LED ?
Now I have new problem with that - I can control each led from integration section on HA, but whe I try to send commands from Developer Tools, then It makes changes in integration popup window section but the commands won’t reach to the LEDs - any ideas ?