Hello all
Have the following problem Still have 8 Eve Thermo with Homkit controller integrated via thred and at times are always the same 3 no longer accessible here still the error log
does anyone have an idea ?
Logger: homeassistant.config_entries
Quelle: components/homekit_controller/connection.py:429
Erstmals aufgetreten: 11:49:59 (1 Vorkommnisse)
Zuletzt protokolliert: 11:49:59
Fehler beim Entladen des Eintrags Eve Thermo Wohnzimmer rechts für homekit_controller
Traceback (letzter Aufruf):
Datei “/usr/local/lib/python3.10/asyncio/tasks.py”, Zeile 456, in wait_for
return fut.result()
asyncio.exceptions.CancelledError
Die obige Ausnahme war die direkte Ursache für die folgende Ausnahme:
Traceback (jüngster Aufruf zuletzt):
Datei “/usr/local/lib/python3.10/site-packages/aiohomekit/controller/coap/connection.py”, Zeile 167, in post_bytes
response = await asyncio.wait_for(
Datei “/usr/local/lib/python3.10/asyncio/tasks.py”, Zeile 458, in wait_for
raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError
Während der Behandlung der obigen Ausnahme ist eine weitere Ausnahme aufgetreten:
Traceback (letzter Aufruf):
Datei “/usr/src/homeassistant/homeassistant/config_entries.py”, Zeile 498, in async_unload
result = await component.async_unload_entry(hass, self)
Datei “/usr/src/homeassistant/homeassistant/components/homekit_controller/init.py”, Zeile 78, in async_unload_entry
await connection.async_unload()
Datei “/usr/src/homeassistant/homeassistant/components/homekit_controller/connection.py”, Zeile 429, in async_unload
await self.pairing.shutdown()
Datei “/usr/local/lib/python3.10/site-packages/aiohomekit/controller/abstract.py”, Zeile 287, in shutdown
await self.close()
Datei “/usr/local/lib/python3.10/site-packages/aiohomekit/controller/coap/pairing.py”, Zeile 129, in close
await self.unsubscribe(list(self.subscriptions))
Datei “/usr/local/lib/python3.10/site-packages/aiohomekit/controller/coap/pairing.py”, Zeile 215, in unsubscribe
return await self.connection.unsubscribe_from(Eigenschaften)
Datei “/usr/local/lib/python3.10/site-packages/aiohomekit/controller/coap/connection.py”, Zeile 624, in unsubscribe_from
pdu_results = await self.enc_ctx.post_all(OpCode.UNK_0C_UNSUBSCRIBE, iids, data)
Datei “/usr/local/lib/python3.10/site-packages/aiohomekit/controller/coap/connection.py”, Zeile 190, in post_all
res_pdu = await self.post_bytes(req_pdu)
Datei “/usr/local/lib/python3.10/site-packages/aiohomekit/controller/coap/connection.py”, Zeile 171, in post_bytes
raise AccessoryDisconnectedError(“Zeitüberschreitung der Anfrage”)
aiohomekit.exceptions.AccessoryDisconnectedError: Zeitüberschreitung der Anfrage
thx Sascha