I programmed an ESP32 as a Matter device using the Arduino IDE, and it paired with Apple Home without any issues. However, when I try to pair it with my Hubitat Hub using the pairing code generated in the Apple Home app, Hubitat refuses to complete the Matter pairing process.
To rule out device problems, I also tried pairing the same ESP32 Matter device with Home Assistant — and that worked without any problems.
Does anyone know why Hubitat will not join/pair this Matter device, even though Apple Home and Home Assistant both accept it?
`2026-05-11 13:20:58.645CTL[981:1137] Stopping commissionable node discovery over DNS-SD
2026-05-11 13:20:58.644CTL[981:1137] Discovery timed out
2026-05-11 13:20:31.955EM[981:1137] Flushed pending ack for MessageCounter:79594021 on exchange 36157i
2026-05-11 13:20:31.954EM[981:1137] <<< [E:36157i S:0 M:84368191 (Ack:79594021)] (U) Msg TX from 16CAA70B69B5E89D to 0:0000000000000000 [0000] [UDP:[fe80::b63a:45ff:fe80:3a4c%eth0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) (B:26)
2026-05-11 13:20:31.949CTL[981:1137] Remote device completed SPAKE2+ handshake
2026-05-11 13:20:31.949IN[981:1137] New secure session activated for device <FFFFFFFB00000000, 0>, LSID:502 PSID:53486!
2026-05-11 13:20:31.949IN[981:1137] SecureSession[0x7fa307eb40]: Activated - Type:1 LSID:502
2026-05-11 13:20:31.949SC[981:1137] SecureSession[0x7fa307eb40, LSID:502]: State change 'kEstablishing' --> 'kActive'
2026-05-11 13:20:31.949EM[981:1137] CHIP MessageCounter:84368190 not in RetransTable on exchange 36157i
2026-05-11 13:20:31.948EM[981:1137] Found matching exchange: 36157i, Delegate: 0x7fa66b4060
2026-05-11 13:20:31.948EM[981:1137] >>> [E:36157i S:0 M:79594021 (Ack:84368190)] (U) Msg RX from 0:0000000000000000 [0000] to 16CAA70B69B5E89D --- Type 0000:40 (SecureChannel:StatusReport) (B:34)
2026-05-11 13:20:31.946EM[981:1137] Rxd Ack; Removing MessageCounter:84368190 from Retrans Table on exchange 36157i
2026-05-11 13:20:31.946EM[981:1137] Found matching exchange: 36157i, Delegate: 0x7fa66b4060
2026-05-11 13:20:31.946EM[981:1137] >>> [E:36157i S:0 M:79594020 (Ack:84368190)] (U) Msg RX from 0:0000000000000000 [0000] to 16CAA70B69B5E89D --- Type 0000:10 (SecureChannel:StandaloneAck) (B:26)
2026-05-11 13:20:31.897SC[981:1137] Sent spake2p msg3
2026-05-11 13:20:31.897EM[981:1137] ??1 [E:36157i S:0 M:84368190] (U) Msg Retransmission to 0:0000000000000000 scheduled for 928ms from now [State:Active II:800 AI:800 AT:4000]
2026-05-11 13:20:31.897EM[981:1137] <<< [E:36157i S:0 M:84368190 (Ack:79594019)] (U) Msg TX from 16CAA70B69B5E89D to 0:0000000000000000 [0000] [UDP:[fe80::b63a:45ff:fe80:3a4c%eth0]:5540] --- Type 0000:24 (SecureChannel:PASE_Pake3) (B:63)
2026-05-11 13:20:31.895SC[981:1137] Received spake2p msg2
2026-05-11 13:20:31.895EM[981:1137] CHIP MessageCounter:84368189 not in RetransTable on exchange 36157i
2026-05-11 13:20:31.895EM[981:1137] Found matching exchange: 36157i, Delegate: 0x7fa66b4060
2026-05-11 13:20:31.895EM[981:1137] >>> [E:36157i S:0 M:79594019 (Ack:84368189)] (U) Msg RX from 0:0000000000000000 [0000] to 16CAA70B69B5E89D --- Type 0000:23 (SecureChannel:PASE_Pake2) (B:131)
2026-05-11 13:20:31.827EM[981:1137] Rxd Ack; Removing MessageCounter:84368189 from Retrans Table on exchange 36157i
2026-05-11 13:20:31.827EM[981:1137] Found matching exchange: 36157i, Delegate: 0x7fa66b4060
2026-05-11 13:20:31.827EM[981:1137] >>> [E:36157i S:0 M:79594018 (Ack:84368189)] (U) Msg RX from 0:0000000000000000 [0000] to 16CAA70B69B5E89D --- Type 0000:10 (SecureChannel:StandaloneAck) (B:26)
2026-05-11 13:20:31.816SC[981:1137] Sent spake2p msg1
2026-05-11 13:20:31.816EM[981:1137] ??1 [E:36157i S:0 M:84368189] (U) Msg Retransmission to 0:0000000000000000 scheduled for 1073ms from now [State:Active II:800 AI:800 AT:4000]
2026-05-11 13:20:31.816EM[981:1137] <<< [E:36157i S:0 M:84368189 (Ack:79594017)] (U) Msg TX from 16CAA70B69B5E89D to 0:0000000000000000 [0000] [UDP:[fe80::b63a:45ff:fe80:3a4c%eth0]:5540] --- Type 0000:22 (SecureChannel:PASE_Pake1) (B:96)
2026-05-11 13:20:31.812SC[981:1137] Found MRP parameters in the message
2026-05-11 13:20:31.812SC[981:1137] Peer assigned session ID 53486
2026-05-11 13:20:31.812SC[981:1137] Received PBKDF param response
2026-05-11 13:20:31.812EM[981:1137] CHIP MessageCounter:84368188 not in RetransTable on exchange 36157i
2026-05-11 13:20:31.812EM[981:1137] Found matching exchange: 36157i, Delegate: 0x7fa66b4060
2026-05-11 13:20:31.812EM[981:1137] >>> [E:36157i S:0 M:79594017 (Ack:84368188)] (U) Msg RX from 0:0000000000000000 [0000] to 16CAA70B69B5E89D --- Type 0000:21 (SecureChannel:PBKDFParamResponse) (B:174)
2026-05-11 13:20:31.811EM[981:1137] Rxd Ack; Removing MessageCounter:84368188 from Retrans Table on exchange 36157i
2026-05-11 13:20:31.811EM[981:1137] Found matching exchange: 36157i, Delegate: 0x7fa66b4060
2026-05-11 13:20:31.811EM[981:1137] >>> [E:36157i S:0 M:79594016 (Ack:84368188)] (U) Msg RX from 0:0000000000000000 [0000] to 16CAA70B69B5E89D --- Type 0000:10 (SecureChannel:StandaloneAck) (B:26)
[1778520031.792] [981:1137] [CTL] Attempting PASE connection to UDP:192.168.1.19:5540
[1778520031.792] [981:1137] [-] src/controller/CHIPDeviceController.cpp:734: CHIP Error 0x00000003: Incorrect state at src/controller/SetUpCodePairer.cpp:464
[1778520031.792] [981:1137] [CTL] Attempting PASE connection to UDP:[2600:8805:5d00:47:b63a:45ff:fe80:3a4c]:5540
[1778520031.792] [981:1137] [-] src/controller/CHIPDeviceController.cpp:734: CHIP Error 0x00000003: Incorrect state at src/controller/SetUpCodePairer.cpp:464
[1778520031.792] [981:1137] [CTL] Attempting PASE connection to UDP:[fe80::b63a:45ff:fe80:3a4c%eth0]:5540
[1778520031.792] [981:1137] [-] src/controller/CHIPDeviceController.cpp:734: CHIP Error 0x00000003: Incorrect state at src/controller/SetUpCodePairer.cpp:464
2026-05-11 13:20:31.792CTL[981:1137] Discovered device to be commissioned over DNS-SD
2026-05-11 13:20:31.792CTL[981:1137] Discovered device with discriminator 1753 matches one of our setup payloads
[1778520031.790] [981:1137] [CTL] Attempting PASE connection to UDP:192.168.1.19:5540
[1778520031.790] [981:1137] [-] src/controller/CHIPDeviceController.cpp:734: CHIP Error 0x00000003: Incorrect state at src/controller/SetUpCodePairer.cpp:464
[1778520031.790] [981:1137] [CTL] Attempting PASE connection to UDP:[2600:8805:5d00:47:b63a:45ff:fe80:3a4c]:5540
[1778520031.790] [981:1137] [-] src/controller/CHIPDeviceController.cpp:734: CHIP Error 0x00000003: Incorrect state at src/controller/SetUpCodePairer.cpp:464
[1778520031.790] [981:1137] [CTL] Attempting PASE connection to UDP:[fe80::b63a:45ff:fe80:3a4c%eth0]:5540
[1778520031.790] [981:1137] [-] src/controller/CHIPDeviceController.cpp:734: CHIP Error 0x00000003: Incorrect state at src/controller/SetUpCodePairer.cpp:464
2026-05-11 13:20:31.790CTL[981:1137] Discovered device to be commissioned over DNS-SD
2026-05-11 13:20:31.790CTL[981:1137] Discovered device with discriminator 1753 matches one of our setup payloads
[1778520031.789] [981:1137] [CTL] Attempting PASE connection to UDP:192.168.1.19:5540
[1778520031.789] [981:1137] [-] src/controller/CHIPDeviceController.cpp:734: CHIP Error 0x00000003: Incorrect state at src/controller/SetUpCodePairer.cpp:464
[1778520031.789] [981:1137] [CTL] Attempting PASE connection to UDP:[2600:8805:5d00:47:b63a:45ff:fe80:3a4c]:5540
[1778520031.789] [981:1137] [-] src/controller/CHIPDeviceController.cpp:734: CHIP Error 0x00000003: Incorrect state at src/controller/SetUpCodePairer.cpp:464
[1778520031.789] [981:1137] [CTL] Attempting PASE connection to UDP:[fe80::b63a:45ff:fe80:3a4c%eth0]:5540
[1778520031.789] [981:1137] [-] src/controller/CHIPDeviceController.cpp:734: CHIP Error 0x00000003: Incorrect state at src/controller/SetUpCodePairer.cpp:464
2026-05-11 13:20:31.788CTL[981:1137] Discovered device to be commissioned over DNS-SD
2026-05-11 13:20:31.788CTL[981:1137] Discovered device with discriminator 1753 matches one of our setup payloads
[1778520031.787] [981:1137] [CTL] Attempting PASE connection to UDP:192.168.1.19:5540
[1778520031.787] [981:1137] [-] src/controller/CHIPDeviceController.cpp:734: CHIP Error 0x00000003: Incorrect state at src/controller/SetUpCodePairer.cpp:464
[1778520031.787] [981:1137] [CTL] Attempting PASE connection to UDP:[2600:8805:5d00:47:b63a:45ff:fe80:3a4c]:5540
[1778520031.787] [981:1137] [-] src/controller/CHIPDeviceController.cpp:734: CHIP Error 0x00000003: Incorrect state at src/controller/SetUpCodePairer.cpp:464
[1778520031.787] [981:1137] [CTL] Commissioning already in progress (stage 'AttestationRevocationCheck') - not restarting
[1778520031.787] [981:1137] [-] src/controller/CHIPDeviceController.cpp:998: CHIP Error 0x00000003: Incorrect state at src/controller/SetUpCodePairer.cpp:464
2026-05-11 13:20:31.787SC[981:1137] Sent PBKDF param request [II:500ms AI:300ms AT:4000ms)
2026-05-11 13:20:31.787EM[981:1137] ??1 [E:36157i S:0 M:84368188] (U) Msg Retransmission to 0:0000000000000000 scheduled for 1092ms from now [State:Active II:800 AI:800 AT:4000]
2026-05-11 13:20:31.787EM[981:1137] <<< [E:36157i S:0 M:84368188] (U) Msg TX from 16CAA70B69B5E89D to 0:0000000000000000 [0000] [UDP:[fe80::b63a:45ff:fe80:3a4c%eth0]:5540] --- Type 0000:20 (SecureChannel:PBKDFParamRequest) (B:98)
2026-05-11 13:20:31.786SC[981:1137] Assigned local session key ID 502
2026-05-11 13:20:31.786IN[981:1137] SecureSession[0x7fa307eb40]: Allocated Type:1 LSID:502
2026-05-11 13:20:31.786IN[981:1137] SecureSession[0x7fa307eb40]: Released - Type:1 LSID:501
2026-05-11 13:20:31.786SC[981:1137] SecureSession[0x7fa307eb40, LSID:501]: State change 'kActive' --> 'kPendingEviction'
2026-05-11 13:20:31.786IN[981:1137] SecureSession[0x7fa307eb40]: MarkForEviction Type:1 LSID:501
2026-05-11 13:20:31.786CTL[981:1137] Found unconnected device, removing
2026-05-11 13:20:31.786CTL[981:1137] Attempting PASE connection to UDP:[fe80::b63a:45ff:fe80:3a4c%eth0]:5540
2026-05-11 13:20:31.786CTL[981:1137] Discovered device to be commissioned over DNS-SD
2026-05-11 13:20:31.785CTL[981:1137] Discovered device with discriminator 1753 matches one of our setup payloads
2026-05-11 13:20:28.643CTL[981:32650] Starting commissionable node discovery over DNS-SD
2026-05-11 13:20:28.643CTL[981:32650] Stopping commissionable node discovery over DNS-SD
2026-05-11 13:20:28.643CTL[981:32650] Checking ICD registration parameters
2026-05-11 13:20:28.643CTL[981:32650] Setting CSR nonce to random value
2026-05-11 13:20:28.643CTL[981:32650] Setting attestation nonce to random value
2026-05-11 13:20:28.640CTL[981:32650] pairDeviceWithCode() called
2026-05-11 08:54:10.112CTL[981:1137] Stopping commissionable node discovery over DNS-SD
2026-05-11 08:54:10.112CTL[981:1137] Discovery timed out
2026-05-11 08:53:40.108CTL[981:32650] Starting commissionable node discovery over DNS-SD
2026-05-11 08:53:40.108CTL[981:32650] Stopping commissionable node discovery over DNS-SD
2026-05-11 08:53:40.108CTL[981:32650] Checking ICD registration parameters
2026-05-11 08:53:40.108CTL[981:32650] Setting CSR nonce to random value
2026-05-11 08:53:40.108CTL[981:32650] Setting attestation nonce to random value
2026-05-11 08:53:40.106CTL[981:32650] pairDeviceWithCode() called
2026-05-11 08:13:03.707EM[981:1137] Flushed pending ack for MessageCounter:207556456 on exchange 36156i
2026-05-11 08:13:03.707EM[981:1137] <<< [E:36156i S:501 M:206316493 (Ack:207556456)] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [UDP:[fe80::b63a:45ff:fe80:3a4c%eth0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) (B:34)
2026-05-11 08:13:03.707DMG[981:1137] ICR moving to [AwaitingDe]
2026-05-11 08:13:03.651CTL[981:1137] OnDeviceAttestationCompleted with result: 0
2026-05-11 08:13:03.651CTL[981:1137] Device attestation completed, delegating continuation to client
2026-05-11 08:13:03.651CTL[981:1137] Successfully extended fail-safe timer to handle DA failure
2026-05-11 08:13:03.651DMG[981:1137] Received Command Response Data, Endpoint=0 Cluster=0x0000_0030 Command=0x0000_0001
2026-05-11 08:13:03.651DMG[981:1137] },
2026-05-11 08:13:03.651DMG[981:1137] InteractionModelRevision = 12
2026-05-11 08:13:03.650DMG[981:1137]
2026-05-11 08:13:03.650DMG[981:1137] ],
2026-05-11 08:13:03.650DMG[981:1137] },
2026-05-11 08:13:03.650DMG[981:1137] 0x1 = "" (0 chars),
2026-05-11 08:13:03.650DMG[981:1137] 0x0 = 0 (unsigned),
2026-05-11 08:13:03.650DMG[981:1137] {
2026-05-11 08:13:03.650DMG[981:1137] CommandFields =
2026-05-11 08:13:03.650DMG[981:1137] CommandId = 0x1,
2026-05-11 08:13:03.650DMG[981:1137] ClusterId = 0x30,
2026-05-11 08:13:03.650DMG[981:1137] EndpointId = 0x0,
2026-05-11 08:13:03.650DMG[981:1137] CommandPathIB =
2026-05-11 08:13:03.650DMG[981:1137] CommandDataIB =
2026-05-11 08:13:03.650DMG[981:1137] InvokeResponseIB =
2026-05-11 08:13:03.650DMG[981:1137] [
2026-05-11 08:13:03.650DMG[981:1137] InvokeResponseIBs =
2026-05-11 08:13:03.650DMG[981:1137] suppressResponse = false,
2026-05-11 08:13:03.650DMG[981:1137] InvokeResponseMessage =
2026-05-11 08:13:03.650DMG[981:1137] ICR moving to [ResponseRe]
2026-05-11 08:13:03.650EM[981:1137] Rxd Ack; Removing MessageCounter:206316491 from Retrans Table on exchange 36156i
2026-05-11 08:13:03.650EM[981:1137] Found matching exchange: 36156i, Delegate: 0x7faf342e48
2026-05-11 08:13:03.650EM[981:1137] >>> [E:36156i S:501 M:207556456 (Ack:206316491)] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:09 (IM:InvokeCommandResponse) (B:70)
2026-05-11 08:13:03.623EM[981:1137] Flushed pending ack for MessageCounter:207556455 on exchange 36155i
2026-05-11 08:13:03.623EM[981:1137] <<< [E:36155i S:501 M:206316492 (Ack:207556455)] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [UDP:[fe80::b63a:45ff:fe80:3a4c%eth0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) (B:34)
2026-05-11 08:13:03.623DMG[981:1137] ICR moving to [AwaitingDe]
2026-05-11 08:13:03.623DMG[981:1137] ICR moving to [AwaitingRe]
2026-05-11 08:13:03.623EM[981:1137] ??1 [E:36156i S:501 M:206316491] (S) Msg Retransmission to 0:FFFFFFFB00000000 scheduled for 1051ms from now [State:Active II:800 AI:800 AT:4000]
2026-05-11 08:13:03.623EM[981:1137] <<< [E:36156i S:501 M:206316491] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [UDP:[fe80::b63a:45ff:fe80:3a4c%eth0]:5540] --- Type 0001:08 (IM:InvokeCommandRequest) (B:65)
2026-05-11 08:13:03.622DMG[981:1137] ICR moving to [AddedComma]
2026-05-11 08:13:03.622DMG[981:1137] ICR moving to [AddingComm]
2026-05-11 08:13:03.622CTL[981:1137] Arming failsafe (15 seconds)
2026-05-11 08:13:03.622CTL[981:1137] Changing fail-safe timer to 15 seconds to handle DA failure
[1778501583.622] [981:1137] [CTL] Verifying the device's DAC chain revocation status
[1778501583.622] [981:1137] [-] WARNING: No revocation delegate available. Revocation checks will be skipped!
2026-05-11 08:13:03.619CTL[981:1137] Performing next commissioning step 'AttestationRevocationCheck'
2026-05-11 08:13:03.619CTL[981:1137] Commissioning stage next step: 'AttestationVerification' -> 'AttestationRevocationCheck'
2026-05-11 08:13:03.619CTL[981:1137] Successfully finished commissioning step 'AttestationVerification'
2026-05-11 08:13:03.598CTL[981:1137] Verifying Device Attestation information received from the device
2026-05-11 08:13:03.596CTL[981:1137] Performing next commissioning step 'AttestationVerification'
2026-05-11 08:13:03.596CTL[981:1137] Commissioning stage next step: 'SendAttestationRequest' -> 'AttestationVerification'
2026-05-11 08:13:03.596CTL[981:1137] AutoCommissioner setting attestationElements buffer size 583/583
2026-05-11 08:13:03.596CTL[981:1137] Successfully finished commissioning step 'SendAttestationRequest'
2026-05-11 08:13:03.594CTL[981:1137] Received Attestation Information from the device
2026-05-11 08:13:03.594DMG[981:1137] Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0001
2026-05-11 08:13:03.593DMG[981:1137] },
2026-05-11 08:13:03.593DMG[981:1137] InteractionModelRevision = 12
2026-05-11 08:13:03.593DMG[981:1137]
2026-05-11 08:13:03.593DMG[981:1137] ],
2026-05-11 08:13:03.593DMG[981:1137] ] (64 bytes)
2026-05-11 08:13:03.593DMG[981:1137] 0x03, 0xcf, 0x9d, 0xb4, 0xf1, 0xa5, 0xe9, 0x16, 0xca, 0xe8, 0xe3, 0x2d, 0x13, 0xd9, 0x8d, 0xed, 0x4a, 0x4a, 0x68, 0x84, 0xa7, 0xec, 0xd5, 0x78, 0xc9, 0x05, 0xc4, 0xb7, 0x00, 0xb1, 0x75, 0xcb, 0xab, 0x50, 0x8c, 0xaf, 0xc5, 0xaf, 0x53, 0xb9, 0xd7, 0xc8, 0x4d, 0x96, 0x2d, 0xda, 0x24, 0x51, 0x1a, 0x77, 0x32, 0xb0, 0x74, 0x2a, 0xd9, 0xf5, 0x77, 0x22, 0x61, 0x78, 0x0d, 0x0c, 0xc5, 0x1d,
2026-05-11 08:13:03.593DMG[981:1137] 0x1 = [
2026-05-11 08:13:03.593DMG[981:1137] ] (583 bytes)
2026-05-11 08:13:03.593DMG[981:1137] 0x15, 0x31, 0x01, 0x1b, 0x02, 0x30, 0x82, 0x02, 0x17, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x02, 0xa0, 0x82, 0x02, 0x08, 0x30, 0x82, 0x02, 0x04, 0x02, 0x01, 0x03, 0x31, 0x0d, 0x30, 0x0b, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x01, 0x30, 0x82, 0x01, 0x70, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x01, 0xa0, 0x82, 0x01, 0x61, 0x04, 0x82, 0x01, 0x5d, 0x15, 0x24, 0x00, 0x01, 0x25, 0x01, 0xf1, 0xff, 0x36, 0x02, 0x05, 0x00, 0x80, 0x05, 0x01, 0x80, 0x05, 0x02, 0x80, 0x05, 0x03, 0x80, 0x05, 0x04, 0x80, 0x05, 0x05, 0x80, 0x05, 0x06, 0x80, 0x05, 0x07, 0x80, 0x05, 0x08, 0x80, 0x05, 0x09, 0x80, 0x05, 0x0a, 0x80, 0x05, 0x0b, 0x80, 0x05, 0x0c, 0x80, 0x05, 0x0d, 0x80, 0x05, 0x0e, 0x80, 0x05, 0x0f, 0x80, 0x05, 0x10, 0x80, 0x05, 0x11, 0x80, 0x05, 0x12, 0x80, 0x05, 0x13, 0x80, 0x05, 0x14, 0x80, 0x05, 0x15, 0x80, 0x05, 0x16, 0x80, 0x05, 0x17, 0x80, 0x05, 0x18, 0x80, 0x05, 0x19, 0x80, 0x05, 0x1a, 0x80, 0x05, 0x1b, 0x80, 0x05, 0x1c, 0x80, 0x05, 0x1d, 0x80, 0x05, 0x1e, 0x80, 0x05, 0x1f, 0x80, 0x05, 0x20, 0x80, 0x05, 0x21, 0x80, 0x05, 0x22, 0x80, 0x05, 0x23, 0x80, 0x05, 0x24, 0x80, 0x05, 0x25, 0x80, 0x05, 0x26, 0x80, 0x05, 0x27, 0x80, 0x05, 0x28, 0x80, 0x05, 0x29, 0x80, 0x05, 0x2a, 0x80, 0x05, 0x2b, 0x80, 0x05, 0x2c, 0x80, 0x05, 0x2d, 0x80, 0x05, 0x2e, 0x80, 0x05, 0x2f, 0x80, 0x05, 0x30, 0x80, 0x05, 0x31, 0x80, 0x05, 0x32, 0x80, 0x05, 0x33, 0x80, 0x05, 0x34, 0x80, 0x05, 0x35, 0x80, 0x05, 0x36, 0x80, 0x05, 0x37, 0x80, 0x05, 0x38, 0x80, 0x05, 0x39, 0x80, 0x05, 0x3a, 0x80, 0x05, 0x3b, 0x80, 0x05, 0x3c, 0x80, 0x05, 0x3d, 0x80, 0x05, 0x3e, 0x80, 0x05, 0x3f, 0x80, 0x05, 0x40, 0x80, 0x05, 0x41, 0x80, 0x05, 0x42, 0x80, 0x05, 0x43, 0x80, 0x
2026-05-11 08:13:03.593DMG[981:1137] 0x0 = [
2026-05-11 08:13:03.593DMG[981:1137] {
2026-05-11 08:13:03.593DMG[981:1137] CommandFields =
2026-05-11 08:13:03.593DMG[981:1137] CommandId = 0x1,
2026-05-11 08:13:03.593DMG[981:1137] ClusterId = 0x3e,
2026-05-11 08:13:03.593DMG[981:1137] EndpointId = 0x0,
2026-05-11 08:13:03.593DMG[981:1137] CommandPathIB =
2026-05-11 08:13:03.593DMG[981:1137] CommandDataIB =
2026-05-11 08:13:03.593DMG[981:1137] InvokeResponseIB =
2026-05-11 08:13:03.593DMG[981:1137] [
2026-05-11 08:13:03.593DMG[981:1137] InvokeResponseIBs =
2026-05-11 08:13:03.593DMG[981:1137] suppressResponse = false,
2026-05-11 08:13:03.593DMG[981:1137] InvokeResponseMessage =
2026-05-11 08:13:03.593DMG[981:1137] ICR moving to [ResponseRe]
2026-05-11 08:13:03.593EM[981:1137] CHIP MessageCounter:206316489 not in RetransTable on exchange 36155i
2026-05-11 08:13:03.593EM[981:1137] Found matching exchange: 36155i, Delegate: 0x7faf3294c8
2026-05-11 08:13:03.593EM[981:1137] >>> [E:36155i S:501 M:207556455 (Ack:206316489)] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:09 (IM:InvokeCommandResponse) (B:718)
2026-05-11 08:13:03.570EM[981:1137] Rxd Ack; Removing MessageCounter:206316489 from Retrans Table on exchange 36155i
2026-05-11 08:13:03.570EM[981:1137] Found matching exchange: 36155i, Delegate: 0x7faf3294c8
2026-05-11 08:13:03.570EM[981:1137] >>> [E:36155i S:501 M:207556454 (Ack:206316489)] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0000:10 (SecureChannel:StandaloneAck) (B:34)
2026-05-11 08:13:03.549EM[981:1137] Flushed pending ack for MessageCounter:207556453 on exchange 36154i
2026-05-11 08:13:03.549EM[981:1137] <<< [E:36154i S:501 M:206316490 (Ack:207556453)] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [UDP:[fe80::b63a:45ff:fe80:3a4c%eth0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) (B:34)
2026-05-11 08:13:03.548DMG[981:1137] ICR moving to [AwaitingDe]
2026-05-11 08:13:03.548CTL[981:1137] Sent Attestation request, waiting for the Attestation Information
2026-05-11 08:13:03.548DMG[981:1137] ICR moving to [AwaitingRe]
2026-05-11 08:13:03.548EM[981:1137] ??1 [E:36155i S:501 M:206316489] (S) Msg Retransmission to 0:FFFFFFFB00000000 scheduled for 1090ms from now [State:Active II:800 AI:800 AT:4000]
2026-05-11 08:13:03.548EM[981:1137] <<< [E:36155i S:501 M:206316489] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [UDP:[fe80::b63a:45ff:fe80:3a4c%eth0]:5540] --- Type 0001:08 (IM:InvokeCommandRequest) (B:94)
2026-05-11 08:13:03.548DMG[981:1137] ICR moving to [AddedComma]
2026-05-11 08:13:03.547DMG[981:1137] ICR moving to [AddingComm]
2026-05-11 08:13:03.547CTL[981:1137] Sending Attestation request to 0x7fa66b4000 device
2026-05-11 08:13:03.547CTL[981:1137] Sending Attestation Request to the device.
2026-05-11 08:13:03.545CTL[981:1137] Performing next commissioning step 'SendAttestationRequest'
2026-05-11 08:13:03.545CTL[981:1137] Commissioning stage next step: 'SendDACCertificateRequest' -> 'SendAttestationRequest'
2026-05-11 08:13:03.544CTL[981:1137] Successfully finished commissioning step 'SendDACCertificateRequest'
2026-05-11 08:13:03.543CTL[981:1137] Received certificate chain from the device
2026-05-11 08:13:03.543DMG[981:1137] Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0003
2026-05-11 08:13:03.542DMG[981:1137] },
2026-05-11 08:13:03.542DMG[981:1137] InteractionModelRevision = 12
2026-05-11 08:13:03.542DMG[981:1137]
2026-05-11 08:13:03.542DMG[981:1137] ],
2026-05-11 08:13:03.542DMG[981:1137] ] (493 bytes)
2026-05-11 08:13:03.542DMG[981:1137] 0x30, 0x82, 0x01, 0xe9, 0x30, 0x82, 0x01, 0x8e, 0xa0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x08, 0x23, 0x8a, 0x64, 0x7b, 0xbc, 0x4c, 0x30, 0xdd, 0x30, 0x0a, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, 0x02, 0x30, 0x3d, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x4d, 0x61, 0x74, 0x74, 0x65, 0x72, 0x20, 0x44, 0x65, 0x76, 0x20, 0x50, 0x41, 0x49, 0x20, 0x30, 0x78, 0x46, 0x46, 0x46, 0x31, 0x20, 0x6e, 0x6f, 0x20, 0x50, 0x49, 0x44, 0x31, 0x14, 0x30, 0x12, 0x06, 0x0a, 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0xa2, 0x7c, 0x02, 0x01, 0x0c, 0x04, 0x46, 0x46, 0x46, 0x31, 0x30, 0x20, 0x17, 0x0d, 0x32, 0x32, 0x30, 0x32, 0x30, 0x35, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x5a, 0x18, 0x0f, 0x39, 0x39, 0x39, 0x39, 0x31, 0x32, 0x33, 0x31, 0x32, 0x33, 0x35, 0x39, 0x35, 0x39, 0x5a, 0x30, 0x53, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x4d, 0x61, 0x74, 0x74, 0x65, 0x72, 0x20, 0x44, 0x65, 0x76, 0x20, 0x44, 0x41, 0x43, 0x20, 0x30, 0x78, 0x46, 0x46, 0x46, 0x31, 0x2f, 0x30, 0x78, 0x38, 0x30, 0x30, 0x30, 0x31, 0x14, 0x30, 0x12, 0x06, 0x0a, 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0xa2, 0x7c, 0x02, 0x01, 0x0c, 0x04, 0x46, 0x46, 0x46, 0x31, 0x31, 0x14, 0x30, 0x12, 0x06, 0x0a, 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0xa2, 0x7c, 0x02, 0x02, 0x0c, 0x04, 0x38, 0x30, 0x30, 0x30, 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0x62, 0xdb, 0x16, 0xba, 0xde, 0xa3, 0x26, 0xa6, 0xdb, 0x84, 0x81, 0x4a, 0x06, 0x3f, 0xc6, 0xc7, 0xe9, 0xe2, 0xb1, 0x01, 0xb7, 0x21, 0x64, 0x8e, 0xba, 0x4e, 0x5a, 0xc8, 0x40, 0xf5, 0xda, 0x30, 0x1e, 0xe6, 0x18, 0x12, 0x4e, 0xb4, 0x18, 0x
2026-05-11 08:13:03.542DMG[981:1137] 0x0 = [`