Zigbee Poll Control Cluster #635
Replies: 3 comments 4 replies
-
I would like to add support for Poll Control as well. The ZBoss stack appears to provide at least some functionality related to the Poll Control cluster. However, we are unable to add the Poll Control cluster to our endpoint(s) because there is no function or symbol like esp_zb_cluster_list_add_poll_control_cluster available. I’ve also consulted LLMs such as ChatGPT and Mistral, but they don’t have any relevant information on this either. Do you have any further insights or information regarding this issue? |
Beta Was this translation helpful? Give feedback.
-
The Poll Control cluster has not been supported in esp-zigbee-sdk v1.6.5 and is not currently included in the upcoming release plan. Unfortunately, there is no available workaround to enable this cluster at the moment. If this cluster is essential and urgent for your project, please contact our technical support team for further assistance. |
Beta Was this translation helpful? Give feedback.
-
Hi @fumanchi , Using unsupported clusters (such as the Poll Control cluster) is not straightforward. I’m currently working on implementing support for the Poll Control cluster, and if everything goes well, it will be included in the next version to be released later this month. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am working with the Zigbee SDK on esp32h2 and I am trying to achieve low power operation and was hoping to use the poll control cluster to help me with the wake-up and sleep timing of the device. However, I noticed that the SDK does not provide the APIs to add and configure the cluster. I can manipulate other clusters, however, not the poll control.
Is this on purpose or a missing implementation?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions