2022-09-09 11:08:21.347 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration config_editor 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 2022-09-09 11:08:21.348 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration 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 2022-09-09 11:08:21.348 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration gardena_smart_system 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 2022-09-09 11:08:24.718 WARNING (MainThread) [pydeconz.models.light.light] Unexpected light effect type 0 2022-09-09 11:08:24.722 WARNING (MainThread) [pydeconz.models.light.light] Unexpected light effect type 0 2022-09-09 11:08:24.723 WARNING (MainThread) [pydeconz.models.light.light] Unexpected light effect type 0 2022-09-09 11:10:10.043 WARNING (Recorder) [homeassistant.components.sensor.recorder] The normalized unit of sensor.multisensor_bad (%) does not match the unit of already compiled statistics (°C). Generation of long term statistics will be suppressed unless the unit changes back to °C. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this 2022-09-09 11:10:10.045 WARNING (Recorder) [homeassistant.components.sensor.recorder] The normalized unit of sensor.multisensor_bad_2 (Pa) does not match the unit of already compiled statistics (%). Generation of long term statistics will be suppressed unless the unit changes back to %. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this 2022-09-09 11:10:10.046 WARNING (Recorder) [homeassistant.components.sensor.recorder] The normalized unit of sensor.multisensor_bad_3 (°C) does not match the unit of already compiled statistics (Pa). Generation of long term statistics will be suppressed unless the unit changes back to Pa. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this 2022-09-09 11:39:45.964 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-09 11:40:43.638 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-09 11:41:00.164 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-10 02:05:56.747 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for smartmeter @ 192.168.1.122: Timeout while connecting to ('192.168.1.122', 6053) 2022-09-10 12:10:53.227 ERROR (MainThread) [custom_components.hacs] GitHub returned 404 for https://api.github.com/repos/rsnodgrass/hass-integrations 2022-09-10 12:10:54.251 ERROR (MainThread) [custom_components.hacs] GitHub returned 404 for https://api.github.com/repos/rsnodgrass/hass-flo-water 2022-09-10 12:17:04.458 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 Script error. 2022-09-10 12:59:05.084 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/gardena/smart_system.py", line 185, in start_ws ws_url = await self.__get_ws_url(location) File "/usr/local/lib/python3.10/site-packages/backoff/_async.py", line 133, in retry ret = await target(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/gardena/smart_system.py", line 209, in __get_ws_url r = await self.client.post( File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1842, in post return await self.request( File "/usr/local/lib/python3.10/site-packages/authlib/integrations/httpx_client/oauth2_client.py", line 88, in request await self.ensure_active_token() File "/usr/local/lib/python3.10/site-packages/authlib/integrations/httpx_client/oauth2_client.py", line 105, in ensure_active_token token = await self.fetch_token(url, grant_type='client_credentials') File "/usr/local/lib/python3.10/site-packages/authlib/integrations/httpx_client/oauth2_client.py", line 118, in _fetch_token resp = await self.post( File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1842, in post return await self.request( File "/usr/local/lib/python3.10/site-packages/authlib/integrations/httpx_client/oauth2_client.py", line 92, in request return await super(AsyncOAuth2Client, self).request( File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1514, in request request = self.build_request( File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 344, in build_request url = self._merge_url(url) File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 374, in _merge_url merge_url = URL(url) File "/usr/local/lib/python3.10/site-packages/httpx/_urls.py", line 102, in __init__ raise TypeError( TypeError: Invalid type for url. Expected str or httpx.URL, got : None 2022-09-12 11:33:02.039 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-12 11:33:32.042 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-12 11:34:02.029 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-12 11:34:32.045 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-12 11:35:02.030 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-12 11:35:32.030 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-12 11:36:02.030 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-12 11:36:32.030 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-12 11:37:02.045 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-12 11:37:32.044 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-12 11:38:02.030 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-12 11:38:32.044 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-12 11:39:02.046 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-12 11:39:32.042 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-12 11:40:02.030 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-12 11:40:32.029 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-12 11:41:02.045 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-12 11:41:32.047 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-12 11:42:02.030 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-12 11:42:32.029 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-13 20:14:17.117 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 Script error. 2022-09-14 05:44:08.138 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for smartmeter @ 192.168.1.122: Error connecting to ('192.168.1.122', 6053): [Errno 111] Connect call failed ('192.168.1.122', 6053) 2022-09-14 17:43:08.237 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for smartmeter @ 192.168.1.122: Timeout while connecting to ('192.168.1.122', 6053) 2022-09-14 18:02:50.003 ERROR (MainThread) [homeassistant.components.syncthru] Timeout fetching syncthru data 2022-09-14 18:04:29.008 ERROR (MainThread) [metno] Access to https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/2.0/complete returned error 'ClientConnectorError' 2022-09-14 18:04:29.010 ERROR (MainThread) [homeassistant.components.met] Error fetching met data: Update failed: 2022-09-14 18:05:34.398 WARNING (MainThread) [homeassistant.components.sonos.speaker] No recent activity and cannot reach Wohnzimmer, marking unavailable 2022-09-14 18:05:40.014 ERROR (MainThread) [homeassistant.components.syncthru] Error fetching syncthru data: Configured printer at http://192.168.1.137 does not respond. 2022-09-15 03:18:20.002 ERROR (MainThread) [homeassistant.components.syncthru] Timeout fetching syncthru data 2022-09-15 09:28:39.211 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:28:42.606 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:28:42.778 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:31:58.060 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:31:59.056 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:00.061 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:01.065 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:02.072 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:03.059 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:04.061 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:05.059 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:06.070 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:07.054 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:08.057 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:10.078 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:13.200 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:21.080 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:22.135 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:23.139 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:24.137 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:25.143 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:27.098 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:28.125 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:29.122 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:31.125 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:34.084 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:35.078 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:40.068 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:41.072 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 09:32:42.066 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 ResizeObserver loop completed with undelivered notifications. 2022-09-15 10:40:51.332 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for smartmeter @ 192.168.1.122: Timeout during handshake 2022-09-15 12:30:34.958 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for updownlight @ 192.168.1.169: Error connecting to ('192.168.1.169', 6053): [Errno 113] Connect call failed ('192.168.1.169', 6053) 2022-09-15 15:08:21.046 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-15 15:08:51.031 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-15 15:09:21.047 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-15 15:09:51.030 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-15 15:10:21.046 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-15 15:10:51.030 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-15 15:11:21.030 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-15 15:11:51.029 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-15 15:12:21.047 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-15 15:12:51.046 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-15 15:13:21.030 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-15 15:30:10.014 WARNING (Recorder) [homeassistant.components.sensor.recorder] The unit of sensor.gas_taeglich is changing, got multiple {'m³', None}, generation of long term statistics will be suppressed unless the unit is stable and matches the unit of already compiled statistics (None). Go to https://my.home-assistant.io/redirect/developer_statistics to fix this 2022-09-15 16:06:28.598 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for updownlight @ 192.168.1.169: Error connecting to ('192.168.1.169', 6053): [Errno 113] Connect call failed ('192.168.1.169', 6053) 2022-09-15 16:27:00.638 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for smartmeter @ 192.168.1.122: Error connecting to ('192.168.1.122', 6053): [Errno 113] Connect call failed ('192.168.1.122', 6053) 2022-09-15 17:45:37.832 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for updownlight @ 192.168.1.169: Timeout during handshake 2022-09-15 17:48:20.299 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for updownlight @ 192.168.1.169: Timeout during handshake 2022-09-15 17:51:02.684 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for updownlight @ 192.168.1.169: Timeout during handshake 2022-09-15 17:53:45.151 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for updownlight @ 192.168.1.169: Timeout during handshake 2022-09-15 17:58:32.814 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for updownlight @ 192.168.1.169: Error connecting to ('192.168.1.169', 6053): [Errno 113] Connect call failed ('192.168.1.169', 6053) 2022-09-15 18:25:21.029 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-15 18:25:51.030 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-15 18:26:21.045 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-15 18:26:51.030 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-15 18:27:21.045 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-15 18:27:51.045 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-15 18:28:21.031 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-15 18:28:51.046 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-15 18:29:21.047 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-15 18:29:51.044 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-15 18:30:21.030 ERROR (MainThread) [homeassistant.components.syncthru] Unexpected error fetching syncthru data: Invalid host, does not support SyncThru JSON API. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 82, in _current_data res = demjson3.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 6423, in decode result = j.decode( File "/usr/local/lib/python3.10/site-packages/demjson3.py", line 5607, in decode raise errors[0] demjson3.JSONDecodeError: ('Line terminator characters must be escaped inside string literals', 'U+000A') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh self.data = await self._async_update_data() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 164, in _async_update_data return await self.update_method() File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 44, in async_update_data raise api_error File "/usr/src/homeassistant/homeassistant/components/syncthru/__init__.py", line 36, in async_update_data await printer.update() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 69, in update self.data = await self._current_data() File "/usr/local/lib/python3.10/site-packages/pysyncthru/__init__.py", line 94, in _current_data raise SyncThruAPINotSupported( pysyncthru.SyncThruAPINotSupported: Invalid host, does not support SyncThru JSON API. 2022-09-16 07:10:25.451 ERROR (MainThread) [frontend.js.latest.202208020] :0:0 Script error. 2022-09-16 09:43:10.875 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for updownlight @ 192.168.1.169: Timeout during handshake 2022-09-16 09:45:53.735 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for updownlight @ 192.168.1.169: Timeout during handshake 2022-09-16 09:47:31.625 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for updownlight @ 192.168.1.169: Error while reading data: [Errno 104] Connection reset by peer 2022-09-16 09:51:10.358 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for updownlight @ 192.168.1.169: Error connecting to ('192.168.1.169', 6053): [Errno 113] Connect call failed ('192.168.1.169', 6053) 2022-09-16 09:55:37.422 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for updownlight @ 192.168.1.169: Timeout while connecting to ('192.168.1.169', 6053)