I could recover some log output from home-assistant.log (Supervisor log would be much more interesting but thereĀ“s no way to access them):
Remember itĀ“s UTC times so log 23:39 + 1 is 00:39 local time (time when HA was started):
************************************************** HA START **************************************************
************************************************** HA START **************************************************
************************************************** HA START **************************************************
************************************************** HA START **************************************************
************************************************** HA START **************************************************
2020-12-29 23:37:26 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for rki_covid which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-12-29 23:37:26 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for fritzbox_tools which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-12-29 23:37:26 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-12-29 23:37:26 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for shelly which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-12-29 23:37:26 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for trakt which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-12-29 23:37:38 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 314, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
File "aiohttp/_http_parser.pyx", line 546, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message="Bad status line 'invalid HTTP method'"
2020-12-29 23:37:38 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 314, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
File "aiohttp/_http_parser.pyx", line 546, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message="Bad status line 'invalid HTTP method'"
2020-12-29 23:38:29 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-29 23:38:33 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: hacs, trakt, kodi
2020-12-29 23:38:33 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 314, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
File "aiohttp/_http_parser.pyx", line 546, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message="Bad status line 'invalid HTTP method'"
2020-12-29 23:38:33 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 314, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
File "aiohttp/_http_parser.pyx", line 546, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message="Bad status line 'invalid HTTP method'"
2020-12-29 23:38:34 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-29 23:38:34 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-29 23:39:33 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: ios, upnp, kodi
2020-12-29 23:39:35 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-29 23:39:37 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-29 23:39:37 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-29 23:40:33 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: kodi
2020-12-29 23:41:39 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 314, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
File "aiohttp/_http_parser.pyx", line 546, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message="Bad status line 'invalid HTTP method'"
2020-12-29 23:41:39 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 314, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
File "aiohttp/_http_parser.pyx", line 546, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message="Bad status line 'invalid HTTP method'"
2020-12-29 23:59:13 ERROR (MainThread) [aiohttp.web] Forbidden
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/http/static.py", line 26, in _handle
raise HTTPForbidden()
aiohttp.web_exceptions.HTTPForbidden: Forbidden
2020-12-29 23:59:16 ERROR (MainThread) [aiohttp.web] Forbidden
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/http/static.py", line 26, in _handle
raise HTTPForbidden()
aiohttp.web_exceptions.HTTPForbidden: Forbidden
2020-12-29 23:59:21 ERROR (MainThread) [aiohttp.web] Forbidden
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/http/static.py", line 26, in _handle
raise HTTPForbidden()
aiohttp.web_exceptions.HTTPForbidden: Forbidden
2020-12-30 00:02:14 ERROR (MainThread) [aiohttp.web] Forbidden
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/http/static.py", line 26, in _handle
raise HTTPForbidden()
aiohttp.web_exceptions.HTTPForbidden: Forbidden
2020-12-30 00:02:17 ERROR (MainThread) [aiohttp.web] Forbidden
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/http/static.py", line 26, in _handle
raise HTTPForbidden()
aiohttp.web_exceptions.HTTPForbidden: Forbidden
2020-12-30 00:02:19 ERROR (MainThread) [aiohttp.web] Forbidden
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/http/static.py", line 26, in _handle
raise HTTPForbidden()
aiohttp.web_exceptions.HTTPForbidden: Forbidden
2020-12-30 00:02:34 ERROR (MainThread) [aiohttp.web] Forbidden
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/http/static.py", line 26, in _handle
raise HTTPForbidden()
aiohttp.web_exceptions.HTTPForbidden: Forbidden
2020-12-30 00:08:00 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from xxxxxxxxxxxxxx (192.168.xxx.xxx) (Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Home Assistant/2020.7 (io.robbie.HomeAssistant; build:11; iOS 14.3.0) Mobile/HomeAssistant, like Safari)
2020-12-30 00:08:00 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from xxxxxxxxxxxxxx (192.168.xxx.xxx) (Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Home Assistant/2020.7 (io.robbie.HomeAssistant; build:11; iOS 14.3.0) Mobile/HomeAssistant, like Safari)
2020-12-30 00:08:02 ERROR (MainThread) [frontend.js.latest.202012120] http://homeassistant:8123/frontend_latest/chunk.95d66c74cae7e6ffd795.js:2:20907 TypeError: undefined is not an object (evaluating 't._leaflet_pos')
2020-12-30 00:08:02 ERROR (MainThread) [frontend.js.latest.202012120] http://homeassistant:8123/frontend_latest/chunk.95d66c74cae7e6ffd795.js:2:20907 TypeError: undefined is not an object (evaluating 't._leaflet_pos')
2020-12-30 00:35:37 ERROR (MainThread) [homeassistant.components.ipp] Error fetching ipp data: Invalid response from API: Error occurred while communicating with IPP server.
2020-12-30 00:39:41 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 00:39:42 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 00:39:43 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 01:39:46 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 01:39:47 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 01:39:48 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 02:00:20 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/jsonrpc_websocket/jsonrpc.py", line 105, in _ws_loop
raise TransportError('Websocket error detected. Connection closed.')
jsonrpc_base.jsonrpc.TransportError: Websocket error detected. Connection closed.
2020-12-30 02:00:20 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/jsonrpc_websocket/jsonrpc.py", line 105, in _ws_loop
raise TransportError('Websocket error detected. Connection closed.')
jsonrpc_base.jsonrpc.TransportError: Websocket error detected. Connection closed.
2020-12-30 02:00:20 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/jsonrpc_websocket/jsonrpc.py", line 105, in _ws_loop
raise TransportError('Websocket error detected. Connection closed.')
jsonrpc_base.jsonrpc.TransportError: Websocket error detected. Connection closed.
2020-12-30 02:00:20 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/jsonrpc_websocket/jsonrpc.py", line 105, in _ws_loop
raise TransportError('Websocket error detected. Connection closed.')
jsonrpc_base.jsonrpc.TransportError: Websocket error detected. Connection closed.
2020-12-30 02:00:20 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/jsonrpc_websocket/jsonrpc.py", line 105, in _ws_loop
raise TransportError('Websocket error detected. Connection closed.')
jsonrpc_base.jsonrpc.TransportError: Websocket error detected. Connection closed.
2020-12-30 02:00:20 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/jsonrpc_websocket/jsonrpc.py", line 105, in _ws_loop
raise TransportError('Websocket error detected. Connection closed.')
jsonrpc_base.jsonrpc.TransportError: Websocket error detected. Connection closed.
2020-12-30 02:23:25 WARNING (MainThread) [homeassistant.helpers.condition] Value cannot be processed as a number: <state sensor.my_fire_hd_10_akkustatus=full; friendly_name=My Fire HD 10 Akkustatus, icon=mdi:battery-charging @ 2020-12-30T03:23:25.735555+01:00> (Offending entity: full)
2020-12-30 02:23:25 WARNING (MainThread) [homeassistant.helpers.condition] Value cannot be processed as a number: <state sensor.my_fire_hd_10_akkustatus=full; friendly_name=My Fire HD 10 Akkustatus, icon=mdi:battery-charging @ 2020-12-30T03:23:25.735555+01:00> (Offending entity: full)
2020-12-30 02:36:46 WARNING (MainThread) [homeassistant.helpers.condition] Value cannot be processed as a number: <state sensor.my_fire_hd_10_akkustatus=discharging; friendly_name=My Fire HD 10 Akkustatus, icon=mdi:battery-minus @ 2020-12-30T03:36:46.674503+01:00> (Offending entity: discharging)
2020-12-30 02:36:46 WARNING (MainThread) [homeassistant.helpers.condition] Value cannot be processed as a number: <state sensor.my_fire_hd_10_akkustatus=discharging; friendly_name=My Fire HD 10 Akkustatus, icon=mdi:battery-minus @ 2020-12-30T03:36:46.674503+01:00> (Offending entity: discharging)
2020-12-30 02:39:52 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 02:39:54 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 02:39:55 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 03:03:48 ERROR (MainThread) [homeassistant.components.ipp] Error fetching ipp data: Invalid response from API: Timeout occurred while connecting to IPP server.
2020-12-30 03:24:10 WARNING (SyncWorker_7) [homeassistant.components.fritz.device_tracker] Host entry for 88:87:17:8D:C0:00 not found: 'UPnPError: \nerrorCode: 714\nerrorDescription: NoSuchEntryInArray'
2020-12-30 03:32:10 ERROR (MainThread) [hole] Can not load data from *hole: 192.168.0.99
2020-12-30 03:32:10 ERROR (MainThread) [homeassistant.components.pi_hole] Error fetching Pi-Hole data: Failed to communicating with API: Can not load data from *hole: 192.168.0.99
2020-12-30 03:39:59 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 03:40:01 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 03:40:01 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 04:40:05 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 04:40:06 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 04:40:06 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 05:40:10 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 05:40:12 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 05:40:12 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 06:18:38 WARNING (MainThread) [homeassistant.components.sensor] Updating command_line sensor took longer than the scheduled update interval 0:00:10
2020-12-30 06:18:38 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.pi_hole_status is taking over 10 seconds
2020-12-30 06:40:16 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 06:40:17 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 06:40:18 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 07:40:25 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 07:40:27 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 07:40:27 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 07:53:15 ERROR (MainThread) [homeassistant.components.ipp] Error fetching ipp data: Invalid response from API: Timeout occurred while connecting to IPP server.
2020-12-30 08:40:31 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 08:40:33 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 08:40:33 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 08:56:14 ERROR (MainThread) [homeassistant.components.ipp] Error fetching ipp data: Invalid response from API: Timeout occurred while connecting to IPP server.
2020-12-30 09:40:37 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 09:40:39 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 09:40:39 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
************************************************** ROUGH START OF 1ST WAVE OF CPU LOAD GOING CRAZY **************************************************
************************************************** ROUGH START OF 1ST WAVE OF CPU LOAD GOING CRAZY **************************************************
************************************************** ROUGH START OF 1ST WAVE OF CPU LOAD GOING CRAZY **************************************************
************************************************** ROUGH START OF 1ST WAVE OF CPU LOAD GOING CRAZY **************************************************
************************************************** ROUGH START OF 1ST WAVE OF CPU LOAD GOING CRAZY **************************************************
2020-12-30 09:58:02 WARNING (MainThread) [homeassistant.components.sensor] Updating command_line sensor took longer than the scheduled update interval 0:00:10
2020-12-30 09:58:02 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.pi_hole_status is taking over 10 seconds
2020-12-30 09:58:22 WARNING (MainThread) [homeassistant.components.sensor] Updating command_line sensor took longer than the scheduled update interval 0:00:10
2020-12-30 09:58:22 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.pi_hole_status is taking over 10 seconds
2020-12-30 10:40:44 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 10:40:46 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 10:40:47 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 11:40:51 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 11:40:53 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 11:40:53 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 12:40:57 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 12:40:59 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
2020-12-30 12:40:59 WARNING (MainThread) [custom_components.trakt] Error retrving information from api.themoviedb.org
************************************************** ROUGH START OF 2ND WAVE OF CPU LOAD GOING CRAZY **************************************************
************************************************** ROUGH START OF 2ND WAVE OF CPU LOAD GOING CRAZY **************************************************
************************************************** ROUGH START OF 2ND WAVE OF CPU LOAD GOING CRAZY **************************************************
************************************************** ROUGH START OF 2ND WAVE OF CPU LOAD GOING CRAZY **************************************************
************************************************** ROUGH START OF 2ND WAVE OF CPU LOAD GOING CRAZY **************************************************
*************************************** NOW EVERYTHING IS STUCK IN QUEUE, ALMOST NOTHING IS WORKING IN TIME ****************************************
*************************************** NOW EVERYTHING IS STUCK IN QUEUE, ALMOST NOTHING IS WORKING IN TIME ****************************************
*************************************** NOW EVERYTHING IS STUCK IN QUEUE, ALMOST NOTHING IS WORKING IN TIME ****************************************
*************************************** NOW EVERYTHING IS STUCK IN QUEUE, ALMOST NOTHING IS WORKING IN TIME ****************************************
*************************************** NOW EVERYTHING IS STUCK IN QUEUE, ALMOST NOTHING IS WORKING IN TIME ****************************************
[ had to remove it because of post length restrictions ]