[Zigbee] How to include more information into reporting? #12245
|
Already started to ask here #12242 (comment). I don't understand the answer. I learnt that it is not compliant to have more than 1 one (analogue) cluster (!) of the same type per Endpoint. Looking to my zigbee devices I see that most of them have only one endpoint and limited number of clusters and provide/report more values then the number of clusters. Thx in adcance, O. |
Replies: 1 comment 2 replies
|
Hi @olili, if standart cluster is used, there can be only 1 instance in single EP as I explained before. If you have any specific device you are trying to mirror with ESP and Zigbee library, feel free to send the quirk or config file with the list of clusters/EPs the device have. I can take a look. |
Hi @olili, if standart cluster is used, there can be only 1 instance in single EP as I explained before.
What you may see on some purchased Zigbee products is, that they use custom clusters (manufacturer clusters) and they can do anything as they don't follow the standart rules. But same will be that there can be only 1 custom cluster with same ID in a single EP.
If you have any specific device you are trying to mirror with ESP and Zigbee library, feel free to send the quirk or config file with the list of clusters/EPs the device have. I can take a look.