-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Is this a common error when trying to set up ZigBee HomeAssistant Automation or a new one?
2025-10-19 11:27:36.764 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/zigpy_deconz/api.py", line 485, in _aps_data_indication
r = await self._command(
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/zigpy_deconz/api.py", line 308, in _command
self._uart.send(data)
^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'send'
It appeared while I was doing the initial setup as seen in the image below (sorry it's in German):
I run home assistant in a Docker container, but the device /dev/ttyACM0 is provided (via --device parameter in the docker run command).
Metadata
Metadata
Assignees
Labels
No labels