You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I successfully commissioned and paired a Matter device using CHIPTool.apk from the Matter GitHub repository. Here is the issue I encountered and my question:
Commissioning and pairing worked successfully.
I was able to send commands (e.g., on/off) using the app.
I noted down the fabric ID and device ID (node ID).
After clearing the app data for CHIPTool.apk, the app could no longer send commands to the device using the same fabric ID and device ID.
Question:
What information is required to send commands to the same Matter device after the app's data is cleared, without needing to re-commission the device? Specifically:
Is it possible to avoid re-commissioning the device and still send commands after clearing app data?
What data do other Matter-supported apps persist to maintain connectivity even after app data is cleared?
Where should this data be stored for long-term usability, and how does it tie into the Matter protocol's security requirements?
Observations:
I’ve noticed other Matter-compatible apps seem to continue working even after clearing app data, so I believe re-commissioning isn’t necessary in such cases. Could you please clarify:
What specific keys, certificates, or other details must be retained for this to work?
Are there any best practices or recommended storage mechanisms (e.g., using the Android Keystore or encrypted storage) for this data?
Any guidance or references to documentation would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered:
I successfully commissioned and paired a Matter device using CHIPTool.apk from the Matter GitHub repository. Here is the issue I encountered and my question:
Question:
What information is required to send commands to the same Matter device after the app's data is cleared, without needing to re-commission the device? Specifically:
Observations:
I’ve noticed other Matter-compatible apps seem to continue working even after clearing app data, so I believe re-commissioning isn’t necessary in such cases. Could you please clarify:
Any guidance or references to documentation would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: