Please refer to the link below. How can I configure the Commission Flow according to the requirements?
Please refer to the link below. How can I configure the Commission Flow according to the requirements?
Hi,
Please take a look at the fllowng:
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/matter/overview/commissioning.html
Hope this helps.
-Priyanka
Hi
What I mean is the configuration, which could be factory data or the prj.conf
settings.
As shown in the image below
0:Standard, 1:User-Intent, 2:Custom.
Hi,
Then I’d like to confirm one last thing: does Nordic’s generate_nrfconnect_chip_factory_data.py
already handle this task by default? Because the parameters of generate_nrfconnect_chip_factory_data.py
don’t seem to include this option.
Hi,
You can test it with this command and you should see" Custom flow: 0 (STANDARD)"
./chip-tool payload parse-setup-payload <QR code>
Hi,
We do not have option to specify the commissioning-flow in these scripts. It would be useful for the QR code generation indeed - however I guess you are using your own scripting for Matter QR code generation.
-Priyanka
Hi,
I'm using Nordic's generate_nrfconnect_chip_factory_data.py
to generate the QR code, so does that mean this Python script can't change the Commission Flow?
Of course you can change the Commissioning Flow inside QR code using Python script. Here is the variable: https://github.com/nrfconnect/sdk-connectedhomeip/blob/d56ca73159fd5973d839b14714f0a08b9695d4a8/scripts/tools/nrfconnect/generate_nrfconnect_chip_factory_data.py#L425
Of course you can change the Commissioning Flow inside QR code using Python script. Here is the variable: https://github.com/nrfconnect/sdk-connectedhomeip/blob/d56ca73159fd5973d839b14714f0a08b9695d4a8/scripts/tools/nrfconnect/generate_nrfconnect_chip_factory_data.py#L425
Hi,
Thank you for your assistance