Hi,
I’ve HA core installed on a raspberry PI with Raspbian.
I followed instructions here: Autostart using systemd using the Pyhton virtual environment.
My problem is that when I start manually the service like this:
sudo systemctl restart [email protected]
HA starts
When I reboot the Raspberry, HA gives me error 403 and in the log I see
hass[383]: 2021-12-21 15:17:22 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of analytics. Setup failed for dependencies: api, websocket_api
hass[383]: 2021-12-21 15:17:22 ERROR (MainThread) [homeassistant.setup] Setup failed for analytics: Could not set up all dependencies.
hass[383]: 2021-12-21 15:17:22 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of cloud. Setup failed for dependencies: http, webhook
hass[383]: 2021-12-21 15:17:22 ERROR (MainThread) [homeassistant.setup] Setup failed for cloud: Could not set up all dependencies.
hass[383]: 2021-12-21 15:17:22 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of onboarding. Setup failed for dependencies: analytics, auth, http, person
hass[383]: 2021-12-21 15:17:22 ERROR (MainThread) [homeassistant.setup] Setup failed for onboarding: Could not set up all dependencies.
hass[383]: 2021-12-21 15:17:22 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of frontend. Setup failed for dependencies: api, auth, config, http, onboarding, search, system_log, w>
hass[383]: 2021-12-21 15:17:22 ERROR (MainThread) [homeassistant.setup] Setup failed for frontend: Could not set up all dependencies.
hass[383]: 2021-12-21 15:17:22 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of safe_mode. Setup failed for dependencies: frontend, cloud
hass[383]: 2021-12-21 15:17:22 ERROR (MainThread) [homeassistant.setup] Setup failed for safe_mode: Could not set up all dependencies.
Then, again, if I start it manually with
sudo systemctl disable [email protected]
the UI starts