kakopappa / sinric

Amazon Alexa Smart home skill / Google Home Action for ESP8266 / ESP32 / Arduino
https://sinric.com
284 stars 166 forks source link

Sinric Pro RGB light issue #485

Open pedrofnm opened 2 years ago

pedrofnm commented 2 years ago

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

sivar2311 commented 2 years ago

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