-
Couldn't load subscription status.
- Fork 7.7k
-
I want to ask if it possible to clone my esp32s3 matter device data like ( credentials, pairing data , etc )to other esp32s3 so that I will use this clone device as spare when the main esp32s3 matter device had issue without reconfiguration process again
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 1 reply
-
cc @SuGlider
Beta Was this translation helpful? Give feedback.
All reactions
-
I don't think that it is possible, but not sure.
The session public keys are stored into NVS to accelerate the session establishing, after first time commissioning.
But I think that even after reading the whole flash into an external file and later flashing it into a new S3, it may not be enough to "clone it".
You can try.
Esptool.py is the necessary tool to dump flash content into a file.
esptool.py --help will print all options.
Another possible way would be by commissioning the backup matter S3 and keeping it stored.
Next time it is turned on, it shall join the network into the Matter environment quickly.
Beta Was this translation helpful? Give feedback.