Got a project where I’m trying to implement a 29 LED WS2812B strip on a circular model and having some issues. I flashed a Wemos D1 Mini with the below code and can get the strip to turn on/off, but can’t figure out how to use / select any effects I’ve added.
To note, the effect I’m looking to eventually try to emulate is where 3 LEDs are lit (50%, 100%, 50%) which scan in a circle around the model and have the ability to select the color and speed from within HA.
First, I’m trying to get simply any effect to work as shown in the below code snippet. I tried adding a Helper in HA, but couldn’t get it to work.
Hey, I’m all for posting solutions to help future folks - know it’s benefited me before. Unfortunately, don’t know exactly what made it work. Will dig into it more tomorrow and post if 100% identify the prior issue.
Thanks for the Borat video to give a laugh - Appreciate you replying
It’s below. Please excuse all the effects as still testing out what I want. Also includes code for powering x3 pair of 5mm LEDs. Ca at least say that I was using neopixelbus as platform when posting as opposed to fastled_clockless now. Don’t know how much that applied to the solution, but plan to test more tomorrow time permitting.