#How to diagnose Thread issues

1 messages · Page 1 of 1 (latest)

plain portal
#

I've been searching ways to debug ongoing issues around matter-over-thread I've been having. I can no longer add devices to HA and the only means I have to add a device is with my iphone which has been impossible to get logs of the pairing events to find out if maybe my ipv6 setup is broken. Does anyone know of some tests/checks I can do to ensure my network is setup correctly?

#

The frustrating thing is I have devices added to the network already but I cannot add any more 😦

charred vigil
#

Did you look at your Matter server log? This is the first place to look. Do you have a flat network with all Matter devices in the same VLAN? Which network equipment do you have?

plain portal
#

Yeah, flat network all on one vlan

charred vigil
#

Ok, and what says the Matter server log? Do you see any issues/errors?

plain portal
#

There's lots of noise but of the errors I see this seems like it could be related

2025-07-14 17:30:19.220 (Dummy-2) CHIP_ERROR [chip.native.DMG] Time out! failed to receive report data from Exchange: 63757i with Node: <000000000000001E, 1>
2025-07-14 17:30:19.221 (MainThread) WARNING [matter_server.server.device_controller] <Node:30> Unable to subscribe to Node: src/app/ReadClient.cpp:745: CHIP Error 0x00000032: Timeout
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/matter_server/server/device_controller.py", line 1419, in _setup_node_try_once
    await self._subscribe_node(node_id)
  File "/usr/local/lib/python3.12/site-packages/matter_server/server/device_controller.py", line 1324, in _subscribe_node
    await self._chip_device_controller.read_attribute(
  File "/usr/local/lib/python3.12/site-packages/matter_server/server/sdk.py", line 273, in read_attribute
    result = await self._chip_controller.Read(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/chip/ChipDeviceCtrl.py", line 1549, in Read
    await future
chip.exceptions.ChipStackError: src/app/ReadClient.cpp:745: CHIP Error 0x00000032: Timeout