It’s my first time posting here and wanted to get some help if possible.
My HA OS is dumping this error everyday at 6am, basically if I restart HA it works fine but breaks again on the next day, and background automations still seem to work even though HA panel seems limited with missing add-ons.
Home Assistant Core
2023-03-25 06:01:14.965 WARNING (MainThread) [homeassistant.components.hassio] Not connected with the supervisor / system too busy!
2023-03-25 06:01:15.938 WARNING (MainThread) [homeassistant.components.hassio] Can't read Supervisor data: System is not ready with state: setup
2023-03-25 06:01:17.693 ERROR (MainThread) [homeassistant.components.hassio.addon_panel] Can't read panel info: System is not ready with state: setup
2023-03-25 06:01:17.829 ERROR (MainThread) [homeassistant.setup] Error during setup of component hassio
File "/usr/src/homeassistant/homeassistant/components/hassio/__init__.py", line 586, in async_setup
File "/usr/src/homeassistant/homeassistant/components/hassio/issues.py", line 149, in setup
File "/usr/src/homeassistant/homeassistant/components/hassio/issues.py", line 157, in update
File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 51, in _wrapper
raise HassioAPIError(data["message"])
homeassistant.components.hassio.handler.HassioAPIError: System is not ready with state: setup
2023-03-25 06:01:27.713 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of raspberry_pi. Setup failed for dependencies: hassio
2023-03-25 06:01:27.716 ERROR (MainThread) [homeassistant.setup] Setup failed for raspberry_pi: (DependencyError(...), 'Could not setup dependencies: hassio')
File "/usr/src/homeassistant/homeassistant/components/hassio/__init__.py", line 560, in _async_setup_hardware_integration
File "/usr/src/homeassistant/homeassistant/components/hassio/__init__.py", line 320, in get_os_info
Raspberry_pi error:
Home Assistant Core
2023-03-25 06:01:27.713 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of raspberry_pi. Setup failed for dependencies: hassio
2023-03-25 06:01:27.716 ERROR (MainThread) [homeassistant.setup] Setup failed for raspberry_pi: (DependencyError(...), 'Could not setup dependencies: hassio')
I tried already deleting the raspberry_pi chunk of code from the config but to no help as it shows up again. I have also tried upgrading several times.
Any suggestions please? Maybe some other topic that I missed? Can I provide further details?
Thanks for the reply Nick but I don’t believe it’s the case, I bought a new SD and loaded a cloned old copy on it which worked but as soon as I dumped a backup from the current broken HA issue showed up again so I’m assuming it’s some software failure.
2023-03-26 19:47:29.071 WARNING (MainThread) [homeassistant.components.hassio] Not connected with the supervisor / system too busy!
2023-03-26 19:47:31.062 WARNING (MainThread) [homeassistant.components.hassio] Can't read Supervisor data: System is not ready with state: setup
2023-03-26 19:47:31.204 ERROR (MainThread) [homeassistant.components.hassio.addon_panel] Can't read panel info: System is not ready with state: setup
2023-03-26 19:47:31.229 ERROR (MainThread) [homeassistant.setup] Error during setup of component hassio
File "/usr/src/homeassistant/homeassistant/components/hassio/__init__.py", line 586, in async_setup
File "/usr/src/homeassistant/homeassistant/components/hassio/issues.py", line 149, in setup
File "/usr/src/homeassistant/homeassistant/components/hassio/issues.py", line 157, in update
File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 51, in _wrapper
raise HassioAPIError(data["message"])
homeassistant.components.hassio.handler.HassioAPIError: System is not ready with state: setup
2023-03-26 19:47:32.196 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of raspberry_pi. Setup failed for dependencies: hassio
2023-03-26 19:47:32.199 ERROR (MainThread) [homeassistant.setup] Setup failed for raspberry_pi: (DependencyError(...), 'Could not setup dependencies: hassio')
File "/usr/src/homeassistant/homeassistant/components/hassio/__init__.py", line 560, in _async_setup_hardware_integration
File "/usr/src/homeassistant/homeassistant/components/hassio/__init__.py", line 320, in get_os_info
I was missing the add-ons configuration page (the direct link claimed that I don’t run hassos, which I actually do). But after restart I got addons back an no errors.