It’s been a while since I used Home Assistant. I just updated my dev version, but now when I try to run HA, the console window and the log don’t show any errors, but when I open the UI, the blue bar on top is shown and further the web page just keeps on loading and never finishes.
I use this basic configuration now to test whether or not it’s a component issue:
homeassistant:
name: Home
latitude: 50.75165412301477
longitude: 5.132549993324759
unit_system: metric
elevation: 73
time_zone: Europe/Brussels
logger:
default: info
frontend:
I still have the same issue. The log just shows this:
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.loader] Loaded frontend from homeassistant.components.frontend
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.loader] Loaded api from homeassistant.components.api
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.loader] Loaded http from homeassistant.components.http
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.loader] Loaded websocket_api from homeassistant.components.websocket_api
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=logger, service=set_level>
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 2.3 seconds.
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=logger>
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.setup] Setting up http
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds.
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=http>
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.setup] Setting up api
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds.
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=websocket_api>
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.0 seconds.
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=api>
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.setup] Setting up frontend
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds.
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=frontend>
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 3.50s
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.core] Starting Home Assistant core loop
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.core] Bus:Handling <Event homeassistant_start[L]>
2017-09-14 15:05:52 INFO (MainThread) [homeassistant.core] Timer:starting
2017-09-14 15:06:19 INFO (MainThread) [homeassistant.components.http] Serving / to 81.82.254.94 (auth: True)
2017-09-14 15:06:31 INFO (MainThread) [homeassistant.components.http] Serving / to 81.82.254.94 (auth: True)