System unstable after 2021.2 upgrade

This has not been fun, I’m desperately trying to find out how to keep this system online for more than 2-3 mins at a time. I’m able to SSH into it until it just stops responding. My logs are not telling me anything.

config $ more home-assistant.log
2021-02-04 15:49:45 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2021-02-04 15:49:56 WARNING (MainThread) [homeassistant.setup] Setup of recorder is taking over 10 seconds.
2021-02-04 15:50:35 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=26 from 2021-02-04 20:45:25.549636)
config $ Connection reset by fe80::a554:1c89:3ee:3243%19 port 22
PS C:\Users\rexb> ssh -l root homeassistant.local
ssh: connect to host homeassistant.local port 22: Connection timed out

Reboot, try again. I cannot figure out why it’s constantly going unresponsive.

Tried removing zwave entry from my core.config_entries, got this on my next reboot:

config $ more home-assistant.log
2021-02-04 16:02:40 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2021-02-04 16:02:51 WARNING (MainThread) [homeassistant.setup] Setup of recorder is taking over 10 seconds.
2021-02-04 16:03:31 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=28 from 2021-02-04 20:59:10.438089)
2021-02-04 16:04:09 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/august/activity.py", line 60, in _async_refresh
    await self._async_update_device_activities(time)
  File "/usr/src/homeassistant/homeassistant/components/august/activity.py", line 74, in _async_update_device_activities
    activities = await self._api.async_get_house_activities(
  File "/usr/local/lib/python3.8/site-packages/august/api_async.py", line 85, in async_get_house_activities
    response = await self._async_dict_to_api(
  File "/usr/local/lib/python3.8/site-packages/august/api_async.py", line 242, in _async_dict_to_api
    response = await self._aiohttp_session.request(method, url, **api_dict)
  File "/usr/local/lib/python3.8/site-packages/aiohttp/client.py", line 544, in _request
    await resp.start(conn)
  File "/usr/local/lib/python3.8/site-packages/aiohttp/client_reqrep.py", line 905, in start
    self._continue = None
  File "/usr/local/lib/python3.8/site-packages/aiohttp/helpers.py", line 656, in __exit__
    raise asyncio.TimeoutError from None
asyncio.exceptions.TimeoutError
2021-02-04 16:04:12 ERROR (MainThread) [pydeconz.websocket] Client connection error
2021-02-04 16:04:13 ERROR (MainThread) [homeassistant.components.august.activity] Request error trying to retrieve activity for house id 3729b4db-50c6-4383-ac01-bf04c243a74a: Cannot connect to host api-production.august.com:443 ssl:default [Try again]
config $

Home Assistant, latest OS, latest everything. Raspberry Pi 4GB. Using a Zooz Zwave stick and a
Conbee2.

I have nothing particularly complicated. August lock, Hue lights, MyQ integration, and a bunch of Zwave devices.

Can anyone point me in a helpful direction?

Are you using WiFi connection?

Yeah, I am.

Could be this https://github.com/home-assistant/core/issues/45997

1 Like

Yea, apparently several people have reported wifi issues with the latest release. I suppose I’m lucky that I hard wire unless forced otherwise.

2 Likes

Thanks @fireplex, looks like what I’m experiencing for sure.

1 Like