miLight - Custom Shows

Hi,

I have recently integrated miLights with the esp8266 setup via this git repo, https://github.com/sidoh/esp8266_milight_hub. My end goal was to be able to design custom light shows with the miLights similar to how the “mode” functionality works with the built in shows. I have ventured into do this with automations and python scripts, however, I was unable to turn the repeating “while” loop off. I then went to the more custom appdaemon approach but the mqtt functionality didn’t seem to keep up and required too much delay for the many commands. I am trying to see if this is possible and what the best approach would be. For instance, to create a red, white, blue show that repeatsand fades from off to full brightness on each color in a never ending loop until the show is disabled/turned off.

Thanks,

Chris