-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to write value to ElectricalEnergyMeasurement::Attributes::Accuracy::Id (CON-1326) #1075
Comments
Any news about this issue? |
@svn-matterize Sorry for the delayed response, you cannot use esp_matter_array for storage because esp-matter doesn’t support array attribute storage. |
@jadhavrohit924 , attribute storage, are you mentioning |
Independent of attribute quality, storage of arrays and structs are not possible using esp-matter because for such attributes there is delegate implementation in the connectedhomeip SDK. But delegate is missing for ElectricalEnergyMeasurement cluster so you have to reach to the SDK to update/set the attribute of this cluster. |
Hi there, Calling this API emits an error What's really missing? |
Queued the function call to post initializing time solves the issue. |
@svn-matterize Can you please close the issue if it is resolved? |
Trying to write a array value to the attribute
ElectricalEnergyMeasurement::Attributes::Accuracy::Id
using esp_matter_array
Device log during attribute update
Chip tool read back
while reading the attribute device log is
The text was updated successfully, but these errors were encountered: