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 have updated ESP Zigbee libs (esp-zboss-lib and esp-zigbee-lib) to the latest version, with corresponding IDF version, and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
IDF version.
v5.3.1
esp-zigbee-lib version.
1.5.0
esp-zboss-lib version.
1.5.0
Espressif SoC revision.
ESP32-H2
What is the expected behavior?
Attributes should be successfully read or written to the manufacturer-specific cluster.
What is the actual behavior?
ESP_ZB_ZCL_STATUS_UNSUP_ATTRIB error is returned in the status field of the response message when trying to read or write attributes.
Steps to reproduce.
Set up ZigBee Coordinator with Gateway endpoint (no clusters registered).
Receive attribute reports from a manufacturer-specific cluster (reports received correctly).
Attempt to read or write an attribute from the manufacturer-specific cluster.
More Information.
Cluster ID (attempted for reading/writing): 0xFCC0
Attribute IDs: 0x0102, 0x010C, 0x0152
Coordinator configuration: ZigBee Coordinator with Gateway endpoint (no clusters registered).
I can successfully read or write these attributes using zigpy and EFR32, but I encounter the issue only in the current setup.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
ESP_ZB_ZCL_STATUS_UNSUP_ATTRIB Error when Writing/Reading Attribute from Manufacturer Specific Cluster
ESP_ZB_ZCL_STATUS_UNSUP_ATTRIB Error when Writing/Reading Attribute from Manufacturer Specific Cluster (TZ-1189)
Sep 29, 2024
Answers checklist.
IDF version.
v5.3.1
esp-zigbee-lib version.
1.5.0
esp-zboss-lib version.
1.5.0
Espressif SoC revision.
ESP32-H2
What is the expected behavior?
Attributes should be successfully read or written to the manufacturer-specific cluster.
What is the actual behavior?
ESP_ZB_ZCL_STATUS_UNSUP_ATTRIB error is returned in the status field of the response message when trying to read or write attributes.
Steps to reproduce.
Set up ZigBee Coordinator with Gateway endpoint (no clusters registered).
Receive attribute reports from a manufacturer-specific cluster (reports received correctly).
Attempt to read or write an attribute from the manufacturer-specific cluster.
More Information.
Cluster ID (attempted for reading/writing): 0xFCC0
Attribute IDs: 0x0102, 0x010C, 0x0152
Coordinator configuration: ZigBee Coordinator with Gateway endpoint (no clusters registered).
I can successfully read or write these attributes using zigpy and EFR32, but I encounter the issue only in the current setup.
The text was updated successfully, but these errors were encountered: