Hi everyone. I upgraded to 0.72 on Fri and everything seems to work fine for a few hours. Randomly Hassbian will lag by a lot. Whether its trying to access the UI or turn on a light or run an automation it will sometimes lag for 2-5 minutes before actually executing. Five minutes later it will work just fine. Anyone experience this. The inconsistency is the most frustrating part.
Check the log files. Start with
grep error home-assistant.log
grep error /var/log/syslog
See if anything turns up.
Try tail -f home-assistant.log
and then try turning on a light. See what you get.
I get this error on repeat constantly. No idea what it means.
Jun 26 00:25:25 hassbian hass[503]: File "/srv/homeassistant/lib/python3.5/site-packages/urllib3/response.py ", line 302, in _error_catcher
Jun 26 00:25:25 hassbian hass[503]: File "/srv/homeassistant/lib/python3.5/site-packages/urllib3/response.py ", line 320, in _error_catcher
Now its completely timing out after a few hours.
I would try putting the SD card in another machine and running fsck
to check the file system for errors. If there are errors, you will be forever chasing the problem. It may be quicker to do a complete reinstall to a new SD card and copy your configuration to the new install. It shouldn’t take more than half an hour to forty-five minutes to do a reinstall.
So I had created a backup image of my Hassbian instance before I updated to 0.72, so I put that on a NEW SD card and its been staying solid for about 24 hours now. Looks like the old SD card was getting ready to bite the dust.
Fingers crossed. Good luck.