diyhue / Lights

DIY lights with support for diyHue
https://diyhue.org/
172 stars 97 forks source link

Scenes not working for Generic WS2812B device #66

Closed Ro4cHii closed 4 years ago

Ro4cHii commented 4 years ago

Hello everyone,

I flashed the Generic WS2812 to an ESP8266, added OTA functionality and created a little test setup with a WS2812B strip (4 lights à 12 LEDs). So far, everything is working fine and I can control every separate light on my strip via the Hue Essentials app. However, it seems that I can only activate standard scenes. Custom scenes created by myself can be stored but not activated though. When trying to activate a custom scene, only a toast showing the scene name is popping up on my smartphone, that's it.

I already tried modifying the apply_scene function (l. 224 - 250; changing some values in order to check if the standard scenes applied via the Hue Essentials app would look any different), but unfortunately there was no change at all.

Effects seem to not work as well. Is there any solution to this or is it simply not possible?

Thanks and regards Ro4cHii

Ro4cHii commented 4 years ago

I solved my problem. After I switched from the "amd64" to "latest" Docker image, everything is working fine now.