Skip to content
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

Hanging/losing connection #5

Open
mikefsway opened this issue Feb 20, 2021 · 1 comment
Open

Hanging/losing connection #5

mikefsway opened this issue Feb 20, 2021 · 1 comment

Comments

@mikefsway
Copy link

Occasionally the pi/display seems to stop updating properly (at least on the Agile display). For example, yesterday it did not switch over to the rolling hour by hour progression at 4pm. I restarted the server and it immediately updated to the new view. Because of the eink screen it is hard to see if it isn't updating, which could be a problem if you just glance at it and it is showing the wrong day. Is there any way it can perform a check itself to see if it is running properly, and restart if not?

@openbook
Copy link
Owner

Thanks for reporting this one, Mike. I've seen intermittent updates issues with my version too, they've always been related to internet/wifi connectivity. There are a few options to help diagnose and fix this:

  • I need to add some additional debugging & logging so that we're able to properly diagnose this when it happens (this is a code fix I can add in fairly easily)
  • as you've said, there's no feedback given about the last update time on the Agile display. So, some better user feedback is required on the screen, the simplest option being the same 'last updated' time as per the other screens, but even better would be the last updated time, but if an update failed, a warning sign or icon that the last request failed.

Adding in some debugging code is going to be my first priority, as this will generally improve the codebase. In the meantime, one quick and simple test to see if this is indeed related to wifi connectivity is to move the display closer to your router and see if that makes any difference?

@openbook openbook added this to In progress in Future updates Feb 22, 2021
@openbook openbook moved this from In progress to To do in Future updates Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants