I was wondering if anyone cold interpret this for me. I have a TP-Link Wifi Matter Outlet I am trying to connect to home assistant, and I have managed to get through the entire process up to the point where the matter integration adds the device to home assistant, at which point the Matter Server logs this error:
2024-11-19 21:07:47.148 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning using Node ID 3 and IP fe80::f209:dff:fefc:be1c%enp2s0. 2024-11-19 21:07:50.894 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to Send CHIP MessageCounter:115381973 on exchange 43709i with Node: <0000000000000000, 0> sendCount: 4 max retries: 4 2024-11-19 21:07:53.375 (Dummy-2) CHIP_ERROR [chip.native.SC] PASESession timed out while waiting for a response from the peer. Expected message type was 33 2024-11-19 21:07:53.375 (Dummy-2) CHIP_ERROR [chip.native.ZCL] Secure Pairing Failed 2024-11-19 21:07:53.375 (Dummy-2) WARNING [chip.ChipDeviceCtrl] Failed to establish secure session to device: src/controller/python/ChipDeviceController-ScriptDevicePairingDelegate.cpp:89: CHIP Error 0x00000003: Incorrect state 2024-11-19 21:07:53.376 (MainThread) ERROR [matter_server.server.client_handler] [140496099228944] Error while handling: commission_on_network: Commissioning failed for node 3.
Any ideas on what may be causing this? Thanks in advance.