Hassio 103 stuck in loading data

Hello,

Hassio lovelace is stuck in lovelace loading data. All background process work. Rebuilt, restored and still the same issue. Any ideas?

Additional Info:

'core-ssh:~# hassio ha info
arch: armv7
boot: true
custom: false
image: homeassistant/raspberrypi3-homeassistant
ip_address: 172.30.32.1
last_version: 0.103.6
machine: raspberrypi3
port: 8123
ssl: true
version: 0.103.6
wait_boot: 600
watchdog: true

LOG ERROR:

‘’‘2020-01-09 14:59:00 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 6 seconds
2020-01-09 14:59:06 INFO (MainThread) [homeassistant.components.discovery] Unknown service discovered: spotify_connect {‘host’: ‘10.0.0.48’, ‘port’: 41800, ‘hostname’: ‘PS4-E57F33.local.’, ‘properties’: {‘CPath’: ‘/spConn’}}
2020-01-09 14:59:13 INFO (MainThread) [homeassistant.components.esphome] Can’t connect to ESPHome API for cam_mis.local: Error resolving IP address: [Errno -2] Name does not resolve
2020-01-09 14:59:13 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 10 seconds
2020-01-09 14:59:30 INFO (MainThread) [homeassistant.components.esphome] Can’t connect to ESPHome API for cam_mis.local: Error resolving IP address: [Errno -2] Name does not resolve
2020-01-09 14:59:30 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 19 seconds
2020-01-09 14:59:56 INFO (MainThread) [homeassistant.components.esphome] Can’t connect to ESPHome API for cam_mis.local: Error resolving IP address: [Errno -2] Name does not resolve
2020-01-09 14:59:56 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 34 seconds
2020-01-09 15:00:37 INFO (MainThread) [homeassistant.components.esphome] Can’t connect to ESPHome API for cam_mis.local: Error resolving IP address: [Errno -2] Name does not resolve
2020-01-09 15:00:37 INFO (MainThread) [homeassistant.components.esphome] Trying to reconnect in 60 seconds
2020-01-09 15:00:37 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1890655568] Unable to serialize to JSON: Out of range float values are not JSON compliant ‘’’

1 Like

Same issue here on 0.103.4 and 0.103.6.
HA log seems to take >10 seconds to start many services that it didn’t used to.
Managed to get it running after deleting the recorder/log DB.
After 3-4 days the supervisor log reported “Connection pool full” and tried to restart HA, which subsequently failed.

Interesting. I found a resolution to my issue. I have a few temperature sensors associated to a min_max sensor. When one of the temp sensors disconnected the min_max sensor throws an error causing the Hassio to loop in the loading data window. once the temperature sensor comes back up and reconciles with the min_max sensor things began to work again. That is another issue entirely as a reboot only seems to resolve the min_max sensor issue.