Habe eine Fehlermeldung beim Slave, wenn ich die Konfiguration aufrufe: Der Konfigurationsfluss konnte nicht geladen werden: 500 Internal Server Error Server got itself in trouble
Habe beide Instanzen über Tailscale verbunden und greife auf den Master über Nabu Casa zu.
Kann mir hier jemand helfen?
VG Frank
Hier noch der debug:
2023-01-06 17:00:26.037 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
2023-01-06 17:00:26.040 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration dwd_weather 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
2023-01-06 17:00:26.042 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration remote_homeassistant 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
2023-01-06 17:00:31.929 ERROR (MainThread) [homeassistant.components.hassio.handler] /store return code 500
2023-01-06 17:00:31.946 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /store -
2023-01-06 17:00:42.390 WARNING (MainThread) [xknx.log] Error: KNX bus did not respond in time (2.0 secs) to GroupValueRead request for: 2/0/10
2023-01-06 17:00:42.394 WARNING (MainThread) [xknx.log] Could not sync group address '2/0/10' (Wohnzimmer_WL - State)
2023-01-06 17:00:42.396 WARNING (MainThread) [xknx.log] Error: KNX bus did not respond in time (2.0 secs) to GroupValueRead request for: 2/0/30
2023-01-06 17:00:42.398 WARNING (MainThread) [xknx.log] Could not sync group address '2/0/30' (Küche_Oberlicht - State)
2023-01-06 17:00:44.738 INFO (SyncWorker_1) [fritzconnection] Unable to retrieve resource 'http://192.168.18.151:49000/igddesc.xml' from the device.
2023-01-06 17:02:25.090 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/aiohttp/web_protocol.py", line 435, in _handle_request
resp = await request_handler(request)
File "/usr/local/lib/python3.10/site-packages/aiohttp/web_app.py", line 504, in _handle
resp = await handler(request)
File "/usr/local/lib/python3.10/site-packages/aiohttp/web_middlewares.py", line 117, in impl
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 60, in security_filter_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 100, in forwarded_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 28, in request_context_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 81, in ban_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 236, in auth_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 136, in handle
result = await result
File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 218, in post
return await super().post(request)
File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 73, in wrapper
result = await method(view, request, data, *args, **kwargs)
File "/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py", line 71, in post
result = await self._flow_mgr.async_init(
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 229, in async_init
flow, result = await task
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 256, in _async_init
result = await self._async_handle_step(flow, flow.init_step, data, init_done)
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 387, in _async_handle_step
if not isinstance(result["type"], FlowResultType):
TypeError: 'NoneType' object is not subscriptable
2023-01-06 17:08:15.881 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Remote instance for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 533, in async_unload
result = await component.async_unload_entry(hass, self)
File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 579, in async_unload_entry
return await component.async_unload_entry(entry)
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 181, in async_unload_entry
raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!