Custom code esp32 indicator

Hey guys basically i need somone who is very smart

I already have all that setup and written a usermod and have working indicators and 2 inputs at the same time with hazards. 5 inputs and 6 outputs setup

I just can’t figure out a way to get wled to adjust the speed of the indicator sequence, since it is sequential and there’s 3 modules that the sequence runs through.

The sequence i have setup is timed perfectly, as soon as i put it on a different relay that opens and closes at a different speed the indicator sequence will get cut off halfway through or before it even starts meaning i need wled to adjust the speed by reading the inputs coming from the optoisolater and adjust wleds speed of the preset.

I need a way to for the esp32 to log its own inputs, then learn the pattern, then tell wled to speed up or slow down depending on how fast the relay is clickin’ on and off.

Sounds like something I’ve seen before. :wink: You will have to add custom code in a usermod to monitor and time the input signal and then adjust the speed from that.