Unable to access WebUI but containers are running

Hello!

This morning I discovered that I was unable to access my frontend/WebUI for Hassio (0.95.4). I am running Hass.io with an Ubuntu 18.04 desktop. I have portainer running, and I am able to see the logs. All of the containers appear to be running as expected. However, I cannot access the frontend with by hassio.local:8123 or the IP Address.

Here is a copy of the homeassistant logs. Nothing seems out of the ordinary …
I saw some people have similar issues a few months ago, so I deleted all references to google cast in the core.config_entries, and the core.device_registry.

My Ubuntu PC is online, and I am able to SSH, or use Teamviewer on it. Most of my addons are on Ingress, I am unable to access them via their URL either. The only one that I can get to to is phoscon/deconz.

Any help or ideas would be greatly appreciated!

2019-07-13 09:16:26 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app,
2019-07-13 09:16:26 INFO (SyncWorker_4) [homeassistant.loader] Loaded fan from homeassistant.components.fan,
2019-07-13 09:16:26 INFO (SyncWorker_18) [homeassistant.loader] Loaded water_heater from homeassistant.components.water_heater,
2019-07-13 09:16:26 INFO (MainThread) [homeassistant.setup] Setting up water_heater,
2019-07-13 09:16:26 INFO (MainThread) [homeassistant.setup] Setup of domain water_heater took 0.0 seconds.,
2019-07-13 09:16:26 INFO (MainThread) [homeassistant.setup] Setting up fan,
2019-07-13 09:16:26 INFO (MainThread) [homeassistant.setup] Setup of domain fan took 0.0 seconds.,
2019-07-13 09:16:26 INFO (MainThread) [homeassistant.setup] Setup of domain wink took 1.4 seconds.,
2019-07-13 09:16:26 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.wink,
2019-07-13 09:16:26 INFO (MainThread) [homeassistant.components.switch] Setting up switch.wink,
2019-07-13 09:16:26 INFO (MainThread) [homeassistant.components.lock] Setting up lock.wink,
2019-07-13 09:16:26 INFO (MainThread) [homeassistant.components.cover] Setting up cover.wink,
2019-07-13 09:16:26 INFO (MainThread) [homeassistant.components.alarm_control_panel] Setting up alarm_control_panel.wink,
2019-07-13 09:16:26 INFO (MainThread) [homeassistant.components.scene] Setting up scene.wink,
2019-07-13 09:16:26 INFO (MainThread) [homeassistant.components.water_heater] Setting up water_heater.wink,
2019-07-13 09:16:26 INFO (MainThread) [homeassistant.components.fan] Setting up fan.wink,
2019-07-13 09:16:26 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.8 seconds.,
2019-07-13 09:16:26 INFO (MainThread) [homeassistant.setup] Setting up default_config,
2019-07-13 09:16:26 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.0 seconds.,
2019-07-13 09:16:26 INFO (SyncWorker_2) [homeassistant.loader] Loaded cast from homeassistant.components.cast,
2019-07-13 09:16:27 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 1.1 seconds.,
2019-07-13 09:16:27 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.esphome,
2019-07-13 09:16:27 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.esphome,
2019-07-13 09:16:27 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.esphome,
2019-07-13 09:16:27 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.esphome,
2019-07-13 09:16:27 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.esphome,
2019-07-13 09:16:27 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.esphome,
2019-07-13 09:16:27 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.esphome,
2019-07-13 09:16:27 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.deconz,
2019-07-13 09:16:27 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mobile_app,
2019-07-13 09:16:27 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mobile_app,
2019-07-13 09:16:27 INFO (MainThread) [homeassistant.components.climate] Setting up climate.generic_thermostat,
2019-07-13 09:16:27 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.konnected,
2019-07-13 09:16:27 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.wink,
2019-07-13 09:16:27 ERROR (MainThread) [homeassistant.components.generic_thermostat.climate] Unable to update from sensor: could not convert string to float: ‘unavailable’,
2019-07-13 09:16:27 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved,
Traceback (most recent call last):,
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 357, in _async_add_entity,
raise HomeAssistantError(msg),
homeassistant.exceptions.HomeAssistantError: Entity id already exists: binary_sensor.esphome_node7_motion. Platform esphome does not generate unique IDs,
2019-07-13 09:16:27 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved,
Traceback (most recent call last):,
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 357, in _async_add_entity,
raise HomeAssistantError(msg),
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.garage_esp_temp. Platform esphome does not generate unique IDs,
2019-07-13 09:16:27 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved,
Traceback (most recent call last):,
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 357, in _async_add_entity,
raise HomeAssistantError(msg),
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.garage_esp_humidity. Platform esphome does not generate unique IDs,
2019-07-13 09:16:27 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved,
Traceback (most recent call last):,
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 357, in _async_add_entity,
raise HomeAssistantError(msg),
homeassistant.exceptions.HomeAssistantError: Entity id already exists: binary_sensor.esphome_node3_motion. Platform esphome does not generate unique IDs,
2019-07-13 09:16:27 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved,
Traceback (most recent call last):,
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 357, in _async_add_entity,
raise HomeAssistantError(msg),
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.office_esp_humidity. Platform esphome does not generate unique IDs,
2019-07-13 09:16:27 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved,
Traceback (most recent call last):,
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 357, in _async_add_entity,
raise HomeAssistantError(msg),
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.office_esp_temp. Platform esphome does not generate unique IDs,
2019-07-13 09:16:27 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 2.0 seconds.,
2019-07-13 09:16:27 INFO (MainThread) [homeassistant.components.climate] Setting up climate.deconz,
2019-07-13 09:16:27 INFO (MainThread) [homeassistant.components.climate] Setting up climate.wink,
2019-07-13 09:16:27 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to 192.168.86.21,
2019-07-13 09:16:27 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to 192.168.86.45,
2019-07-13 09:16:27 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to 192.168.86.52,
2019-07-13 09:16:27 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to 192.168.86.48,
2019-07-13 09:16:27 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to 192.168.86.43,
2019-07-13 09:16:27 ERROR (MainThread) [homeassistant.components.generic_thermostat.climate] Unable to update from sensor: could not convert string to float: ‘unknown’,
2019-07-13 09:16:27 INFO (MainThread) [homeassistant.components.generic_thermostat.climate] Obtained current and target temperature. Generic thermostat active. 43.7, 36.0,
2019-07-13 09:16:28 INFO (MainThread) [homeassistant.components.tplink.common] Discovered 6 TP-Link smart home device(s),
2019-07-13 09:16:28 INFO (MainThread) [homeassistant.components.switch] Setting up switch.tplink,
2019-07-13 09:16:28 INFO (MainThread) [homeassistant.setup] Setup of domain device_tracker took 2.9 seconds.,
2019-07-13 09:16:28 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app,
2019-07-13 09:16:28 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app,
2019-07-13 09:16:28 INFO (MainThread) [homeassistant.setup] Setting up proximity,
2019-07-13 09:16:28 INFO (MainThread) [homeassistant.setup] Setup of domain proximity took 0.0 seconds.,
2019-07-13 09:16:30 INFO (SyncWorker_17) [xiaomi_gateway] Gateway discovery finished in 5 seconds,
2019-07-13 09:16:30 INFO (SyncWorker_17) [xiaomi_gateway] Creating Multicast Socket,
2019-07-13 09:16:30 INFO (MainThread) [homeassistant.setup] Setup of domain xiaomi_aqara took 5.2 seconds.,
2019-07-13 09:16:30 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.xiaomi_aqara,
2019-07-13 09:16:30 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.xiaomi_aqara,
2019-07-13 09:16:30 INFO (MainThread) [homeassistant.components.switch] Setting up switch.xiaomi_aqara,
2019-07-13 09:16:30 INFO (MainThread) [homeassistant.components.cover] Setting up cover.xiaomi_aqara,
2019-07-13 09:16:30 INFO (MainThread) [homeassistant.components.lock] Setting up lock.xiaomi_aqara,
2019-07-13 09:16:32 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to esphome_node7.local,
2019-07-13 09:16:32 INFO (MainThread) [homeassistant.components.esphome] Successfully connected to esphome_node3.local,
2019-07-13 09:16:35 WARNING (SyncWorker_8) [homeassistant.components.flux_led.light] Failed to connect to bulb 192.168.86.50, OfficeLEDs,
2019-07-13 09:16:35 INFO (MainThread) [homeassistant.setup] Setup of domain light took 9.6 seconds.,
2019-07-13 09:16:35 INFO (MainThread) [homeassistant.components.light] Setting up light.deconz,
2019-07-13 09:16:35 INFO (MainThread) [homeassistant.components.light] Setting up light.tplink,
2019-07-13 09:16:35 INFO (MainThread) [homeassistant.components.light] Setting up light.wink,
2019-07-13 09:16:35 INFO (MainThread) [homeassistant.components.light] Setting up light.xiaomi_aqara,
2019-07-13 09:16:38 WARNING (MainThread) [homeassistant.components.switch] Setup of platform tplink is taking over 10 seconds.,
2019-07-13 09:16:45 WARNING (MainThread) [homeassistant.components.light] Setup of platform tplink is taking over 10 seconds.,

Did you get it working? I had the same problem but commenting out the tplink stuff in my configuration file did the trick.

Yep. I ended up having an error in my Config, and fixed it via a restore SSH.