Hello,
I suspect my coordinator is dying with a recent surge in total network disconnections. I've had some old devices fall offline from time to time for years, but recently I'm getting all devices offline including the coordinator itself several times a day. I'm using a very old TubeZB CC2652 connected via Ethernet cable.
Logs:
Logger: zigpy.application
Source: /usr/local/lib/python3.14/site-packages/zigpy/application.py:897
First occurred: July 2, 2026 at 3:33:12 PM (51 occurrences)
Last logged: 3:52:54 PM
Watchdog failure
Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/zigpy_znp/api.py", line 1072, 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 895, in _watchdog_loop
await self.watchdog_feed()
File "/usr/local/lib/python3.14/site-packages/zigpy/application.py", line 881, in watchdog_feed
await self._watchdog_feed()
File "/usr/local/lib/python3.14/site-packages/zigpy_znp/zigbee/application.py", line 594, in _watchdog_feed
await self._znp.request(c.SYS.Ping.Req())
File "/usr/local/lib/python3.14/site-packages/zigpy_znp/api.py", line 1068, 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
And:
Logger: zigpy_znp.zigbee.application
Source: components/zha/helpers.py:823
First occurred: July 2, 2026 at 2:52:45 PM (153 occurrences)
Last logged: 3:54:38 PM
Failed to reset before disconnect: 'NoneType' object has no attribute 'write'
Things I've tried:
- Replaced power supply including cable (twice)
- Relocated the coordinator to two different access points in different locations around my house
- Connected coordinator directly to router
- Firmware update a few months ago, nothing newer
- Multiple reboots
- Multiple reloads
- Swapped Ethernet cables
I've even struggled to download a backup for Zigbee with it failing half a dozen times before I got one successfully.
My suspicions are this thing is living on borrowed time. But, looking for any ideas I may be missing before making the decision to either get a new coordinator or scrap my aging Zigbee architecture and replace it with something else.
In case it matters:
Installation method: Home Assistant Supervised
Core: 2026.6.4
Supervisor: 2026.06.2
Thanks in advance for any ideas.