sinric icon indicating copy to clipboard operation
sinric copied to clipboard

Sinric Pro RGB light issue

Open pedrofnm opened this issue 3 years ago • 1 comments

Hello again:)

I have an issue on DiY light bulb and I hope you can help me.
So I bought an esp 01 RGB controller + 16 ws2812b led ring (https://m.pt.aliexpress.com/i/32789908774.html) and I used the example code of SinricPro of addressable RGB light bulb. The code it's working but there is some issues that I can't figure out. The first issue it's the colors, they don't match. It seems it's missing the red color so all the other colours are messed up. The second issue it's when I turn the light off(via app or browser) there is allways 1 led that don't turn off and stays green. And yes I have the right led number(16) in the code. Can you help me with this?

Thanks

pedrofnm avatar Jul 03 '21 19:07 pedrofnm

It looks like, your strip needs a different color order. See available orders in FastLED library here The order is set in setupFastLED function - see here

sivar2311 avatar Jul 04 '21 11:07 sivar2311