-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
[BUG] on_empty_queue loop after ~25 days runtime #231
Comments
I have now made a workaround -> reboot when more than 10000x on_empty_queue triggers in one minute.
|
There is possibly a problem with the memory management that leads to your behavior. I will try to find a solution or implement your work araound. |
Thx s lot for looking into this. If you need tests (ex. debug Version with memory log messages), I am here to help testing 😃 |
|
Isn’t it possible that we won’t have anything on the screen for almost a minute? |
I personally find it rather irritating that you, as a user have the possibility to have an empty/black screen and must serve the clock as content! It's a clock and should always show the clock (as it did in previous versions). The workaround in yaml (see above or if it's in c code) is just a workaround. So i think there are multiple ways to solve this (sor):
What do you think which route we should go? PS.: Added the above text also to #208 so we can discuss it there? |
If you see this as a clock, you are totally right, if you see this as a status-display the on_empty_queue way is more flexible.
That is the way to go if you want a clock. |
Bug report
Describe the bug
The clock displayed nothing but was reachable with HA.
But it's really busy! Viewing Logs online was hard and HA freezes because of the amount of logs messages (because of the loop).
Display and "Night mode" was on.
It looped and always triggered "on_empty_queue"
Additional information
To Reproduce
Steps to reproduce the behavior:
I dont know.
I just was running stable for ~25 days and one night this issue occured.
Expected behavior
Trigger "on_empty_queue" -> my yaml triggers "set_night_mode_on()" (or off) which add's at least an clock_screen.
Do not loop.
Configuration
Logs
The text was updated successfully, but these errors were encountered: