Hey friends,
Not sure what to do here. NEST component was working great 2 days ago. Now it won’t start at startup and I am seeing this debug log:
2018-08-17 07:15:22 DEBUG (MainThread) [homeassistant.components.nest]
async_setup_nest is done
2018-08-17 07:18:23 DEBUG (SyncWorker_3) [homeassistant.components.nest]
Ignoring structure Home, not in []
2018-08-17 07:18:23 DEBUG (SyncWorker_15)
[homeassistant.components.nest] Ignoring structure Home, not in []
2018-08-17 07:18:23 DEBUG (MainThread) [homeassistant.components.nest]
Ignoring structure Home, not in []
2018-08-17 07:18:23 DEBUG (SyncWorker_3) [homeassistant.components.nest]
Ignoring structure Home, not in []
2018-08-17 07:18:23 DEBUG (SyncWorker_15)
[homeassistant.components.nest] Ignoring structure Home, not in []
2018-08-17 07:18:23 WARNING (MainThread)
[homeassistant.components.sensor] Setup of platform nest is taking over 10
seconds.
2018-08-17 07:18:23 DEBUG (SyncWorker_3) [homeassistant.components.nest]
Ignoring structure Home, not in []
2018-08-17 07:18:23 DEBUG (SyncWorker_15)
[homeassistant.components.nest] Ignoring structure Home, not in []
2018-08-17 07:18:23 WARNING (MainThread)
[homeassistant.components.climate] Setup of platform nest is taking over 10
seconds.
2018-08-17 07:18:23 DEBUG (SyncWorker_3) [homeassistant.components.nest]
Ignoring structure Home, not in []
2018-08-17 07:18:23 WARNING (MainThread)
[homeassistant.components.binary_sensor] Setup of platform nest is taking over
10 seconds.
2018-08-17 07:18:23 WARNING (MainThread)
[homeassistant.components.camera] Setup of platform nest is taking over 10
seconds.
2018-08-17 07:18:23 ERROR (MainThread) [homeassistant.components.sensor]
Setup of platform nest is taking longer than 60 seconds. Startup will proceed
without waiting any longer.
2018-08-17 07:18:23 ERROR (MainThread)
[homeassistant.components.binary_sensor] Setup of platform nest is taking
longer than 60 seconds. Startup will proceed without waiting any longer.
2018-08-17 07:18:23 ERROR (MainThread)
[homeassistant.components.camera]
Setup of platform nest is taking longer than 60 seconds. Startup will proceed
without waiting any longer.
2018-08-17 07:18:23 DEBUG (MainThread) [homeassistant.components.nest]
Ignoring structure Home, not in []
2018-08-17 07:18:23 DEBUG (MainThread) [homeassistant.components.nest]
listening nest.update_event
2018-08-17 07:18:23 DEBUG (MainThread) [homeassistant.components.nest]
dispatching nest data update
Every 10-15 minutes, I will keep getting the “dispatching nest data update”. Not sure what that means.
Any ideas?