i want to control each single LED of a 2 meter long LED Strip (288 LEDs) out of Home Assistant.
I’ve tried this with the JSON API with following command: curl http://172.16.200.52/json -d '{"seg":{"i":[20,"FF0000"]}}' -H "Content-Type: application/json"
The command suceeds, but no LED would lit up.
Is it generally possible to control each single LED of such a long strip?
For the Moment i have splitted the strip into 15 segments and i control these out of Home Assistant.
Yeah unless you unit is on to start with you need to add “on” to your json ,the way i did that is with a loop , also you could use presets with the same command