Hi Guys
Recently I did an update as my front end told me there was, plus I also updated from Python 3.6.0 as I notifications about being on that version.
Following the instructions on this page I updated to 3.7.0 (confirmed that by using the “python3 -V” command) and just replaced any instance of 3.6.0 with 3.7.0 in the various command lines.
Now my front end doesn’t load. I’ve done reboots and even done another update command which has now updated me to 101.3 (the update that I did that was the beginning of my issues must have been 101.2??)
Anyway, I haven’t done any changes to any yaml files or anything. All I’ve done is run the command
sudo hassbian-config upgrade homeassistant
and updated Python and now my front end doesn’t load.
The start of my home-assistant.log file reads as follows:
2019-11-07 09:45:05 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds.
2019-11-07 09:45:05 ERROR (MainThread) [homeassistant.config] Invalid config for [http]: [api_password] is an invalid option for [http]. Check: http->http->api_password. (See /home/homeassistant/.homeassistant/configuration.yaml, line 91). Please check the docs at HTTP - Home Assistant
2019-11-07 09:45:05 ERROR (MainThread) [homeassistant.setup] Setup failed for http: Invalid config.
2019-11-07 09:45:06 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of system_log. Setup failed for dependencies: http
2019-11-07 09:45:06 ERROR (MainThread) [homeassistant.setup] Setup failed for system_log: Could not set up all dependencies.
2019-11-07 09:45:06 INFO (MainThread) [homeassistant.setup] Setting up recorder
2019-11-07 09:45:07 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.9 seconds.
2019-11-07 09:45:07 INFO (MainThread) [homeassistant.setup] Setting up zone
2019-11-07 09:45:07 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 0.0 seconds.
2019-11-07 09:45:08 INFO (MainThread) [homeassistant.setup] Setting up vera
2019-11-07 09:45:08 INFO (MainThread) [homeassistant.setup] Setting up group
2019-11-07 09:45:08 INFO (SyncWorker_7) [homeassistant.loader] Loaded darksky from homeassistant.components.darksky
2019-11-07 09:45:08 INFO (MainThread) [homeassistant.setup] Setting up duckdns
2019-11-07 09:45:08 INFO (MainThread) [homeassistant.setup] Setup of domain duckdns took 0.1 seconds.
It continues with some more setups (like duckdns in the last line above) and then starts generating some errors such as:
2019-11-07 09:45:09 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.1 seconds.
2019-11-07 09:45:09 INFO (MainThread) [homeassistant.setup] Setting up weather
2019-11-07 09:45:09 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.8 seconds.
2019-11-07 09:45:09 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of webhook. Setup failed for dependencies: http
2019-11-07 09:45:09 ERROR (MainThread) [homeassistant.setup] Setup failed for webhook: Could not set up all dependencies.
2019-11-07 09:45:09 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of api. Setup failed for dependencies: http
2019-11-07 09:45:09 INFO (SyncWorker_10) [homeassistant.loader] Loaded moon from homeassistant.components.moon
2019-11-07 09:45:09 ERROR (MainThread) [homeassistant.setup] Setup failed for api: Could not set up all dependencies.
2019-11-07 09:45:09 INFO (SyncWorker_9) [homeassistant.loader] Loaded binary_sensor from homeassistant.components.binary_sensor
2019-11-07 09:45:09 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of conversation. Setup failed for dependencies: http
2019-11-07 09:45:09 ERROR (MainThread) [homeassistant.setup] Setup failed for conversation: Could not set up all dependencies.
2019-11-07 09:45:09 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of config. Setup failed for dependencies: http
2019-11-07 09:45:09 ERROR (MainThread) [homeassistant.setup] Setup failed for config: Could not set up all dependencies.
2019-11-07 09:45:09 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of system_health. Setup failed for dependencies: http
2019-11-07 09:45:09 ERROR (MainThread) [homeassistant.setup] Setup failed for system_health: Could not set up all dependencies.
2019-11-07 09:45:09 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of tts. Setup failed for dependencies: http
2019-11-07 09:45:09 ERROR (MainThread) [homeassistant.setup] Setup failed for tts: Could not set up all dependencies.
2019-11-07 09:45:09 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of websocket_api. Setup failed for dependencies: http
2019-11-07 09:45:09 ERROR (MainThread) [homeassistant.setup] Setup failed for websocket_api: Could not set up all dependencies.
2019-11-07 09:45:09 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of auth. Setup failed for dependencies: http
2019-11-07 09:45:09 ERROR (MainThread) [homeassistant.setup] Setup failed for auth: Could not set up all dependencies.
2019-11-07 09:45:09 INFO (MainThread) [homeassistant.components.weather] Setting up weather.darksky
2019-11-07 09:45:09 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of history. Setup failed for dependencies: http
2019-11-07 09:45:09 ERROR (MainThread) [homeassistant.setup] Setup failed for history: Could not set up all dependencies.
2019-11-07 09:45:09 INFO (MainThread) [homeassistant.setup] Setup of domain vera took 1.2 seconds.
2019-11-07 09:45:09 INFO (SyncWorker_12) [homeassistant.loader] Loaded command_line from homeassistant.components.command_line
2019-11-07 09:45:09 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2019-11-07 09:45:09 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.0 seconds.
2019-11-07 09:45:09 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of device_automation. Setup failed for dependencies: webhook
2019-11-07 09:45:09 ERROR (MainThread) [homeassistant.setup] Setup failed for device_automation: Could not set up all dependencies.
2019-11-07 09:45:09 INFO (SyncWorker_17) [homeassistant.loader] Loaded switch from homeassistant.components.switch
2019-11-07 09:45:09 INFO (SyncWorker_15) [homeassistant.loader] Loaded lock from homeassistant.components.lock
2019-11-07 09:45:09 INFO (SyncWorker_16) [homeassistant.loader] Loaded light from homeassistant.components.light
2019-11-07 09:45:09 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of onboarding. Setup failed for dependencies: auth, http
2019-11-07 09:45:09 INFO (SyncWorker_7) [homeassistant.loader] Loaded climate from homeassistant.components.climate
2019-11-07 09:45:09 INFO (SyncWorker_11) [homeassistant.loader] Loaded scene from homeassistant.components.scene
2019-11-07 09:45:09 INFO (SyncWorker_14) [homeassistant.loader] Loaded cover from homeassistant.components.cover
2019-11-07 09:45:09 ERROR (MainThread) [homeassistant.setup] Setup failed for onboarding: Could not set up all dependencies.
Is it common that updates to HA cause it to stop working if no changes were made to yaml files?
Should I just keep doing updates in the hope that one future one works nicely with my configuration files like it did prior to the last update?
Thanks