Hi guys,
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.
Hassio error:
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 your time fellas