#[Closed] Unable to pair matter device

2 messages · Page 1 of 1 (latest)

floral haven
#

Hi,
I have two matter locks (Nuki 4 and Aqara U200).
When I got them, I have been able to add them to my HA without any issues. Then, I got some connectivity issues with both of them, even changed the Nuki one, then deleted and re-paired them.
They work perfectly from my iPhone Home app but I cannot pair them again with HA.
Here is the logs of the Matter server when I try to add one of them. Any help?
Thanks.

2025-02-15 20:14:02.996 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 36.
2025-02-15 20:14:03.008 (Dummy-2) CHIP_ERROR [chip.native.IN] SendMessage() to UDP:[fd83:54d:fd06:0:cd98:ee84:4c56:1a73]:5540 failed: src/inet/UDPEndPointImplSockets.cpp:421: OS Error 0x02000065: Network is unreachable
2025-02-15 20:14:03.009 (Dummy-2) CHIP_ERROR [chip.native.-] src/inet/UDPEndPointImplSockets.cpp:421: OS Error 0x02000065: Network is unreachable at src/controller/SetUpCodePairer.cpp:332
...
...
...
2025-02-15 20:15:13.020 (Dummy-2) CHIP_ERROR [chip.native.-] src/inet/UDPEndPointImplSockets.cpp:421: OS Error 0x02000065: Network is unreachable at src/controller/SetUpCodePairer.cpp:332
2025-02-15 20:15:27.869 (Dummy-2) CHIP_ERROR [chip.native.CTL] Discovery timed out
2025-02-15 20:15:27.870 (Dummy-2) CHIP_ERROR [chip.native.ZCL] Secure Pairing Failed
2025-02-15 20:15:27.871 (Dummy-2) WARNING [chip.ChipDeviceCtrl] Failed to establish secure session to device: src/controller/python/ChipDeviceController-ScriptDevicePairingDelegate.cpp:96: CHIP Error 0x00000003: Incorrect state
2025-02-15 20:15:27.871 (MainThread) ERROR [matter_server.server.client_handler] [140286924656512] Error while handling: commission_with_code: Commission with code failed for node 37.
2025-02-15 20:15:27.871 (MainThread) ERROR [matter_server.server.client_handler] [140286924656512] Error while handling: commission_with_code: Commission with code failed for node 37.
2

The ... represent the same line repeating every second.

floral haven
#

Issue fixed. IPV6 was disabled on my HA which is required for Matter devices.
I close this thread.