Recently, I upgraded my Home Assistant instance to version 0.65, and since then, it’s been quite unstable. It randomly hangs, and I’ve noticed this issue occurring both when running it in a virtual environment and after switching to Docker. The logs don’t provide much clarity, except for frequent warnings about pychromecast heartbeat timeouts. Here’s a snippet of the logs for reference:
home-assistant | 2018-03-13 22:41:29 INFO (SyncWorker_7) [homeassistant.components.device_tracker.nmap_tracker] nmap scan successful
home-assistant | 2018-03-13 22:41:30 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sun.sun, old_state=<state sun.sun=below_horizon; next_dawn=2018-03-14T05:47:03+00:00, next_dusk=2018-03-14T18:37:39+00:00, next_midnight=2018-03-14T00:12:13+00:00, next_noon=2018-03-14T12:12:21+00:00, next_rising=2018-03-14T06:20:17+00:00, next_setting=2018-03-14T18:04:26+00:00, elevation=-37.15, azimuth=330.79, friendly_name=Sun @ 2018-03-13T19:58:42.013659+00:00>, new_state=<state sun.sun=below_horizon; next_dawn=2018-03-14T05:47:03+00:00, next_dusk=2018-03-14T18:37:39+00:00, next_midnight=2018-03-14T00:12:13+00:00, next_noon=2018-03-14T12:12:21+00:00, next_rising=2018-03-14T06:20:17+00:00, next_setting=2018-03-14T18:04:26+00:00, elevation=-37.23, azimuth=331.09, friendly_name=Sun @ 2018-03-13T19:58:42.013659+00:00>>
home-assistant | 2018-03-13 22:41:31 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.songpal
home-assistant | 2018-03-13 22:41:47 WARNING (Thread-9) [pychromecast.socket_client] Heartbeat timeout, resetting connection
I’ve tried troubleshooting by checking the Docker setup and ensuring all dependencies are up to date, but the issue persists. Has anyone else encountered similar instability after upgrading to 0.65? Any insights or suggestions would be greatly appreciated!