CW WW LED Strip (2 pins) with ESPHome?

Hey there,

I have several CW / WW LED strips installed in my home. They are currently driven by this setup:

12 V Power Supply

RF LED Controller - Output seems to be 2 pin 5V

Splitters - 2 pins per LED strip. Here two strips are connected.

The controler allows to set the brightness and color temperature of the strips but it requires an RF remote control and I would like to replace it with a smarter solution.

How exactly are LED strips with warm and cold white LEDs controlled over two wires? And how can this be realized with ESPHome?

I hope someone knows how to do this.
Thank you in advance!

Best,
GaRv3

Only way I’m aware of is configuration where warm and cold LEDs have opposite polarity and the driver is switching polarity at high frequency based on color asked.

Have a look at the H Bridge component, you will need a driver for it.

Oh, okay. I did not know this exists.
What kind of driver can I use?
Thank you.

Any h-bridge driver that doesn’t use separate pwm channel.
But be aware of the note on that esphome component page.
To have flicker free experience the polarity has to be switched really fast and I seriously doubt Esphome can make it.

Oh, wow. So the better solution would probably be to create an ESPHome RF remote to control the original drivers…

To my opinion yes. Or find a driver that makes the polarity switching on hardware. Or hack the original controller.