-
Notifications
You must be signed in to change notification settings - Fork 172
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
TC_DESC_2_2: Ensure each of the listed endpoints has a tag attribute and the tag attributes are not the same (CON-1504) #1235
Comments
@dhrishi @VaishaliAvhale can you please look into this and others I created they are certification blockers for us. |
Multiple identical endpoints now have to be differentiated via TAGs in the descriptor. This requires a enabling the TAGLIST feature on the Descriptor cluster. |
@jonsmirl Thanks. From where I can find namespaces required for TagList, link mentioned in specification is not public: |
Got it there is a document for it in specification documents. |
which namespace should be used for endpoints of type on off plugin and dimmable plugin? |
I don't think it matters, they just have to be different. |
@jonsmirl is this a correct way to add Tag to each endpoint descriptive cluster TagList: const Descriptor::Structs::SemanticTagStruct::Type ep0TagList[] = { const Descriptor::Structs::SemanticTagStruct::Type ep1TagList[] = { did this for each endpoint cluster_t* descriptor = cluster::get(output_channels_endpoint, Descriptor::Id); SetTagList(0, chip::Span(ep0TagList)); I am not getting any cluster id in logs: |
My bad I was calling SetTagList() before matter started. closing as issue is fixed. |
Describe the bug
Ensure each of the listed endpoints has a tag attribute and the tag attributes are not the same
Environment
ESP-Matter Commit Id: relase1.3
ESP-IDF Commit Id: 5.2.1
SoC (eg: ESP32 or ESP32-C3): ESP32-S3
Device Logs (Please attach the log file):
TC-DESC-2-2_2025_01_10_14_15_04.log
Host Machine OS:
Host Machine Python version:
Commissioner app and versions if present: certification tool Version: 2.10.2+spring2024
Home hub app and versions if present:
Commissioner's logs if present:
This is certification blocker for us.
The text was updated successfully, but these errors were encountered: