-
-
Notifications
You must be signed in to change notification settings - Fork 387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FeatureRequest: Shutdown Delay for wled controller #1740
Comments
Hi, i'm guessing you're using USB Capture with signal-detection enabled. Try to increase "Signal Counter Threshold", default is 200 frames, for FPS=25 it means 8 seconds. You have to change settings-level in WebUI to "Expert" to see this setting. wbr |
No i am actually not using Signal detection. And that’s the reason why it’s instantly turning off the LEDs. I have one of these USB Capture Cards that really stop sending the signal. Like they should xD (In Live view I see the default Hyperion Logo) |
As a workaround you might want to create a background effect or background effect (color e.g. black) that would kick in when there is no source. |
thx . Do you mean under LED-instances -> Effects -> Background Effect/Color? It would be nice if such a background effect would be possible to set for a specific duration. Such as the Boot Effect/Color. |
It depends how you turn off your TV. Alternatively, you could put Hyperion into Suspend mode manually or API. |
👍 CEC is a cool suggestion. I will try to look into that in the next few days. |
Feature request
Currently, when using Hyperion with WLED controller type, there's no built-in mechanism to delay the termination of the realtime connection. This causes issues when switching between sources on a TV or when switching between HDR/Dolby Vision and normal content, leading to unintended shutdown of LEDs connected via WLED.
What problem does this feature solve?
This delay would provide a buffer period for detecting and handling temporary signal interruptions without prematurely shutting down the LEDs and not having a relay disconnect and reconnect within a second.
What does the proposed API look like?
/
How should this be implemented in your opinion?
Introduce a new setting in Hyperion that allows users to specify a delay before the termination of the realtime connection with WLED. This delay would provide a buffer period for detecting and handling temporary signal interruptions without prematurely shutting down the LEDs.
Are you willing to work on this yourself?
Not sure, haven't really worked with c++.
The text was updated successfully, but these errors were encountered: