WLED is not keeping last streamed color set

Hey

I am currently streaming from hyperion.ng to WLED.
Continuous streaming works fine.

In case I set a pure color in hyperion.ng, there will be only one update of the given color send to WLED.
After a short while, WLED falls back to the color setup before streaming started.
Is there any configuration that WLED maintains the last updated color-set, even if there is a greater timespan between updates? i.e. have WLED not detecting missing inputs…

Edit: It looks like that setting Timeout = 65000 ms as the maximum will not trigger the timeout and by that a fall back to the last WLED color can be avoided.
Please confirm.

Thank you.

Hi!

Yes, 65000ms can indeed be used to disable the automatic timeout! Added this to documentation.

2 Likes

@Aircoookie Thank you!