esp32 zigbee & battery reporting #11459
-
I am trying to build a custom device from esp32c6 using zigbee. I am using the following statement in setup: and in loop I report battery with: (30 is a test value) On my zigbee controller I did not receive anything on power config cluster (0x0000) Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi, Its should just work. I can retest that. The cluster is 0x0001 the same as regular in Zigbee specification. The 0x0000 is the basic cluster. Btw. the battery voltage is not reportable, if you want to get this value, you need to read it manually from your system. |
Beta Was this translation helpful? Give feedback.
-
so you say , I should not use the 0000 cluster , instead register to 0001 (or 0001u ?) |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
The basic cluster (0x0000) contains informations about the power_source for the device (img_1) and more stuff ofc, and the power configuration cluster (0x0001) contains informations about the battery for this case (img_2).