#ZHA Coordinator errors

1 messages · Page 1 of 1 (latest)

granite turtle
#

Hello guys, I am currently having a single ERROR in my system logs that may or may not cause any issues in my system, but I still would love to get it fixed and removed, so I can sleep better at night.

Source: /usr/local/lib/python3.14/site-packages/zigpy_znp/uart.py:58
First occurred: 16:27:47 (5 occurrences)
Last logged: 16:28:30

Received an exception while passing frame to API: TransportFrame(payload=GeneralFrame(header=CommandHeader(id=0xB2, subsystem=Subsystem.ZDO, type=CommandType.AREQ), data=b'\x1D\x3F\x84'))
Received an exception while passing frame to API: TransportFrame(payload=GeneralFrame(header=CommandHeader(id=0xB2, subsystem=Subsystem.ZDO, type=CommandType.AREQ), data=b'\x10\xD0\x84'))
Received an exception while passing frame to API: TransportFrame(payload=GeneralFrame(header=CommandHeader(id=0xB2, subsystem=Subsystem.ZDO, type=CommandType.AREQ), data=b'\x93\x15\x84'))
Received an exception while passing frame to API: TransportFrame(payload=GeneralFrame(header=CommandHeader(id=0xB2, subsystem=Subsystem.ZDO, type=CommandType.AREQ), data=b'\x2B\x2F\x84'))
Received an exception while passing frame to API: TransportFrame(payload=GeneralFrame(header=CommandHeader(id=0xB2, subsystem=Subsystem.ZDO, type=CommandType.AREQ), data=b'\xE7\xDD\x84'))
Traceback (most recent call last):
  File "/usr/local/lib/python3.14/site-packages/zigpy_znp/types/commands.py", line 417, in from_frame
    params[param.name], data = param.type.deserialize(data)
                               ~~~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/local/lib/python3.14/site-packages/zigpy/types/struct.py", line 403, in deserialize
    fields, data = cls._deserialize_internal(cls.fields, data)```