Errors after clean install and reboots

Recently rebuilt my hassio with Docker…
All working perfectly…then after a reboot I get these errors, and now services connecting, also I’ve lost the alerts to my IOS device as well. Seems like a comms issue, but there has not been any change since the clean install.

Any advice? Where do I look to solve this?

Thanks


Setup of platform nest is taking over 10 seconds.

5:42 PM main.py (WARNING) - message first occured at 5:42 PM and shows up 4 times

Setup of platform ios is taking over 10 seconds.

5:42 PM main.py (WARNING)

Platform sensibo not ready yet. Retrying in 30 seconds.

5:42 PM helpers/entity_platform.py (WARNING)

Error while setting up platform bom

5:42 PM components/sensor/bom.py (ERROR)

Error during setup of component august

5:42 PM components/august/init.py (ERROR)

Failed to connect to Sensibo servers.

5:42 PM components/climate/sensibo.py (ERROR)

Setup of platform sensibo is taking over 10 seconds.

5:42 PM main.py (WARNING)

Setup of platform bom is taking over 10 seconds.

5:42 PM main.py (WARNING)

Setup of august is taking over 10 seconds.

5:42 PM main.py (WARNING)

Setup of wemo is taking over 10 seconds.

5:42 PM main.py (WARNING)

Setup of homekit is taking over 10 seconds.

5:42 PM main.py (WARNING)


Mon Feb 25 2019 17:43:04 GMT+1100 (Australian Eastern Daylight Time)
Error doing job: Exception in callback <function EventBus.async_listen_once..onetime_listener at 0x7f3b14b5e950>
Traceback (most recent call last):
File “uvloop/cbhandles.pyx”, line 64, in uvloop.loop.Handle._run
File “/usr/local/lib/python3.7/site-packages/homeassistant/core.py”, line 626, in onetime_listener
self._hass.async_run_job(listener, event)
File “/usr/local/lib/python3.7/site-packages/homeassistant/core.py”, line 333, in async_run_job
target(*args)
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/person/init.py”, line 342, in person_start_hass
self.person_updated()
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/person/init.py”, line 363, in person_updated
self._update_state()
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/person/init.py”, line 374, in _update_state
for entity_id in self._config.get(CONF_DEVICE_TRACKERS, []):
TypeError: ‘NoneType’ object is not iterable