SiliconLabs / matter

Matter is creating more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://www.silabs.com/wireless/matter
Apache License 2.0
151 stars 45 forks source link

Matter Custom Part Manufacturing Service lost --serial_number ? #136

Closed ifdreams closed 10 months ago

ifdreams commented 10 months ago

General description of the feature

How do I write "123456" in manufacturing data Can support python3 ./provision.py --serial_number "123456" ???

Proposed solution

No response

Alternatives

No response

Related bug

No response

SMG version

release_2.1.0-1.1

Protocol(s)

Thread

Hardware platform(s)

mg24

silabs-sebastien commented 10 months ago

@ifdreams If what you are looking for is about the device part number (i.e.: the device's internal serial number), you can use the provisioning script with using the -pn or --part_number argument. It is listed here, which states:

-pn, --part_number | optional | dec/hex | Device Part Number (Max 32 char).

This argument allows you to tell the script which part you wish to interact with when you have 2+ connected simultaneously. But, you cannot change that part number / serial number this way.

Since this is a support request (and not a bug or feature request), please post it on our community instead. You can do so here.