STM32WB55: Zigbee - Unable to read Electrical Measurement Cluster Attributes
Hi,
I'm new to Zigbee and STM32WB55, and I need to retrieve certain electrical measurement attributes through Zigbee Server and Client communication. While examining the electrical measurement header file (zcl.elec.meas.h), I observed that some attributes are currently disabled (as given below, they are marked as False in the same header file comments).
Comment description
=======================
* EMR.S.A0505 | RMSVoltage | False | Optional
* EMR.S.A0508 | RMSCurrent | False | Optional
I'd like to inquire whether it's possible to access the attributes listed below. If these attributes are initially deactivated, what steps can be taken to enable them for functionality?
These are some Electrical Measurement Server Attribute IDs
enum ZbZclElecMeasSvrAttrT {
ZCL_ELEC_MEAS_ATTR_RMS_VOLT = 0x0505, /**< RMSVoltage (Optional) */
ZCL_ELEC_MEAS_ATTR_RMS_CURR = 0x0508, /**< RMSCurrent (Optional) */
}
--
Thanks & Regards,
Naani Ch