Hallo zusammen, seit einiger Zeit habe ich das Problem, das sich mein SONOF ZBBridge in unregelmäßigen Abständen von ZHA verabschiedet. Dann hilft nur noch aus stöpseln und wieder einstöpseln.
Daraufhin habe ich den Coordinator gegen einen SLZB-MR3 ausgetauscht. Das brachte leider keinen Erfolg!
Der Fehler lautet:
Logger: zigpy.application
Quelle: /usr/local/lib/python3.14/site-packages/zigpy/application.py:816
Erstmals aufgetreten: 14:21:44 (2 Vorkommnisse)
Zuletzt protokolliert: 16:01:14
Watchdog failure
Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/zigpy_znp/api.py", line 1079, in request
response = await response_future
^^^^^^^^^^^^^^^^^^^^^
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/zigpy/application.py", line 814, in _watchdog_loop
await self.watchdog_feed()
File "/usr/local/lib/python3.14/site-packages/zigpy/application.py", line 800, in watchdog_feed
await self._watchdog_feed()
File "/usr/local/lib/python3.14/site-packages/zigpy_znp/zigbee/application.py", line 601, in _watchdog_feed
await self._znp.request(c.SYS.Ping.Req())
File "/usr/local/lib/python3.14/site-packages/zigpy_znp/api.py", line 1075, in request
async with asyncio_timeout(
~~~~~~~~~~~~~~~^
timeout or self._znp_config[conf.CONF_SREQ_TIMEOUT]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/asyncio/timeouts.py", line 114, in __aexit__
raise TimeoutError from exc_val
TimeoutError
Bleibt mir jetzt eigentlich nur noch der Umstieg auf Z2M?
Ich habe alles in HA auf dem aktuellen Stand, HA läuft auf eime Raspi5 mit 8GB
Hat jemand eine Idee, was das sein kann?