tanishqmanuja / matter.multi-plug-device

🔌 ESP32 Matter Based Multi Plug device
3 stars 0 forks source link

Failed CertificateChainRequest: 201 #1

Open Sidd-dmg opened 4 months ago

Sidd-dmg commented 4 months ago

Hi! I'm very new at matter development and i want to create basic relay module application in it. However upon uploading this code in esp32c3, its generates following error while commissioning. I first flashed the mfg binary followed by idf.py flash.

I (61847) chip[ZCL]: OpCreds: Certificate Chain request received for DAC E (61847) chip[ZCL]: OpCreds: Failed CertificateChainRequest: 201 E (61857) chip[DMG]: Endpoint=0 Cluster=0x0000_003E Command=0x0000_0002 status 0x01 (no additional context) I (61877) chip[EM]: <<< [E:8929r S:8204 M:141433138] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) I (61887) NimBLE: GATT procedure initiated: indicate; I (61887) NimBLE: att_handle=14

I (61947) chip[DL]: Confirm received for CHIPoBLE TX characteristic indication (con 1) status= 14 I (62937) chip[DL]: Write request/command received for CHIPoBLE TX CCCD characteristic (con 1 ) indicate = 0 I (62937) chip[DL]: CHIPoBLE unsubscribe received I (62947) chip[DL]: BLE GAP connection terminated (con 1 reason 0x213) I (62937) chip[BLE]: Releasing end point's BLE connection back to application. I (62957) esp_matter_core: BLE Disconnected

I (121037) chip[FS]: Fail-safe timer expired E (121037) chip[SVR]: Failsafe timer expired I (121037) chip[SC]: SecureSession[0x3fc9b0b8, LSID:8204]: State change 'kActive' --> 'kPendingEviction' E (121047) chip[SVR]: Commissioning failed (attempt 1): 32 I (121057) chip[DIS]: Updating services using commissioning mode 1 I (121057) chip[DIS]: CHIP minimal mDNS started advertising. I (121077) chip[DIS]: Advertise commission parameter vendorID=65521 productID=32769 discriminator=2245/08 cm=1 cp=0 I (121077) chip[DIS]: CHIP minimal mDNS configured as 'Commissionable node device'; instance name: 0BA0096418D2F31C. I (121087) chip[DIS]: mDNS service published: _matterc._udp E (121097) chip[ZCL]: OpCreds: Got FailSafeTimerExpired E (121097) chip[ZCL]: OpCreds: Proceeding to FailSafeCleanup on fail-safe expiry!

tanishqmanuja commented 4 months ago

No idea unfortunately, but you can also file a issue on esp-matter repo if you think this is a problem with esp-matter. I have tested this code on ESP32 WROOM dev board , dont have a c3 variant available for testing