I have an Ubuntu system that has been running Hass.io for about 6 months. When I came home today nothing was working and I couldn’t access the web interface. Rebooted and the OS is online and accessible via ssh but not website on 8123. Docker containers are all running. I checked the log and it looks like HomeAssistant is trying to start but not errors forthcoming. I haven’t made any changes to the YAML so I’m at a loss. Any ideas on what to look at?
Log on Boot:
2019-01-16 22:01:08 WARNING (MainThread) [homeassistant.components.http] legacy_api_password support has been enabled. If you don’t require it, remove the ‘api_password’ from your http config.
2019-01-16 22:01:09 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=84 from 2019-01-17 02:34:32.600528)
2019-01-16 22:01:10 WARNING (MainThread) [homeassistant.components.sensor.template] Template sensor low_battery has no entity ids configured to track nor were we able to extract the entities to track from the value template(s). This entity will only be able to be updated manually.
2019-01-16 22:01:13 ERROR (MainThread) [homeassistant.components.hue] Error connecting to the Hue bridge at 172.16.80.77
2019-01-16 22:01:13 ERROR (MainThread) [homeassistant.components.hue] Error connecting to the Hue bridge at 172.16.80.77. Retrying in 2 seconds
Docker:
root@hassio:/usr/share/hassio/homeassistant# docker container ls
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
1b27e1f2bf35 hassioaddons/node-red-amd64 “/init” About a minute ago Up About a minute addon_a0d7b954_nodered
1e89c634a71d homeassistant/qemux86-64-homeassistant “/bin/entry.sh pytho…” 11 minutes ago Up 11 minutes homeassistant
7a61407dea2d hassioaddons/influxdb-amd64 “/init” 11 minutes ago Up 11 minutes 0.0.0.0:8086->8086/tcp, 0.0.0.0:8888->8888/tcp addon_a0d7b954_influxdb
3320cbec32c9 homeassistant/amd64-addon-samba “/run.sh” 11 minutes ago Up 11 minutes addon_core_samba
101cba172b6f homeassistant/amd64-hassio-supervisor “python3 -m hassio” 12 minutes ago Up 11 minutes hassio_supervisor
root@hassio:/usr/share/hassio/homeassistant#