-
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
Weather not updating #7
Comments
hmm.. it depends a lot on the response (if any) from the weather server (assuming both devices use the same data source). btw, weather data refreshes every 5minutes at the 30th second (you'll see the morph animation stop for about 5-7sec - in my setup). |
ok, Will reconnect to Computer, done, logging serial port, this seems to happen every day. Will post serial log when error occurs again! |
ok, it happened.... :( Here is some of the serial log... doesnt seem to be much there? I've no way of knowing if its because it loses internet connection? or what else? How often does the NTP "Got NTP time" get checked? Here is the log, you can see I then did a reset and all started working again. i:connecting to weather server.. w:unable to connect |
you seem to have an unreliable wireless / internet connection. this message appears in consecutive attempts to retrieve weather data unsuccessfully:
|
this depends on the sync interval which in the beginning is shorter but after a successful sync it slows to once a day or something |
did you find the issue? it might help others troubleshoot their own. |
Unfortunately not. I have two Wifi networks at home, tried the other and same thing happened after 24 hours. I'm waiting for some of these https://github.com/hallard/WeMos-Matrix-Shield to arrive, will rebuild the hardware incase it was my ESP32 so I can try and pinpoint the issue... I'll keep this open so I can update! Is there anywhere in the code that perhaps we could look to "check if internet connected" and if not "reconnect"? |
unfortunately, the connectivity is handled via the WiFiManager https://github.com/tzapu/WiFiManager |
I'm finding that intermittently the weather is not updating, I'm not plugged into a serial monitor so can't see any logs... clock timing is spot on... but a couple of times I see the weather is way out....
A simple reset, reconnect and it gets corrected.
Any suggestions, please?
https://photos.app.goo.gl/rWLJWug3ZGwjwXe37
The text was updated successfully, but these errors were encountered: