-
Notifications
You must be signed in to change notification settings - Fork 165
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
From Where to find which cluster attributes are supported by various clusters in esp-matter (CON-1462) #1199
Comments
@bilalmalik76 You can check the esp-matter components cluster |
Please find the attached updated PICS file and the steps to update it: Note: In the attached PICS, I have selected all the mandatory items. If your application supports any optional features, please enable them as well. Steps to update PICS: Refer to the Core Matter Specification for core clusters and the Application Cluster Specification for application-specific clusters. |
@VaishaliAvhale The PICS files which you share do no have any attributes selected in any of these files: |
In esp_matter_attribute.h for wifi_network_diagnotics, these attributed are being created. Does this mean all these attributes are supported? |
It's my bad. Here are the updated PICS files:
Yes! Note: The Wi-Fi Network Diagnostics is an optional cluster, and optional things are not enabled in the Matter product by default. If you have enabled it, you can proceed with testing. |
@VaishaliAvhale how can I enabled this:
From this file it looks like core attributes are enabled for diagnostics_network_wifi (esp-matter/components/esp_matter/esp_matter_cluster.cpp |
Please refer to this link to add the Wi-Fi Network Diagnostics cluster:
Yes, the implementation is already present. You just need to call it. |
@VaishaliAvhale I think it is already being called when node config is passed to create node and it checks if it is wifi enabled device it adds diagnostics_network_wifi cluster also. |
After the Node Configuration is passed, a Matter node is created, and the mandatory Root Node device type along with its mandatory clusters, attributes, events, and features are added on endpoint 0. The diagnostics_network_wifi cluster is optional, and optional features are not enabled by default. Therefore, it needs to be added explicitly. |
Yes but I think line is adding it explicitly:
|
@VaishaliAvhale is this possible to get all PICS files for base endpoint0, on_off_plugin_unit and dimmable_plugin_unit end points. We tried generated with PICS tool and then tried to modify manually but still looks like some additional optional are enabled and some are missing, we did not enable any optional but used only those enabled by default in esp-matter. |
@VaishaliAvhale can you please provide base.xml file for matter over WiFi according to esp-matter default clusters and attributes which are enabled? |
Please find the attached base.xml |
@VaishaliAvhale I am getting this error with PICS tool: |
From where to find which cluster attributes are supported by various clusters in esp-matter. I need to create PICS XML files for the followings manually because PICS generator does not generate these files:
Access Control Enforcement Test Plan.xml
Group Communication.xml
Groups Cluster Test Plan.xml
Wi-Fi Network Diagnostics Cluster Test Plan.xml
The text was updated successfully, but these errors were encountered: