Hey there,
I've been using Matter (via Wifi) for a few months and everything works fine without any issue, with Python Matter Server installed in Docker.
Right now, I've purchased a new bulb (Aqara) that uses Thread.
I don't like to use my phone to commision the nodes, as such, I use the Python Matter Server UI directly and provide the Pairing Code.
On the first time I went to commision a Thread device, it asked for the dataset, not really knowing what exactly its asking, I defined the "Ext PAN ID" as seen from the "ot-ctl" command in OTBR but I have a feeling its not correct, as the commissioning fails.
On the logs I see: (Dummy-2) CHIP_ERROR [chip.native.CTL] Error on commissioning step 'ThreadNetworkSetup': src/controller/CHIPDeviceController.cpp:2791: CHIP Error 0x000000AC: Internal error'"
and
(Dummy-2) WARNING [chip.ChipDeviceCtrl] Failed to commission: src/controller/CHIPDeviceController.cpp:2791: CHIP Error 0x000000AC: Internal error
I've checked the Python Matter Server files and I can't find the Thread "dataset" configuration.
How can I change the Thread dataset and what is the expected value?
Thanks.