Hi,
Every 4 hours, I get these warnings and sometimes the error below however everything seems to be working
I believe these warnings and errors are related that I sometimes have two Zigbee devices added to HA which are not mine, probably neighbours, while HA is even not in pairing mode.
Any tips on how to solve these, would be appreciated.
I’ ve also followed the instructions to improve zigbee quality just to be sure. But as I did not have this problem before the unknown ( to me) zigbee devices started to add themselfs I don’t believe that it would help.
Logger: zigpy.topology
Source: /usr/local/lib/python3.11/site-packages/zigpy/topology.py:84
Topology scan failed
Traceback (most recent call last):
File “/usr/local/lib/python3.11/site-packages/zigpy/topology.py”, line 78, in _scan_loop
await self.scan()
File “/usr/local/lib/python3.11/site-packages/zigpy/topology.py”, line 96, in scan
await self._scan_task
File “/usr/local/lib/python3.11/site-packages/zigpy/topology.py”, line 221, in _scan
await self._find_unknown_devices(neighbors=self.neighbors, routes=self.routes)
File “/usr/local/lib/python3.11/site-packages/zigpy/topology.py”, line 253, in _find_unknown_devices
await self._app._discover_unknown_device(nwk)
File “/usr/local/lib/python3.11/site-packages/zigpy/application.py”, line 945, in _discover_unknown_device
return await zigpy.zdo.broadcast(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.11/site-packages/zigpy/device.py”, line 623, in broadcast
return await app.broadcast(
^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.11/site-packages/zigpy/application.py”, line 921, in broadcast
await self.send_packet(
File “/usr/local/lib/python3.11/site-packages/bellows/zigbee/application.py”, line 912, in send_packet
raise zigpy.exceptions.DeliveryError(
zigpy.exceptions.DeliveryError: Failed to enqueue message after 3 attempts: <EmberStatus.NETWORK_BUSY: 161>
Error:
Logger: homeassistant
Source: /usr/src/homeassistant/homeassistant/runner.py:145
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/local/lib/python3.11/site-packages/zigpy/topology.py”, line 96, in scan
await self._scan_task
File “/usr/local/lib/python3.11/site-packages/zigpy/topology.py”, line 221, in _scan
await self._find_unknown_devices(neighbors=self.neighbors, routes=self.routes)
File “/usr/local/lib/python3.11/site-packages/zigpy/topology.py”, line 253, in _find_unknown_devices
await self._app._discover_unknown_device(nwk)
File “/usr/local/lib/python3.11/site-packages/zigpy/application.py”, line 945, in _discover_unknown_device
return await zigpy.zdo.broadcast(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.11/site-packages/zigpy/device.py”, line 623, in broadcast
return await app.broadcast(
^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.11/site-packages/zigpy/application.py”, line 921, in broadcast
await self.send_packet(
File “/usr/local/lib/python3.11/site-packages/bellows/zigbee/application.py”, line 912, in send_packet
raise zigpy.exceptions.DeliveryError(
zigpy.exceptions.DeliveryError: Failed to enqueue message after 3 attempts: <EmberStatus.NETWORK_BUSY: 161>