Thanks … the following is to be found there:
2024-10-20 13:43:27.640 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration senec 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
2024-10-20 13:43:27.641 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration homematicip_local 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
2024-10-20 13:43:27.641 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration landroid_cloud 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
2024-10-20 13:43:27.642 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration volkswagencarnet 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
2024-10-20 13:43:27.643 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
2024-10-20 13:43:27.643 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration waste_collection_schedule 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
2024-10-20 13:43:27.644 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration alexa_media 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
2024-10-20 13:43:27.645 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration home_connect_alt 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
2024-10-20 13:43:27.646 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration dwains_dashboard 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
2024-10-20 13:43:27.646 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration miele 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
2024-10-20 13:43:31.311 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to load_verify_locations with args (<ssl.SSLContext object at 0x7f58a3ea8250>, '/usr/local/lib/python3.12/site-packages/certifi/cacert.pem', None, None) inside the event loop by custom integration 'alexa_media' at custom_components/alexa_media/__init__.py, line 341: AlexaLogin( (offender: /usr/local/lib/python3.12/ssl.py, line 708: context.load_verify_locations(cafile, capath, cadata)), please create a bug report at https://github.com/alandtse/alexa_media_player/issues
For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#load_verify_locations
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
sys.exit(main())
File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
exit_code = runner.run(runtime_conf)
File "/usr/src/homeassistant/homeassistant/runner.py", line 189, in run
return loop.run_until_complete(setup_and_run_hass(runtime_config))
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete
self.run_forever()
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever
self._run_once()
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once
handle._run()
File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/src/homeassistant/homeassistant/setup.py", line 165, in async_setup_component
result = await _async_setup_component(hass, domain, config)
File "/usr/src/homeassistant/homeassistant/setup.py", line 461, in _async_setup_component
await asyncio.gather(
File "/usr/src/homeassistant/homeassistant/setup.py", line 463, in <genexpr>
create_eager_task(
File "/usr/src/homeassistant/homeassistant/util/async_.py", line 45, in create_eager_task
return Task(coro, loop=loop, name=name, eager_start=True)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 742, in async_setup_locked
await self.async_setup(hass, integration=integration)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 594, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/alexa_media/__init__.py", line 341, in async_setup_entry
AlexaLogin(
2024-10-20 13:43:31.387 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open with args (PosixPath('/config/.storage/[email protected]'),) inside the event loop by custom integration 'alexa_media' at custom_components/alexa_media/__init__.py, line 361: await login.login(cookies=await login.load_cookie()) (offender: /usr/local/lib/python3.12/site-packages/aiohttp/cookiejar.py, line 126: with file_path.open(mode="rb") as f:), please create a bug report at https://github.com/alandtse/alexa_media_player/issues
For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#open
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
sys.exit(main())
File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
exit_code = runner.run(runtime_conf)
File "/usr/src/homeassistant/homeassistant/runner.py", line 189, in run
return loop.run_until_complete(setup_and_run_hass(runtime_config))
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete
self.run_forever()
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever
self._run_once()
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once
handle._run()
File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 742, in async_setup_locked
await self.async_setup(hass, integration=integration)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 594, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/alexa_media/__init__.py", line 361, in async_setup_entry
await login.login(cookies=await login.load_cookie())
2024-10-20 13:43:33.790 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open with args (PosixPath('/config/.storage/[email protected]'),) inside the event loop by custom integration 'alexa_media' at custom_components/alexa_media/__init__.py, line 361: await login.login(cookies=await login.load_cookie()) (offender: /usr/local/lib/python3.12/site-packages/aiohttp/cookiejar.py, line 121: with file_path.open(mode="wb") as f:), please create a bug report at https://github.com/alandtse/alexa_media_player/issues
For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#open
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
sys.exit(main())
File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
exit_code = runner.run(runtime_conf)
File "/usr/src/homeassistant/homeassistant/runner.py", line 189, in run
return loop.run_until_complete(setup_and_run_hass(runtime_config))
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete
self.run_forever()
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever
self._run_once()
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once
handle._run()
File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 742, in async_setup_locked
await self.async_setup(hass, integration=integration)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 594, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/alexa_media/__init__.py", line 361, in async_setup_entry
await login.login(cookies=await login.load_cookie())
2024-10-20 13:43:33.800 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to load_verify_locations with args (<ssl.SSLContext object at 0x7f589fa1dcd0>,) inside the event loop by custom integration 'alexa_media' at custom_components/alexa_media/__init__.py, line 922: http2 = HTTP2EchoClient( (offender: /usr/local/lib/python3.12/site-packages/httpx/_config.py, line 149: context.load_verify_locations(cafile=cafile)), please create a bug report at https://github.com/alandtse/alexa_media_player/issues
For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#load_verify_locations
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
sys.exit(main())
File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
exit_code = runner.run(runtime_conf)
File "/usr/src/homeassistant/homeassistant/runner.py", line 189, in run
return loop.run_until_complete(setup_and_run_hass(runtime_config))
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete
self.run_forever()
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever
self._run_once()
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once
handle._run()
File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 742, in async_setup_locked
await self.async_setup(hass, integration=integration)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 594, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/alexa_media/__init__.py", line 363, in async_setup_entry
await setup_alexa(hass, config_entry, login)
File "/config/custom_components/alexa_media/__init__.py", line 1312, in setup_alexa
await http2_connect()
File "/config/custom_components/alexa_media/__init__.py", line 922, in http2_connect
http2 = HTTP2EchoClient(
2024-10-20 13:43:38.582 ERROR (MainThread) [aiohttp_sse_client.client] fetch https://api.home-connect.com/api/homeappliances/events failed: 503
2024-10-20 13:43:42.595 ERROR (MainThread) [aiohttp_sse_client.client] fetch https://api.home-connect.com/api/homeappliances/events failed: 503
2024-10-20 13:43:50.609 ERROR (MainThread) [aiohttp_sse_client.client] fetch https://api.home-connect.com/api/homeappliances/events failed: 503
2024-10-20 13:44:06.668 ERROR (MainThread) [aiohttp_sse_client.client] fetch https://api.home-connect.com/api/homeappliances/events failed: 503
2024-10-20 13:44:27.298 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 13:44:38.734 ERROR (MainThread) [aiohttp_sse_client.client] fetch https://api.home-connect.com/api/homeappliances/events failed: 503
2024-10-20 13:44:39.030 ERROR (Thread-7) [pychromecast.socket_client] [TV(192.168.178.53):8009] Error reading from socket: socket connection broken
2024-10-20 13:45:30.560 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 13:45:42.799 ERROR (MainThread) [aiohttp_sse_client.client] fetch https://api.home-connect.com/api/homeappliances/events failed: 503
2024-10-20 13:45:43.215 ERROR (Thread-7) [pychromecast.socket_client] [TV(192.168.178.53):8009] Error reading from socket: socket connection broken
2024-10-20 13:47:07.631 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 13:47:17.430 ERROR (Thread-7) [pychromecast.socket_client] [TV(192.168.178.53):8009] Error reading from socket: socket connection broken
2024-10-20 13:47:42.863 ERROR (MainThread) [aiohttp_sse_client.client] fetch https://api.home-connect.com/api/homeappliances/events failed: 503
2024-10-20 13:48:08.881 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 13:48:21.623 ERROR (Thread-7) [pychromecast.socket_client] [TV(192.168.178.53):8009] Error reading from socket: socket connection broken
2024-10-20 13:49:13.231 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 13:49:25.792 ERROR (Thread-7) [pychromecast.socket_client] [TV(192.168.178.53):8009] Error reading from socket: socket connection broken
2024-10-20 13:49:42.928 ERROR (MainThread) [aiohttp_sse_client.client] fetch https://api.home-connect.com/api/homeappliances/events failed: 503
2024-10-20 13:50:17.537 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 13:50:29.985 ERROR (Thread-7) [pychromecast.socket_client] [TV(192.168.178.53):8009] Error reading from socket: socket connection broken
2024-10-20 13:51:21.782 ERROR (Thread-7) [pychromecast.socket_client] [TV(192.168.178.53):8009] Error reading from socket: socket connection broken
2024-10-20 13:51:21.856 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 13:52:23.607 ERROR (Thread-7) [pychromecast.socket_client] [TV(192.168.178.53):8009] Error reading from socket: socket connection broken
2024-10-20 13:52:28.082 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 13:53:29.302 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 13:53:37.789 ERROR (Thread-7) [pychromecast.socket_client] [TV(192.168.178.53):8009] Error reading from socket: socket connection broken
2024-10-20 13:54:35.523 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 13:54:41.913 ERROR (Thread-7) [pychromecast.socket_client] [TV(192.168.178.53):8009] Error reading from socket: socket connection broken
2024-10-20 13:55:36.742 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 13:55:46.121 ERROR (Thread-7) [pychromecast.socket_client] [TV(192.168.178.53):8009] Error reading from socket: socket connection broken
2024-10-20 13:56:36.239 ERROR (Thread-7) [pychromecast.socket_client] [TV(192.168.178.53):8009] Error reading from socket: socket connection broken
2024-10-20 13:56:37.969 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 13:57:39.190 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 13:58:39.439 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 13:58:44.232 ERROR (Thread-7) [pychromecast.socket_client] [TV(192.168.178.53):8009] Error reading from socket: socket connection broken
2024-10-20 13:59:36.055 ERROR (Thread-7) [pychromecast.socket_client] [TV(192.168.178.53):8009] Error reading from socket: socket connection broken
2024-10-20 13:59:40.670 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 14:00:36.891 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 14:01:40.156 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 14:01:44.209 ERROR (Thread-7) [pychromecast.socket_client] [TV(192.168.178.53):8009] Error reading from socket: socket connection broken
2024-10-20 14:02:37.317 ERROR (Thread-7) [pychromecast.socket_client] [TV(192.168.178.53):8009] Error reading from socket: socket connection broken
2024-10-20 14:02:37.320 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 14:03:43.584 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 14:04:44.239 ERROR (Thread-7) [pychromecast.socket_client] [TV(192.168.178.53):8009] Error reading from socket: socket connection broken
2024-10-20 14:04:44.803 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 14:05:37.719 ERROR (Thread-7) [pychromecast.socket_client] [TV(192.168.178.53):8009] Error reading from socket: socket connection broken
2024-10-20 14:05:41.015 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 14:06:17.828 ERROR (Thread-7) [pychromecast.socket_client] [TV(192.168.178.53):8009] Error reading from socket: socket connection broken
2024-10-20 14:06:27.222 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 14:06:28.710 ERROR (MainThread) [custom_components.miele] Timeout fetching miele data
2024-10-20 14:06:42.954 ERROR (MainThread) [homeassistant.components.bring.coordinator] Error fetching bring data: Unable to connect and retrieve data from bring
2024-10-20 14:07:13.426 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 14:07:22.050 ERROR (Thread-7) [pychromecast.socket_client] [TV(192.168.178.53):8009] Error reading from socket: socket connection broken
2024-10-20 14:08:05.416 WARNING (MainThread) [pymiele.pymiele] Ping timeout, closing connection and restarting
2024-10-20 14:08:13.879 ERROR (Thread-7) [pychromecast.socket_client] [TV(192.168.178.53):8009] Error reading from socket: socket connection broken
2024-10-20 14:08:19.650 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 14:08:57.830 WARNING (MainThread) [volkswagencarnet.vw_connection] Could not fetch selectivestatus, error: Cannot connect to host emea.bff.cariad.digital:443 ssl:default [None]
2024-10-20 14:08:57.831 WARNING (MainThread) [volkswagencarnet.vw_connection] Could not fetch vehicle data, error: Cannot connect to host emea.bff.cariad.digital:443 ssl:default [None]
2024-10-20 14:08:57.832 WARNING (MainThread) [volkswagencarnet.vw_connection] Could not fetch parkingposition, error: Cannot connect to host emea.bff.cariad.digital:443 ssl:default [None]
2024-10-20 14:09:04.053 WARNING (MainThread) [custom_components.senec.pysenec_ha] APP-API: NO RES - Could not get data from https://app-gateway.prod.senec.dev/v2/senec/systems/239062/dashboard causing: Cannot connect to host app-gateway.prod.senec.dev:443 ssl:False [None]
2024-10-20 14:09:15.866 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from TV at 192.168.178.53
2024-10-20 14:09:28.063 WARNING (MainThread) [custom_components.senec.pysenec_ha] APP-API: NO RES - Could not get data from https://app-gateway.prod.senec.dev/v1/senec/monitor/239062/data/custom?startDate=2018-01-01&endDate=2024-11-01&locale=de_DE&timezone=GMT causing: Cannot connect to host app-gateway.prod.senec.dev:443 ssl:False [None]
2024-10-20 14:09:52.071 WARNING (MainThread) [custom_components.senec.pysenec_ha] APP-API: NO RES - Could not get data from https://app-gateway.prod.senec.dev/v1/senec/systems/239062/technical-data causing: Cannot connect to host app-gateway.prod.senec.dev:443 ssl:False [None]
2024-10-20 14:10:10.713 ERROR (MainThread) [aiohttp_sse_client.client] fetch https://api.home-connect.com/api/homeappliances/events failed: 503
2024-10-20 14:10:18.551 ERROR (Thread-7) [pychromecast.socket_client] [TV(192.168.178.53):8009] Error reading from socket: socket connection broken