-
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
GroupCluster allways reports GroupNameSupport even if config is set to false (CON-1432) #1170
Comments
This causes issues at Matter Cert Lab. As the PICS files are incorrect because of it. |
Why do you want to turn it off? It only consumes around 50 bytes of flash, and I like giving my groups human friendly names. |
@Haerteleric If you check the latest spec, |
i agree, that there is no obvious reason to disable that. But if disabled the featureMap should be set accordingly. |
Yes, that’s why I asked you for the branch/commit that you are using.
I'm not sure where you got that. If you check the latest main branch we don’t have any such config in the groups cluster. If it's an attribute that you are referring you cannot set it to false. To get a better understanding of your issue, I would need a branch/commit id that you are using. Will it be possible to share? |
im using the esp-matter as a component (v1.3.0) on esp-idf v5.4.0 (46acfdce969f03c02b001fe4d24fa9e98f6adc5e). the groupsConfig is in the extended_color_light::config_t struct. i just checked the same file in the main branch and it has indeed been reworked. |
I was talking about the |
I'm using https://components.espressif.com/components/espressif/esp_matter this uses the 1.3 Branch of this repo. via https://github.com/espressif/esp-matter/. in my project i create a extended color light EP using this struct:
the flag in question can be found here :
|
Okay, so |
@Haerteleric please check 2ef7fc5 commit message has some details why it is always enabled. (50a40b9 -- minor fix for the bug in prior commit) |
I'd suggest you to toggle that feature bit in the PICS file. |
Describe the bug
should result in
but in esp_matter::cluster::groups::create() (
esp_matter_cluster.cpp:1233
)it is hardcoded to:
The text was updated successfully, but these errors were encountered: