I am looking to create a bargraph of n segments of RGB lights to generate a meter to show the level of charge on a battery in home assistant. Is this something that WLED could do or do I need to program this differently. I’d like to have, say at 50% level, showing 50 green segments and 50 blue segments. When the battery is charging, maybe there is a blinking light going upwards. When it is discharging, that light may be going downwards. As the battery discharges, there would be an increased or decreased number of green or blue (or red) segments, or something to that effect.
Basically, can Home Assistant (or other automation) send a number to WLED/ESP32 and based on that number as a percentage, illuminate a number of LEDs one color and the remainder illuminated a different number? Perhaps with another effect masked over it like a ‘travelling’ LED?