Failed to commission the Matter device using official credentials.

I have already written the factory data to the device, and commissioning via Apple TV is successful.

It also works when using the --bypass-attestation-verifier 1 parameter on a Raspberry Pi.

However, it fails when using the --paa-trust-store-path /home/ubuntu/FH parameter. Below is the log from my device.

PAA.zip

Parents Reply Children
  • Hi,

    AHaug said:
    If you dont have --include_passcode when generating the factory data, then the passcode won't be written to the device. Meaning that you either have to ommitt --passcode in the factory data (it is optional and you can use spake2_verifier instead), or you will have to build with --include_passcode instead. The latter should generate a qr code that matches the uart as well.

    The above section refers to the arguments you call the python script with

    Kind regards,
    Andreas

Related