home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
70.02k stars 29.09k forks source link

hassio not starting after reboot #34767

Closed it-rechtsanwalt closed 4 years ago

it-rechtsanwalt commented 4 years ago

The problem

infinite loop after reboot frontend not reachable.

system is new installed. installed new cards in lovelance. worked for one day (without any problems).

Environment

Problem-relevant configuration.yaml

Traceback/Error logs

login as: compuholic
Authenticating with public key "imported-openssh-key" from agent
Linux kalee 4.19.0-8-amd64 #1 SMP Debian 4.19.98-1 (2020-01-26) x86_64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Mon Apr 27 12:39:39 2020 from 192.168.12.126
compuholic@kalee:~$ sudo su
[sudo] password for compuholic:
root@kalee:/home/compuholic#  docker  logs -f --tail 0 8a61188f3ed7

2020-04-27 12:47:47 WARNING (MainThread) [homeassistant.helpers.entity] Update of vacuum.xiaomi_vacuum_cleaner is taking over 10 seconds
2020-04-27 12:47:59 WARNING (MainThread) [homeassistant.components.sensor] Updating netatmo sensor took longer than the scheduled update interval 0:00:30
2020-04-27 12:47:59 INFO (SyncWorker_1) [homeassistant.loader] Loaded logi_circle from homeassistant.components.logi_circle
2020-04-27 12:47:59 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2020-04-27 12:47:59 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating ping binary_sensor took longer than the scheduled update interval 0:00:20
2020-04-27 12:47:59 WARNING (MainThread) [homeassistant.components.switch] Updating rest switch took longer than the scheduled update interval 0:00:05
2020-04-27 12:48:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.kuchennische_beleuchtung is taking over 10 seconds
2020-04-27 12:48:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.basilikum_beleuchtung is taking over 10 seconds
2020-04-27 12:48:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.terassen_licht is taking over 10 seconds
2020-04-27 12:48:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.terassen_licht_kuche is taking over 10 seconds
2020-04-27 12:48:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.terassen_licht_2_klein is taking over 10 seconds
2020-04-27 12:48:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.bewasserung_topfe is taking over 10 seconds
2020-04-27 12:48:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.bewasserung_krauterbeet is taking over 10 seconds
2020-04-27 12:48:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.bewasserung_wiese is taking over 10 seconds
2020-04-27 12:48:17 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:48:17 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:48:17 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:48:17 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:48:17 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:48:17 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:48:17 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:48:17 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:48:17 INFO (MainThread) [homeassistant.components.websocket_api.http.connection.139811488309456] Connection closed by client
2020-04-27 12:48:17 WARNING (MainThread) [homeassistant.components.switch] Updating rest switch took longer than the scheduled update interval 0:00:05
2020-04-27 12:48:17 INFO (SyncWorker_11) [homeassistant.loader] Loaded harmony from homeassistant.components.harmony
2020-04-27 12:48:30 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start
    resp = await task
  File "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle
    resp = await handler(request)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/real_ip.py", line 39, in real_ip_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 72, in ban_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 127, in auth_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 123, in handle
    result = await result
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/http.py", line 40, in get
    return await WebSocketHandler(request.app["hass"], request).async_handle()
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/http.py", line 208, in async_handle
    await self._writer_task
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/http.py", line 84, in _writer
    await self.wsock.send_str(dumped)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/web_ws.py", line 281, in send_str
    await self._writer.send(data, binary=False, compress=compress)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/http_websocket.py", line 646, in send
    await self._send_frame(message, WSMsgType.TEXT, compress)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/http_websocket.py", line 623, in _send_frame
    await self.protocol._drain_helper()
  File "/usr/local/lib/python3.7/site-packages/aiohttp/base_protocol.py", line 81, in _drain_helper
    await waiter
  File "/usr/local/lib/python3.7/asyncio/sslproto.py", line 530, in data_received
    ssldata, appdata = self._sslpipe.feed_ssldata(data)
  File "/usr/local/lib/python3.7/asyncio/sslproto.py", line 207, in feed_ssldata
    self._sslobj.unwrap()
  File "/usr/local/lib/python3.7/ssl.py", line 778, in unwrap
    return self._sslobj.shutdown()
ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2676)
2020-04-27 12:48:30 INFO (MainThread) [backoff] Backing off get_ratelimit(...) for 4.9s (concurrent.futures._base.TimeoutError)
2020-04-27 12:48:45 WARNING (MainThread) [homeassistant.components.sensor] Updating snmp sensor took longer than the scheduled update interval 0:00:30
2020-04-27 12:48:45 WARNING (MainThread) [homeassistant.components.camera] Updating netatmo camera took longer than the scheduled update interval 0:00:30
2020-04-27 12:48:45 INFO (SyncWorker_12) [homeassistant.loader] Loaded solaredge from homeassistant.components.solaredge
2020-04-27 12:48:45 WARNING (MainThread) [homeassistant.components.sensor] Updating local_ip sensor took longer than the scheduled update interval 0:00:30
2020-04-27 12:48:45 WARNING (MainThread) [homeassistant.components.sensor] Updating netatmo sensor took longer than the scheduled update interval 0:00:30
2020-04-27 12:49:18 INFO (SyncWorker_9) [homeassistant.loader] Loaded smartthings from homeassistant.components.smartthings
2020-04-27 12:49:18 WARNING (MainThread) [xknx.log] Error: KNX bus responded to request of type 'ConnectionState' with error in 'ConnectionStateResponse': ErrorCode.E_CONNECTION_ID
2020-04-27 12:49:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of vacuum.xiaomi_vacuum_cleaner is taking over 10 seconds
2020-04-27 12:49:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of binary_sensor.internet is taking over 10 seconds
2020-04-27 12:50:00 WARNING (MainThread) [homeassistant.components.sensor] Updating netatmo sensor took longer than the scheduled update interval 0:00:30
2020-04-27 12:50:00 INFO (SyncWorker_19) [homeassistant.loader] Loaded abode from homeassistant.components.abode
2020-04-27 12:50:00 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2020-04-27 12:50:00 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating ping binary_sensor took longer than the scheduled update interval 0:00:20
2020-04-27 12:50:00 WARNING (MainThread) [homeassistant.components.switch] Updating rest switch took longer than the scheduled update interval 0:00:05
2020-04-27 12:50:23 ERROR (MainThread) [backoff] Giving up get_ratelimit(...) after 5 tries (concurrent.futures._base.TimeoutError)
2020-04-27 12:50:23 INFO (MainThread) [backoff] Backing off get_repo(...) for 0.6s (concurrent.futures._base.TimeoutError)
2020-04-27 12:50:23 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.kuchennische_beleuchtung is taking over 10 seconds
2020-04-27 12:50:23 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.basilikum_beleuchtung is taking over 10 seconds
2020-04-27 12:50:23 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.terassen_licht is taking over 10 seconds
2020-04-27 12:50:23 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.terassen_licht_kuche is taking over 10 seconds
2020-04-27 12:50:23 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.terassen_licht_2_klein is taking over 10 seconds
2020-04-27 12:50:23 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.bewasserung_topfe is taking over 10 seconds
2020-04-27 12:50:23 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.bewasserung_krauterbeet is taking over 10 seconds
2020-04-27 12:50:23 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.bewasserung_wiese is taking over 10 seconds
2020-04-27 12:50:27 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:50:27 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:50:27 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:50:27 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:50:27 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:50:27 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:50:27 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:50:27 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:50:27 WARNING (MainThread) [homeassistant.components.zone] Updating zone zone took longer than the scheduled update interval 0:00:15
2020-04-27 12:50:27 INFO (SyncWorker_7) [homeassistant.loader] Loaded nuheat from homeassistant.components.nuheat
2020-04-27 12:50:27 WARNING (MainThread) [homeassistant.components.device_tracker] Updating unifi device_tracker took longer than the scheduled update interval 0:00:15
2020-04-27 12:50:27 WARNING (MainThread) [homeassistant.components.switch] Updating rest switch took longer than the scheduled update interval 0:00:05
^[[5~^[[5~2020-04-27 12:50:49 WARNING (MainThread) [xknx.log] Error: KNX bus responded to request of type 'ConnectionState' with error in 'ConnectionStateResponse': ErrorCode.E_CONNECTION_ID
2020-04-27 12:51:11 WARNING (MainThread) [homeassistant.components.sensor] Updating snmp sensor took longer than the scheduled update interval 0:00:30
2020-04-27 12:51:11 WARNING (MainThread) [homeassistant.components.camera] Updating netatmo camera took longer than the scheduled update interval 0:00:30
2020-04-27 12:51:11 WARNING (MainThread) [homeassistant.components.sensor] Updating local_ip sensor took longer than the scheduled update interval 0:00:30
2020-04-27 12:51:11 WARNING (MainThread) [homeassistant.components.sensor] Updating netatmo sensor took longer than the scheduled update interval 0:00:30
2020-04-27 12:51:12 INFO (SyncWorker_18) [homeassistant.loader] Loaded nexia from homeassistant.components.nexia
2020-04-27 12:51:37 WARNING (MainThread) [homeassistant.helpers.entity] Update of vacuum.xiaomi_vacuum_cleaner is taking over 10 seconds
2020-04-27 12:51:37 WARNING (MainThread) [homeassistant.helpers.entity] Update of binary_sensor.internet is taking over 10 seconds
2020-04-27 12:52:07 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2020-04-27 12:52:07 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating ping binary_sensor took longer than the scheduled update interval 0:00:20
2020-04-27 12:52:07 INFO (SyncWorker_7) [homeassistant.loader] Loaded nut from homeassistant.components.nut
2020-04-27 12:52:39 INFO (MainThread) [backoff] Backing off get_ratelimit(...) for 0.7s (concurrent.futures._base.TimeoutError)
2020-04-27 12:52:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of binary_sensor.330e_iperformance_charging_status is taking over 10 seconds
2020-04-27 12:52:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of lock.330e_iperformance_lock is taking over 10 seconds
2020-04-27 12:52:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.330e_iperformance_remaining_range_total is taking over 10 seconds
^C
root@kalee:/home/compuholic# ha
ha                 halt               hash               hassio-apparmor    hassio-supervisor
root@kalee:/home/compuholic# ha
ha                 halt               hash               hassio-apparmor    hassio-supervisor
root@kalee:/home/compuholic# ha
ha                 halt               hash               hassio-apparmor    hassio-supervisor
root@kalee:/home/compuholic# ha
ha                 halt               hash               hassio-apparmor    hassio-supervisor
root@kalee:/home/compuholic# ha update
Error: unknown command "update" for "ha"
Run 'ha --help' for usage.
time="2020-04-27T12:53:08+02:00" level=fatal msg="Error while executing rootCmd: unknown command \"update\" for \"ha\""
root@kalee:/home/compuholic# ha --help

The Home Assistant CLI is a small and simple command line utility that allows
you to control and configure different aspects of Home Assistant

Usage:
  ha [command]

Available Commands:
  addons         Install, update, remove and configure Home Assistant add-ons
  audio          Audio device handling.
  authentication Authentication for Home Assistant users.
  cli            Get information, update or configure the Home Assistant cli backend
  core           Provides control of the Home Assistant Core
  dns            Get information, update or configure the Home Assistant DNS server
  hardware       Provides hardware information about your system
  help           Help about any command
  host           Control the host/system that Home Assistant is running on
  info           Provides a general Home Assistant information overview
  multicast      Get information, update or configure the Home Assistant Multicast
  os             Operating System specific for updating, info and configuration imports
  snapshots      Create, restore and remove snapshot backups
  supervisor     Monitor, control and configure the Home Assistant Supervisor

Flags:
      --api-token string   Home Assistant Supervisor API token
      --config string      Optional config file (default is $HOME/.homeassistant.yaml)
      --endpoint string    Endpoint for Home Assistant Supervisor (default is 'supervisor')
  -h, --help               help for ha
      --log-level string   Log level (defaults to Warn)
      --no-progress        Disable the progress spinner
      --raw-json           Output raw JSON from the API

Use "ha [command] --help" for more information about a command.
root@kalee:/home/compuholic#  docker  logs -f --tail 0 8a61188f3ed7
2020-04-27 12:53:46 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.kuchennische_beleuchtung is taking over 10 seconds
2020-04-27 12:53:46 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.basilikum_beleuchtung is taking over 10 seconds
2020-04-27 12:53:46 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.terassen_licht is taking over 10 seconds
2020-04-27 12:53:46 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.terassen_licht_kuche is taking over 10 seconds
2020-04-27 12:53:46 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.terassen_licht_2_klein is taking over 10 seconds
2020-04-27 12:53:46 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.bewasserung_topfe is taking over 10 seconds
2020-04-27 12:53:46 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.bewasserung_krauterbeet is taking over 10 seconds
2020-04-27 12:53:46 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.bewasserung_wiese is taking over 10 seconds
2020-04-27 12:53:52 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:53:52 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:53:52 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:53:52 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:53:52 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:53:52 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:53:52 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:53:52 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:53:52 WARNING (MainThread) [homeassistant.components.sensor] Updating snmp sensor took longer than the scheduled update interval 0:00:30
2020-04-27 12:53:52 WARNING (MainThread) [homeassistant.components.camera] Updating netatmo camera took longer than the scheduled update interval 0:00:30
2020-04-27 12:53:52 WARNING (MainThread) [homeassistant.components.sensor] Updating hacs sensor took longer than the scheduled update interval 0:00:30
2020-04-27 12:53:52 WARNING (MainThread) [homeassistant.components.sensor] Updating local_ip sensor took longer than the scheduled update interval 0:00:30
2020-04-27 12:53:52 WARNING (MainThread) [homeassistant.components.sensor] Updating netatmo sensor took longer than the scheduled update interval 0:00:30
2020-04-27 12:53:52 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2020-04-27 12:53:52 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating ping binary_sensor took longer than the scheduled update interval 0:00:20
2020-04-27 12:53:52 WARNING (MainThread) [homeassistant.components.switch] Updating rest switch took longer than the scheduled update interval 0:00:05
2020-04-27 12:53:52 WARNING (MainThread) [homeassistant.helpers.entity] Update of binary_sensor.330e_iperformance_check_control_messages is taking over 10 seconds
2020-04-27 12:53:52 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.330e_iperformance_remaining_fuel is taking over 10 seconds
2020-04-27 12:53:52 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.netatmo_loft_aussenmodul_humidity is taking over 10 seconds
2020-04-27 12:53:55 INFO (SyncWorker_0) [homeassistant.loader] Loaded point from homeassistant.components.point
^C
root@kalee:/home/compuholic#  docker  logs -f --tail 0 8a61188f3ed7
2020-04-27 12:54:01 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.netatmo_eingang is taking over 10 seconds
2020-04-27 12:54:03 INFO (SyncWorker_11) [homeassistant.loader] Loaded gios from homeassistant.components.gios
2020-04-27 12:54:03 INFO (MainThread) [backoff] Backing off get_ratelimit(...) for 0.4s (concurrent.futures._base.TimeoutError)
2020-04-27 12:54:04 INFO (SyncWorker_17) [homeassistant.loader] Loaded directv from homeassistant.components.directv
2020-04-27 12:54:04 WARNING (MainThread) [xknx.log] Error: KNX bus responded to request of type 'ConnectionState' with error in 'ConnectionStateResponse': ErrorCode.E_CONNECTION_ID
2020-04-27 12:54:04 WARNING (MainThread) [xknx.log] Heartbeat failed - reconnecting
2020-04-27 12:54:04 INFO (SyncWorker_10) [homeassistant.loader] Loaded ipma from homeassistant.components.ipma
2020-04-27 12:54:05 WARNING (MainThread) [xknx.log] Error: KNX bus responded to request of type 'Disconnect' with error in 'DisconnectResponse': ErrorCode.E_CONNECTION_ID
2020-04-27 12:54:05 INFO (SyncWorker_1) [homeassistant.loader] Loaded meteo_france from homeassistant.components.meteo_france
2020-04-27 12:54:05 INFO (MainThread) [xknx.log] closing transport None
2020-04-27 12:54:05 WARNING (MainThread) [homeassistant.components.switch] Updating rest switch took longer than the scheduled update interval 0:00:05
2020-04-27 12:54:06 INFO (SyncWorker_17) [homeassistant.loader] Loaded wled from homeassistant.components.wled
2020-04-27 12:54:06 INFO (SyncWorker_1) [homeassistant.loader] Loaded almond from homeassistant.components.almond
2020-04-27 12:54:07 INFO (SyncWorker_6) [homeassistant.loader] Loaded icloud from homeassistant.components.icloud
2020-04-27 12:54:07 INFO (SyncWorker_16) [homeassistant.loader] Loaded ios from homeassistant.components.ios
2020-04-27 12:54:08 INFO (SyncWorker_19) [homeassistant.loader] Loaded tradfri from homeassistant.components.tradfri
2020-04-27 12:54:09 INFO (SyncWorker_15) [homeassistant.loader] Loaded huawei_lte from homeassistant.components.huawei_lte
2020-04-27 12:54:09 INFO (SyncWorker_4) [homeassistant.loader] Loaded ambient_station from homeassistant.components.ambient_station
2020-04-27 12:54:10 INFO (SyncWorker_9) [homeassistant.loader] Loaded griddy from homeassistant.components.griddy
2020-04-27 12:54:10 INFO (SyncWorker_12) [homeassistant.loader] Loaded owntracks from homeassistant.components.owntracks
2020-04-27 12:54:12 INFO (SyncWorker_19) [homeassistant.loader] Loaded melcloud from homeassistant.components.melcloud
2020-04-27 12:54:13 INFO (SyncWorker_11) [homeassistant.loader] Loaded mailgun from homeassistant.components.mailgun
2020-04-27 12:54:13 INFO (SyncWorker_4) [homeassistant.loader] Loaded notion from homeassistant.components.notion
2020-04-27 12:54:14 INFO (SyncWorker_5) [homeassistant.loader] Loaded plaato from homeassistant.components.plaato
2020-04-27 12:54:16 INFO (SyncWorker_10) [homeassistant.loader] Loaded twilio from homeassistant.components.twilio
2020-04-27 12:54:20 INFO (SyncWorker_16) [homeassistant.loader] Loaded traccar from homeassistant.components.traccar
2020-04-27 12:54:21 WARNING (MainThread) [homeassistant.components.sensor] Updating netatmo sensor took longer than the scheduled update interval 0:00:30
2020-04-27 12:54:23 INFO (SyncWorker_7) [homeassistant.loader] Loaded openuv from homeassistant.components.openuv
2020-04-27 12:54:29 INFO (SyncWorker_13) [homeassistant.loader] Loaded freebox from homeassistant.components.freebox
2020-04-27 12:54:31 WARNING (MainThread) [homeassistant.components.switch] Updating rest switch took longer than the scheduled update interval 0:00:05
2020-04-27 12:54:38 INFO (SyncWorker_6) [homeassistant.loader] Loaded life360 from homeassistant.components.life360
2020-04-27 12:54:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.kuchennische_beleuchtung is taking over 10 seconds
2020-04-27 12:54:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.basilikum_beleuchtung is taking over 10 seconds
2020-04-27 12:54:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.terassen_licht is taking over 10 seconds
2020-04-27 12:54:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.terassen_licht_kuche is taking over 10 seconds
2020-04-27 12:54:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.terassen_licht_2_klein is taking over 10 seconds
2020-04-27 12:54:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.bewasserung_topfe is taking over 10 seconds
2020-04-27 12:54:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.bewasserung_krauterbeet is taking over 10 seconds
2020-04-27 12:54:39 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.bewasserung_wiese is taking over 10 seconds
2020-04-27 12:54:45 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
    req=req, client_error=client_error)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
    return await self._loop.create_connection(*args, **kwargs)  # type: ignore  # noqa
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 989, in create_connection
    ssl_handshake_timeout=ssl_handshake_timeout)
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 1017, in _create_connection_transport
    await waiter
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:54:46 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
    req=req, client_error=client_error)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
    return await self._loop.create_connection(*args, **kwargs)  # type: ignore  # noqa
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 989, in create_connection
    ssl_handshake_timeout=ssl_handshake_timeout)
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 1017, in _create_connection_transport
    await waiter
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:54:46 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
    req=req, client_error=client_error)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
    return await self._loop.create_connection(*args, **kwargs)  # type: ignore  # noqa
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 989, in create_connection
    ssl_handshake_timeout=ssl_handshake_timeout)
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 1017, in _create_connection_transport
    await waiter
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:54:46 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
    req=req, client_error=client_error)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
    return await self._loop.create_connection(*args, **kwargs)  # type: ignore  # noqa
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 989, in create_connection
    ssl_handshake_timeout=ssl_handshake_timeout)
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 1017, in _create_connection_transport
    await waiter
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:54:46 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
    req=req, client_error=client_error)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
    return await self._loop.create_connection(*args, **kwargs)  # type: ignore  # noqa
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 989, in create_connection
    ssl_handshake_timeout=ssl_handshake_timeout)
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 1017, in _create_connection_transport
    await waiter
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:54:46 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
    req=req, client_error=client_error)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
    return await self._loop.create_connection(*args, **kwargs)  # type: ignore  # noqa
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 989, in create_connection
    ssl_handshake_timeout=ssl_handshake_timeout)
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 1017, in _create_connection_transport
    await waiter
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:54:46 INFO (SyncWorker_2) [homeassistant.loader] Loaded somfy from homeassistant.components.somfy
2020-04-27 12:54:46 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
    req=req, client_error=client_error)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
    return await self._loop.create_connection(*args, **kwargs)  # type: ignore  # noqa
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 989, in create_connection
    ssl_handshake_timeout=ssl_handshake_timeout)
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 1017, in _create_connection_transport
    await waiter
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:54:46 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
    req=req, client_error=client_error)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
    return await self._loop.create_connection(*args, **kwargs)  # type: ignore  # noqa
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 989, in create_connection
    ssl_handshake_timeout=ssl_handshake_timeout)
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 1017, in _create_connection_transport
    await waiter
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:54:46 WARNING (MainThread) [homeassistant.components.switch] Updating rest switch took longer than the scheduled update interval 0:00:05
2020-04-27 12:54:56 INFO (SyncWorker_14) [homeassistant.loader] Loaded lifx from homeassistant.components.lifx
2020-04-27 12:55:06 INFO (MainThread) [backoff] Backing off get_ratelimit(...) for 0.9s (concurrent.futures._base.TimeoutError)
2020-04-27 12:55:07 INFO (SyncWorker_18) [homeassistant.loader] Loaded hue from homeassistant.components.hue
2020-04-27 12:55:28 INFO (SyncWorker_11) [homeassistant.loader] Loaded tesla from homeassistant.components.tesla
2020-04-27 12:55:50 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2020-04-27 12:55:50 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating ping binary_sensor took longer than the scheduled update interval 0:00:20
2020-04-27 12:55:50 WARNING (MainThread) [homeassistant.components.switch] Updating rest switch took longer than the scheduled update interval 0:00:05
2020-04-27 12:55:50 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.kuchennische_beleuchtung is taking over 10 seconds
2020-04-27 12:55:50 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.basilikum_beleuchtung is taking over 10 seconds
2020-04-27 12:55:50 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.terassen_licht is taking over 10 seconds
2020-04-27 12:55:50 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.terassen_licht_kuche is taking over 10 seconds
2020-04-27 12:55:50 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.terassen_licht_2_klein is taking over 10 seconds
2020-04-27 12:55:50 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.bewasserung_topfe is taking over 10 seconds
2020-04-27 12:55:50 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.bewasserung_krauterbeet is taking over 10 seconds
2020-04-27 12:55:50 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.bewasserung_wiese is taking over 10 seconds
2020-04-27 12:55:51 INFO (SyncWorker_6) [homeassistant.loader] Loaded zha from homeassistant.components.zha
2020-04-27 12:56:01 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
    req=req, client_error=client_error)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
    return await self._loop.create_connection(*args, **kwargs)  # type: ignore  # noqa
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 949, in create_connection
    await self.sock_connect(sock, address)
  File "/usr/local/lib/python3.7/asyncio/selector_events.py", line 473, in sock_connect
    return await fut
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:56:01 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
    req=req, client_error=client_error)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
    return await self._loop.create_connection(*args, **kwargs)  # type: ignore  # noqa
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 949, in create_connection
    await self.sock_connect(sock, address)
  File "/usr/local/lib/python3.7/asyncio/selector_events.py", line 473, in sock_connect
    return await fut
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:56:01 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
    req=req, client_error=client_error)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
    return await self._loop.create_connection(*args, **kwargs)  # type: ignore  # noqa
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 949, in create_connection
    await self.sock_connect(sock, address)
  File "/usr/local/lib/python3.7/asyncio/selector_events.py", line 473, in sock_connect
    return await fut
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:56:01 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
    req=req, client_error=client_error)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
    return await self._loop.create_connection(*args, **kwargs)  # type: ignore  # noqa
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 949, in create_connection
    await self.sock_connect(sock, address)
  File "/usr/local/lib/python3.7/asyncio/selector_events.py", line 473, in sock_connect
    return await fut
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:56:01 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
    req=req, client_error=client_error)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
    return await self._loop.create_connection(*args, **kwargs)  # type: ignore  # noqa
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 949, in create_connection
    await self.sock_connect(sock, address)
  File "/usr/local/lib/python3.7/asyncio/selector_events.py", line 473, in sock_connect
    return await fut
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:56:01 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
    req=req, client_error=client_error)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
    return await self._loop.create_connection(*args, **kwargs)  # type: ignore  # noqa
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 949, in create_connection
    await self.sock_connect(sock, address)
  File "/usr/local/lib/python3.7/asyncio/selector_events.py", line 473, in sock_connect
    return await fut
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:56:01 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
    req=req, client_error=client_error)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
    return await self._loop.create_connection(*args, **kwargs)  # type: ignore  # noqa
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 949, in create_connection
    await self.sock_connect(sock, address)
  File "/usr/local/lib/python3.7/asyncio/selector_events.py", line 473, in sock_connect
    return await fut
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:56:01 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 986, in _create_direct_connection
    req=req, client_error=client_error)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
    return await self._loop.create_connection(*args, **kwargs)  # type: ignore  # noqa
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 949, in create_connection
    await self.sock_connect(sock, address)
  File "/usr/local/lib/python3.7/asyncio/selector_events.py", line 473, in sock_connect
    return await fut
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:56:01 INFO (MainThread) [backoff] Backing off get_ratelimit(...) for 1.7s (concurrent.futures._base.TimeoutError)
2020-04-27 12:56:01 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.netatmo_loft_indoor_co2 is taking over 10 seconds
2020-04-27 12:56:15 WARNING (MainThread) [homeassistant.components.sensor] Updating netatmo sensor took longer than the scheduled update interval 0:00:30
2020-04-27 12:56:15 WARNING (MainThread) [homeassistant.components.switch] Updating rest switch took longer than the scheduled update interval 0:00:05
2020-04-27 12:56:15 INFO (SyncWorker_2) [homeassistant.loader] Loaded homekit_controller from homeassistant.components.homekit_controller
2020-04-27 12:56:19 WARNING (MainThread) [homeassistant.components.websocket_api.http.connection.139811372650256] Disconnected: Received non-Text message.
2020-04-27 12:56:19 WARNING (MainThread) [homeassistant.helpers.entity] Update of binary_sensor.330e_iperformance_charging_status is taking over 10 seconds
2020-04-27 12:56:19 WARNING (MainThread) [homeassistant.helpers.entity] Update of lock.330e_iperformance_lock is taking over 10 seconds
2020-04-27 12:56:19 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.330e_iperformance_remaining_range_total is taking over 10 seconds
2020-04-27 12:56:49 INFO (SyncWorker_0) [homeassistant.loader] Loaded neato from homeassistant.components.neato
2020-04-27 12:56:50 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.pfsense_wan_in is taking over 10 seconds
2020-04-27 12:56:50 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.pfsense_wan_out is taking over 10 seconds
2020-04-27 12:56:50 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.netatmo_eingang is taking over 10 seconds
2020-04-27 12:57:11 WARNING (MainThread) [homeassistant.components.sensor] Updating snmp sensor took longer than the scheduled update interval 0:00:30
2020-04-27 12:57:11 WARNING (MainThread) [homeassistant.components.camera] Updating netatmo camera took longer than the scheduled update interval 0:00:30
2020-04-27 12:57:11 WARNING (MainThread) [homeassistant.components.sensor] Updating local_ip sensor took longer than the scheduled update interval 0:00:30
2020-04-27 12:57:11 WARNING (MainThread) [homeassistant.components.sensor] Updating netatmo sensor took longer than the scheduled update interval 0:00:30
2020-04-27 12:57:11 WARNING (MainThread) [homeassistant.components.zone] Updating zone zone took longer than the scheduled update interval 0:00:15
2020-04-27 12:57:11 WARNING (MainThread) [homeassistant.components.device_tracker] Updating unifi device_tracker took longer than the scheduled update interval 0:00:15
2020-04-27 12:57:11 WARNING (MainThread) [homeassistant.components.switch] Updating rest switch took longer than the scheduled update interval 0:00:05
2020-04-27 12:57:37 INFO (SyncWorker_8) [homeassistant.loader] Loaded gpslogger from homeassistant.components.gpslogger
2020-04-27 12:57:37 INFO (MainThread) [backoff] Backing off get_ratelimit(...) for 0.3s (concurrent.futures._base.TimeoutError)
2020-04-27 12:57:37 WARNING (MainThread) [homeassistant.helpers.entity] Update of vacuum.xiaomi_vacuum_cleaner is taking over 10 seconds
2020-04-27 12:57:37 WARNING (MainThread) [homeassistant.helpers.entity] Update of binary_sensor.internet is taking over 10 seconds
2020-04-27 12:57:37 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.kuchennische_beleuchtung is taking over 10 seconds
2020-04-27 12:57:37 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.basilikum_beleuchtung is taking over 10 seconds
2020-04-27 12:57:37 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.terassen_licht is taking over 10 seconds
2020-04-27 12:57:37 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.terassen_licht_kuche is taking over 10 seconds
2020-04-27 12:57:37 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.terassen_licht_2_klein is taking over 10 seconds
2020-04-27 12:57:37 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.bewasserung_topfe is taking over 10 seconds
2020-04-27 12:57:37 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.bewasserung_krauterbeet is taking over 10 seconds
2020-04-27 12:57:37 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.bewasserung_wiese is taking over 10 seconds
2020-04-27 12:57:59 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:58:00 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:58:00 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:58:00 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:58:00 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:58:00 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:58:00 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:58:00 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 12:58:00 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2020-04-27 12:58:00 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating ping binary_sensor took longer than the scheduled update interval 0:00:20
2020-04-27 12:58:00 WARNING (MainThread) [homeassistant.components.switch] Updating rest switch took longer than the scheduled update interval 0:00:05
2020-04-27 12:58:34 WARNING (MainThread) [homeassistant.helpers.entity] Update of binary_sensor.330e_iperformance_condition_based_services is taking over 10 seconds
2020-04-27 12:58:34 INFO (SyncWorker_16) [homeassistant.loader] Loaded ecobee from homeassistant.components.ecobee
2020-04-27 12:58:34 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.330e_iperformance_mileage is taking over 10 seconds
2020-04-27 12:59:12 WARNING (MainThread) [homeassistant.components.sensor] Updating netatmo sensor took longer than the scheduled update interval 0:00:30
2020-04-27 12:59:12 WARNING (MainThread) [homeassistant.components.zone] Updating zone zone took longer than the scheduled update interval 0:00:15
2020-04-27 12:59:12 WARNING (MainThread) [homeassistant.components.device_tracker] Updating unifi device_tracker took longer than the scheduled update interval 0:00:15
2020-04-27 12:59:12 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.netatmo_loft_indoor_pressure is taking over 10 seconds
2020-04-27 12:59:20 INFO (SyncWorker_5) [homeassistant.loader] Loaded samsungtv from homeassistant.components.samsungtv
2020-04-27 12:59:49 WARNING (MainThread) [homeassistant.components.sensor] Updating snmp sensor took longer than the scheduled update interval 0:00:30
2020-04-27 12:59:50 WARNING (MainThread) [homeassistant.components.camera] Updating netatmo camera took longer than the scheduled update interval 0:00:30
2020-04-27 12:59:50 WARNING (MainThread) [homeassistant.components.sensor] Updating hacs sensor took longer than the scheduled update interval 0:00:30
2020-04-27 12:59:50 WARNING (MainThread) [homeassistant.components.sensor] Updating local_ip sensor took longer than the scheduled update interval 0:00:30
2020-04-27 12:59:50 WARNING (MainThread) [homeassistant.components.sensor] Updating netatmo sensor took longer than the scheduled update interval 0:00:30
2020-04-27 12:59:50 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2020-04-27 12:59:50 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating ping binary_sensor took longer than the scheduled update interval 0:00:20
2020-04-27 12:59:50 WARNING (MainThread) [homeassistant.components.switch] Updating rest switch took longer than the scheduled update interval 0:00:05
2020-04-27 12:59:50 WARNING (MainThread) [xknx.log] Error: KNX bus responded to request of type 'ConnectionState' with error in 'ConnectionStateResponse': ErrorCode.E_CONNECTION_ID
2020-04-27 13:00:26 INFO (MainThread) [backoff] Backing off get_ratelimit(...) for 1.8s (concurrent.futures._base.TimeoutError)
2020-04-27 13:00:26 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.pfsense_wan_in is taking over 10 seconds
2020-04-27 13:00:27 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.pfsense_wan_out is taking over 10 seconds
2020-04-27 13:00:27 WARNING (MainThread) [homeassistant.helpers.entity] Update of camera.netatmo_eingang is taking over 10 seconds
2020-04-27 13:00:27 WARNING (MainThread) [homeassistant.helpers.entity] Update of vacuum.xiaomi_vacuum_cleaner is taking over 10 seconds
2020-04-27 13:00:27 WARNING (MainThread) [homeassistant.helpers.entity] Update of binary_sensor.internet is taking over 10 seconds
2020-04-27 13:00:27 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.kuchennische_beleuchtung is taking over 10 seconds
2020-04-27 13:00:27 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.basilikum_beleuchtung is taking over 10 seconds
2020-04-27 13:00:27 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.terassen_licht is taking over 10 seconds
2020-04-27 13:00:27 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.terassen_licht_kuche is taking over 10 seconds
2020-04-27 13:00:27 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.terassen_licht_2_klein is taking over 10 seconds
2020-04-27 13:00:27 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.bewasserung_topfe is taking over 10 seconds
2020-04-27 13:00:27 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.bewasserung_krauterbeet is taking over 10 seconds
2020-04-27 13:00:27 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.bewasserung_wiese is taking over 10 seconds
2020-04-27 13:00:27 INFO (SyncWorker_16) [homeassistant.loader] Loaded vilfo from homeassistant.components.vilfo
2020-04-27 13:00:50 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 13:00:50 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 13:00:50 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 13:00:50 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 13:00:50 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 13:00:50 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 13:00:50 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 13:00:50 ERROR (MainThread) [homeassistant.components.rest.switch] Timed out while fetching data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 208, in get_device_state
    self._resource, auth=self._auth, headers=self._headers
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 196, in async_update
    await self.get_device_state(self.hass)
  File "/usr/src/homeassistant/homeassistant/components/rest/switch.py", line 210, in get_device_state
    text = await req.text()
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 45, in __exit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.7/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError
2020-04-27 13:00:50 WARNING (MainThread) [homeassistant.components.sensor] Updating snmp sensor took longer than the scheduled update interval 0:00:30
2020-04-27 13:00:50 WARNING (MainThread) [homeassistant.components.camera] Updating netatmo camera took longer than the scheduled update interval 0:00:30
2020-04-27 13:00:50 WARNING (MainThread) [homeassistant.components.sensor] Updating local_ip sensor took longer than the scheduled update interval 0:00:30
2020-04-27 13:00:50 WARNING (MainThread) [homeassistant.components.sensor] Updating netatmo sensor took longer than the scheduled update interval 0:00:30
2020-04-27 13:00:50 WARNING (MainThread) [homeassistant.components.vacuum] Updating xiaomi_miio vacuum took longer than the scheduled update interval 0:00:20
2020-04-27 13:00:50 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating ping binary_sensor took longer than the scheduled update interval 0:00:20
2020-04-27 13:00:50 WARNING (MainThread) [homeassistant.components.zone] Updating zone zone took longer than the scheduled update interval 0:00:15
2020-04-27 13:00:50 WARNING (MainThread) [homeassistant.components.device_tracker] Updating unifi device_tracker took longer than the scheduled update interval 0:00:15
2020-04-27 13:00:50 WARNING (MainThread) [homeassistant.components.switch] Updating rest switch took longer than the scheduled update interval 0:00:05
2020-04-27 13:00:51 WARNING (MainThread) [homeassistant.components.websocket_api.http.connection.139811367948048] Disconnected: Received non-Text message.
2020-04-27 13:01:31 INFO (SyncWorker_18) [homeassistant.loader] Loaded smhi from homeassistant.components.smhi
2020-04-27 13:03:47 WARNING (Thread-69) [pychromecast.socket_client] [KD-75XE8596:8009] Heartbeat timeout, resetting connection
2020-04-27 13:03:47 WARNING (Thread-70) [pychromecast.socket_client] [SHIELD:8009] Heartbeat timeout, resetting connection
2020-04-27 13:03:50 INFO (Thread-2) [homeassistant.components.mqtt] Successfully reconnected to the MQTT server
2020-04-27 13:04:27 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.netatmo_loft_indoor_min_temp is taking over 10 seconds
^[[A

Additional information

it-rechtsanwalt commented 4 years ago

after 4h (sic!) the startup was finished and everything worked. (the system is a Celeron N4100 - this shall not happen...)