I have 3 neopixel strips of about 4.5m mounted to my pergola. The cables to the outer two are parallel to the power cable for the motors. Sometimes after using the motors some of the first pixels show a dim color, I think that the motor current induced signals to the data line of those 12V LEDs. Is there a way to tell ESPHome to send a off signal every few minutes when the LEDs are not activly used?
Fixing the wiring is difficult, as I had to choose a wire big enough to reduce the voltage drop over 4m even when LEDs are full on and also use a common size to have a gasket to make it water tight.
How do I fix it with the intervall component?
The question for me is does the light.turn_off action also sends the data to the bus even it knows it should be off already? Or do I have to set it to like 1% brightness before?
By visible you mean noticable in the LEDs or in the Home Assistant logs? I would rather not send 2 additional commands every 2 minutes over wifi and have them logged.
I will try if it works without turning on first.