Another unexpected restart (I just received the notification) at 2022-06-15 17:32
Here is the log1 (before restart), well, the last part of it, as the forum doesn’t let me paste more than 32000 characters!
OlsiaG9tZS51c2VyIl0sInRhZG9fdXNlcm5hbWUiOiJqYWNvcG9zY2FycGVsbGluaUBnbWFpbC5jb20iLCJhdGkiOiJmNjJmNzEzYy0wYjU4Lda6yMhqkymax-0yUzhWVcSlcFKDTiFeTDzFHwxY4uLdYHSBw69iUn20IL1hhuGcbptJ_mici4xQxc99bvj0CwoQoVlIKeKijIK4yYdgzzpRj732TYh-uYhPCoSGSyoQaijHhCj1v_y4gmmzO8NtItonkExCkjYWcHQ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7724c370>: Failed to establish a new connection: [Errno -3] Try again'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/tado/__init__.py", line 83, in <lambda>
lambda now: tadoconnector.update(),
File "/usr/src/homeassistant/homeassistant/util/__init__.py", line 192, in wrapper
result = method(*args, **kwargs)
File "/usr/src/homeassistant/homeassistant/components/tado/__init__.py", line 176, in update
self.update_devices()
File "/usr/src/homeassistant/homeassistant/components/tado/__init__.py", line 186, in update_devices
devices = self.tado.getDevices()
File "/usr/local/lib/python3.9/site-packages/PyTado/interface.py", line 170, in getDevices
data = self._apiCall(cmd)
File "/usr/local/lib/python3.9/site-packages/PyTado/interface.py", line 62, in _apiCall
self._refresh_token()
File "/usr/local/lib/python3.9/site-packages/PyTado/interface.py", line 126, in _refresh_token
response = self._http_session.request("post", url, params=data, timeout=self.timeout, data=json.dumps({}).encode('utf8'),
File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 529, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 645, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 519, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='auth.tado.com', port=443): Max retries exceeded with url: /oauth/token?client_id=public-api-preview&client_secret=4HJGRffVR8xb3XdEUQpjgZ1VplJi6Xgw&grant_type=refresh_token&scope=home.user&refresh_token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOlsicGFydG5lciJdLCJzdWIiOiI1ZGYzYzFlNTZiMmYwNzAwMGNjZGY0ZjEiLCJuYmYiOjE2NTUyNDcyNjQsInRhZG9fc2NvcGUiOlsiaG9tZS51c2VyIl0sInRhZG9fdXNlcm5hbWUiOiJqYWNvcG9zY2FycGVsbGluaUBnbWFpbC5jb20iLCJhdGkiOiJmNjJmNzEzYy0wYjU4Lda6yMhqkymax-0yUzhWVcSlcFKDTiFeTDzFHwxY4uLdYHSBw69iUn20IL1hhuGcbptJ_mici4xQxc99bvj0CwoQoVlIKeKijIK4yYdgzzpRj732TYh-uYhPCoSGSyoQaijHhCj1v_y4gmmzO8NtItonkExCkjYWcHQ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7724c370>: Failed to establish a new connection: [Errno -3] Try again'))
2022-06-15 00:45:22 WARNING (MainThread) [bellows.zigbee.application] Watchdog heartbeat timeout:
2022-06-15 00:46:20 WARNING (MainThread) [bellows.zigbee.application] Watchdog heartbeat timeout:
2022-06-15 00:47:19 WARNING (MainThread) [bellows.zigbee.application] Watchdog heartbeat timeout:
2022-06-15 00:47:34 WARNING (MainThread) [bellows.zigbee.application] Watchdog heartbeat timeout:
2022-06-15 00:49:21 WARNING (MainThread) [bellows.zigbee.application] Watchdog heartbeat timeout:
2022-06-15 00:49:29 ERROR (MainThread) [homeassistant] Error doing job: Future exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/usr/local/lib/python3.9/site-packages/urllib3/util/connection.py", line 72, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File "/usr/local/lib/python3.9/socket.py", line 954, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Try again
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 386, in _make_request
self._validate_conn(conn)
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1040, in _validate_conn
conn.connect()
File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 358, in connect
self.sock = conn = self._new_conn()
File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f78755340>: Failed to establish a new connection: [Errno -3] Try again
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 440, in send
resp = conn.urlopen(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/usr/local/lib/python3.9/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='auth.tado.com', port=443): Max retries exceeded with url: /oauth/token?client_id=public-api-preview&client_secret=4HJGRffVR8xb3XdEUQpjgZ1VplJi6Xgw&grant_type=refresh_token&scope=home.user&refresh_token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOlsicGFydG5lciJdLCJzdWIiOiI1ZGYzYzFlNTZiMmYwNzAwMGNjZGY0ZjEiLCJuYmYiOjE2NTUyNDcyNjQsInRhZG9fc2NvcGUiOlsiaG9tZS51c2VyIl0sInRhZG9fdXNlcm5hbWUiOiJqYWNvcG9zY2FycGVsbGluaUBnbWFpbC5jb20iLCJhdGkiOiJmNjJmNzEzYy0wYjU4Lda6yMhqkymax-0yUzhWVcSlcFKDTiFeTDzFHwxY4uLdYHSBw69iUn20IL1hhuGcbptJ_mici4xQxc99bvj0CwoQoVlIKeKijIK4yYdgzzpRj732TYh-uYhPCoSGSyoQaijHhCj1v_y4gmmzO8NtItonkExCkjYWcHQ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f78755340>: Failed to establish a new connection: [Errno -3] Try again'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/tado/__init__.py", line 83, in <lambda>
lambda now: tadoconnector.update(),
File "/usr/src/homeassistant/homeassistant/util/__init__.py", line 192, in wrapper
result = method(*args, **kwargs)
File "/usr/src/homeassistant/homeassistant/components/tado/__init__.py", line 176, in update
self.update_devices()
File "/usr/src/homeassistant/homeassistant/components/tado/__init__.py", line 186, in update_devices
devices = self.tado.getDevices()
File "/usr/local/lib/python3.9/site-packages/PyTado/interface.py", line 170, in getDevices
data = self._apiCall(cmd)
File "/usr/local/lib/python3.9/site-packages/PyTado/interface.py", line 62, in _apiCall
self._refresh_token()
File "/usr/local/lib/python3.9/site-packages/PyTado/interface.py", line 126, in _refresh_token
response = self._http_session.request("post", url, params=data, timeout=self.timeout, data=json.dumps({}).encode('utf8'),
File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 529, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 645, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 519, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='auth.tado.com', port=443): Max retries exceeded with url: /oauth/token?client_id=public-api-preview&client_secret=4HJGRffVR8xb3XdEUQpjgZ1VplJi6Xgw&grant_type=refresh_token&scope=home.user&refresh_token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOlsicGFydG5lciJdLCJzdWIiOiI1ZGYzYzFlNTZiMmYwNzAwMGNjZGY0ZjEiLCJuYmYiOjE2NTUyNDcyNjQsInRhZG9fc2NvcGUiOlsiaG9tZS51c2VyIl0sInRhZG9fdXNlcm5hbWUiOiJqYWNvcG9zY2FycGVsbGluaUBnbWFpbC5jb20iLCJhdGkiOiJmNjJmNzEzYy0wYjU4Lda6yMhqkymax-0yUzhWVcSlcFKDTiFeTDzFHwxY4uLdYHSBw69iUn20IL1hhuGcbptJ_mici4xQxc99bvj0CwoQoVlIKeKijIK4yYdgzzpRj732TYh-uYhPCoSGSyoQaijHhCj1v_y4gmmzO8NtItonkExCkjYWcHQ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f78755340>: Failed to establish a new connection: [Errno -3] Try again'))
2022-06-15 00:50:20 WARNING (MainThread) [bellows.zigbee.application] Watchdog heartbeat timeout:
2022-06-15 00:51:19 WARNING (MainThread) [bellows.zigbee.application] Watchdog heartbeat timeout:
2022-06-15 00:54:24 ERROR (SyncWorker_6) [homeassistant] Error doing job: Future exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/usr/local/lib/python3.9/site-packages/urllib3/util/connection.py", line 72, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File "/usr/local/lib/python3.9/socket.py", line 954, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -2] Name does not resolve
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 386, in _make_request
self._validate_conn(conn)
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1040, in _validate_conn
conn.connect()
File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 358, in connect
self.sock = conn = self._new_conn()
File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f7c597400>: Failed to establish a new connection: [Errno -2] Name does not resolve
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 440, in send
resp = conn.urlopen(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/usr/local/lib/python3.9/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='auth.tado.com', port=443): Max retries exceeded with url: /oauth/token?client_id=public-api-preview&client_secret=4HJGRffVR8xb3XdEUQpjgZ1VplJi6Xgw&grant_type=refresh_token&scope=home.user&refresh_token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOlsicGFydG5lciJdLCJzdWIiOiI1ZGYzYzFlNTZiMmYwNzAwMGNjZGY0ZjEiLCJuYmYiOjE2NTUyNDcyNjQsInRhZG9fc2NvcGUiOlsiaG9tZS51c2VyIl0sInRhZG9fdXNlcm5hbWUiOiJqYWNvcG9zY2FycGVsbGluaUBnbWFpbC5jb20iLCJhdGkiOiJmNjJmNzEzYy0wYjU4Lda6yMhqkymax-0yUzhWVcSlcFKDTiFeTDzFHwxY4uLdYHSBw69iUn20IL1hhuGcbptJ_mici4xQxc99bvj0CwoQoVlIKeKijIK4yYdgzzpRj732TYh-uYhPCoSGSyoQaijHhCj1v_y4gmmzO8NtItonkExCkjYWcHQ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7c597400>: Failed to establish a new connection: [Errno -2] Name does not resolve'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/tado/__init__.py", line 83, in <lambda>
lambda now: tadoconnector.update(),
File "/usr/src/homeassistant/homeassistant/util/__init__.py", line 192, in wrapper
result = method(*args, **kwargs)
File "/usr/src/homeassistant/homeassistant/components/tado/__init__.py", line 176, in update
self.update_devices()
File "/usr/src/homeassistant/homeassistant/components/tado/__init__.py", line 186, in update_devices
devices = self.tado.getDevices()
File "/usr/local/lib/python3.9/site-packages/PyTado/interface.py", line 170, in getDevices
data = self._apiCall(cmd)
File "/usr/local/lib/python3.9/site-packages/PyTado/interface.py", line 62, in _apiCall
self._refresh_token()
File "/usr/local/lib/python3.9/site-packages/PyTado/interface.py", line 126, in _refresh_token
response = self._http_session.request("post", url, params=data, timeout=self.timeout, data=json.dumps({}).encode('utf8'),
File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 529, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 645, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 519, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='auth.tado.com', port=443): Max retries exceeded with url: /oauth/token?client_id=public-api-preview&client_secret=4HJGRffVR8xb3XdEUQpjgZ1VplJi6Xgw&grant_type=refresh_token&scope=home.user&refresh_token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOlsicGFydG5lciJdLCJzdWIiOiI1ZGYzYzFlNTZiMmYwNzAwMGNjZGY0ZjEiLCJuYmYiOjE2NTUyNDcyNjQsInRhZG9fc2NvcGUiOlsiaG9tZS51c2VyIl0sInRhZG9fdXNlcm5hbWUiOiJqYWNvcG9zY2FycGVsbGluaUBnbWFpbC5jb20iLCJhdGkiOiJmNjJmNzEzYy0wYjU4Lda6yMhqkymax-0yUzhWVcSlcFKDTiFeTDzFHwxY4uLdYHSBw69iUn20IL1hhuGcbptJ_mici4xQxc99bvj0CwoQoVlIKeKijIK4yYdgzzpRj732TYh-uYhPCoSGSyoQaijHhCj1v_y4gmmzO8NtItonkExCkjYWcHQ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7c597400>: Failed to establish a new connection: [Errno -2] Name does not resolve'))
2022-06-15 00:59:24 ERROR (MainThread) [homeassistant] Error doing job: Future exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/usr/local/lib/python3.9/site-packages/urllib3/util/connection.py", line 72, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File "/usr/local/lib/python3.9/socket.py", line 954, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -2] Name does not resolve
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 386, in _make_request
self._validate_conn(conn)
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1040, in _validate_conn
conn.connect()
File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 358, in connect
self.sock = conn = self._new_conn()
File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f75bb7e20>: Failed to establish a new connection: [Errno -2] Name does not resolve
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 440, in send
resp = conn.urlopen(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/usr/local/lib/python3.9/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='auth.tado.com', port=443): Max retries exceeded with url: /oauth/token?client_id=public-api-preview&client_secret=4HJGRffVR8xb3XdEUQpjgZ1VplJi6Xgw&grant_type=refresh_token&scope=home.user&refresh_token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOlsicGFydG5lciJdLCJzdWIiOiI1ZGYzYzFlNTZiMmYwNzAwMGNjZGY0ZjEiLCJuYmYiOjE2NTUyNDcyNjQsInRhZG9fc2NvcGUiOlsiaG9tZS51c2VyIl0sInRhZG9fdXNlcm5hbWUiOiJqYWNvcG9zY2FycGVsbGluaUBnbWFpbC5jb20iLCJhdGkiOiJmNjJmNzEzYy0wYjU4Lda6yMhqkymax-0yUzhWVcSlcFKDTiFeTDzFHwxY4uLdYHSBw69iUn20IL1hhuGcbptJ_mici4xQxc99bvj0CwoQoVlIKeKijIK4yYdgzzpRj732TYh-uYhPCoSGSyoQaijHhCj1v_y4gmmzO8NtItonkExCkjYWcHQ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75bb7e20>: Failed to establish a new connection: [Errno -2] Name does not resolve'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/tado/__init__.py", line 83, in <lambda>
lambda now: tadoconnector.update(),
File "/usr/src/homeassistant/homeassistant/util/__init__.py", line 192, in wrapper
result = method(*args, **kwargs)
File "/usr/src/homeassistant/homeassistant/components/tado/__init__.py", line 176, in update
self.update_devices()
File "/usr/src/homeassistant/homeassistant/components/tado/__init__.py", line 186, in update_devices
devices = self.tado.getDevices()
File "/usr/local/lib/python3.9/site-packages/PyTado/interface.py", line 170, in getDevices
data = self._apiCall(cmd)
File "/usr/local/lib/python3.9/site-packages/PyTado/interface.py", line 62, in _apiCall
self._refresh_token()
File "/usr/local/lib/python3.9/site-packages/PyTado/interface.py", line 126, in _refresh_token
response = self._http_session.request("post", url, params=data, timeout=self.timeout, data=json.dumps({}).encode('utf8'),
File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 529, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 645, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 519, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='auth.tado.com', port=443): Max retries exceeded with url: /oauth/token?client_id=public-api-preview&client_secret=4HJGRffVR8xb3XdEUQpjgZ1VplJi6Xgw&grant_type=refresh_token&scope=home.user&refresh_token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOlsicGFydG5lciJdLCJzdWIiOiI1ZGYzYzFlNTZiMmYwNzAwMGNjZGY0ZjEiLCJuYmYiOjE2NTUyNDcyNjQsInRhZG9fc2NvcGUiOlsiaG9tZS51c2VyIl0sInRhZG9fdXNlcm5hbWUiOiJqYWNvcG9zY2FycGVsbGluaUBnbWFpbC5jb20iLCJhdGkiOiJmNjJmNzEzYy0wYjU4Lda6yMhqkymax-0yUzhWVcSlcFKDTiFeTDzFHwxY4uLdYHSBw69iUn20IL1hhuGcbptJ_mici4xQxc99bvj0CwoQoVlIKeKijIK4yYdgzzpRj732TYh-uYhPCoSGSyoQaijHhCj1v_y4gmmzO8NtItonkExCkjYWcHQ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75bb7e20>: Failed to establish a new connection: [Errno -2] Name does not resolve'))
2022-06-15 01:58:43 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 01:58:43 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 04:00:01 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 04:00:01 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 06:00:00 WARNING (MainThread) [homeassistant.components.utility_meter.select] The 'utility_meter.select_tariff' service has been deprecated and will be removed in HA Core 2022.7. Please use 'select.select_option' instead
2022-06-15 06:00:00 WARNING (MainThread) [homeassistant.components.utility_meter.select] The 'utility_meter.select_tariff' service has been deprecated and will be removed in HA Core 2022.7. Please use 'select.select_option' instead
2022-06-15 06:00:00 WARNING (MainThread) [homeassistant.components.utility_meter.select] The 'utility_meter.select_tariff' service has been deprecated and will be removed in HA Core 2022.7. Please use 'select.select_option' instead
2022-06-15 06:00:00 WARNING (MainThread) [homeassistant.components.utility_meter.select] The 'utility_meter.select_tariff' service has been deprecated and will be removed in HA Core 2022.7. Please use 'select.select_option' instead
2022-06-15 06:00:00 WARNING (MainThread) [homeassistant.components.utility_meter.select] The 'utility_meter.select_tariff' service has been deprecated and will be removed in HA Core 2022.7. Please use 'select.select_option' instead
2022-06-15 06:00:00 WARNING (MainThread) [homeassistant.components.utility_meter.select] The 'utility_meter.select_tariff' service has been deprecated and will be removed in HA Core 2022.7. Please use 'select.select_option' instead
2022-06-15 06:00:00 WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities switch.elettra_charger_switch
2022-06-15 06:14:09 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 06:14:09 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 06:24:15 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 06:24:15 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 06:29:08 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 06:29:08 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 06:34:01 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 06:34:01 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 06:38:55 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 06:38:55 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 06:43:48 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 06:43:48 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 06:48:40 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 06:48:40 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 06:53:33 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 06:53:33 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 07:00:00 WARNING (MainThread) [homeassistant.components.utility_meter.select] The 'utility_meter.select_tariff' service has been deprecated and will be removed in HA Core 2022.7. Please use 'select.select_option' instead
2022-06-15 07:00:00 WARNING (MainThread) [homeassistant.components.utility_meter.select] The 'utility_meter.select_tariff' service has been deprecated and will be removed in HA Core 2022.7. Please use 'select.select_option' instead
2022-06-15 07:00:00 WARNING (MainThread) [homeassistant.components.utility_meter.select] The 'utility_meter.select_tariff' service has been deprecated and will be removed in HA Core 2022.7. Please use 'select.select_option' instead
2022-06-15 07:00:00 WARNING (MainThread) [homeassistant.components.utility_meter.select] The 'utility_meter.select_tariff' service has been deprecated and will be removed in HA Core 2022.7. Please use 'select.select_option' instead
2022-06-15 07:00:00 WARNING (MainThread) [homeassistant.components.utility_meter.select] The 'utility_meter.select_tariff' service has been deprecated and will be removed in HA Core 2022.7. Please use 'select.select_option' instead
2022-06-15 07:00:00 WARNING (MainThread) [homeassistant.components.utility_meter.select] The 'utility_meter.select_tariff' service has been deprecated and will be removed in HA Core 2022.7. Please use 'select.select_option' instead
2022-06-15 07:00:18 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 07:00:18 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 07:01:11 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 194.35.232.198 (194.35.232.198). (Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Home Assistant/2022.3 (io.robbie.HomeAssistant; build:2022.358; iOS 15.5.0) Mobile/HomeAssistant, like Safari)
2022-06-15 07:01:13 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 194.35.232.198 (194.35.232.198). (Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Home Assistant/2022.3 (io.robbie.HomeAssistant; build:2022.358; iOS 15.5.0) Mobile/HomeAssistant, like Safari)
2022-06-15 07:07:03 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 07:07:03 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 07:13:19 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 07:13:19 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 07:19:36 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 07:19:36 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 07:26:20 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 07:26:20 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 07:34:57 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 07:34:57 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 07:44:30 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 07:44:30 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 07:57:47 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 07:57:47 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 08:03:00 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 194.35.232.197 (194.35.232.197). (Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Home Assistant/2022.3 (io.robbie.HomeAssistant; build:2022.358; iOS 15.5.0) Mobile/HomeAssistant, like Safari)
2022-06-15 08:09:40 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 08:09:40 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 08:24:22 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 08:24:22 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 08:38:09 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 08:38:09 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 08:43:00 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 08:43:00 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 08:47:51 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 08:47:51 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 08:54:35 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 08:54:35 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 09:13:57 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 09:13:57 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 09:38:56 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 09:38:56 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 10:20:21 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 10:20:21 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 11:11:45 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_mariadb/stats request
2022-06-15 11:11:45 WARNING (MainThread) [homeassistant.components.hassio] Could not fetch stats for core_mariadb:
2022-06-15 12:36:43 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 12:36:43 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 12:49:04 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 12:49:04 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 13:23:56 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 13:23:56 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 14:16:12 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 14:16:12 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 14:34:40 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 14:34:40 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 14:47:03 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 14:47:03 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 15:58:34 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 15:58:34 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 16:22:42 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
2022-06-15 16:22:42 WARNING (MainThread) [homeassistant.components.mqtt.mixins] JSON result was not a dictionary
``