Can not find Relative Humidity Measurement Cluster

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can not find Relative Humidity Measurement Cluster

512 Views
QuocAnhLee
Contributor II

Hi team,

I am using MCUXpresso IDE v11.8.0 [Build 1165] [2023-07-26]. 

I want to add the Relative Humidity Measurement cluster. I am following the instructions at the link https://community.nxp.com/t5/Wireless-Connectivity-Knowledge/ZigBee-3-0-Adding-Clusters/ta-p/1104282 .

But when I go to the step of selecting the cluster in the ZPS COnfiguration Editor interface, I cannot find the Relative Humidity Measurement cluster (as shown below).

QuocAnhLee_0-1724610335317.png

Then I opened the .zpscfg file in .txt to manually add the Relative Humidity Measurement Cluster (I did the same thing when I couldn't find the TemperatureMeasurement Cluster).

I fix as below:

QuocAnhLee_0-1724612396169.png

 

 

It seems this way is not right. 

QuocAnhLee_1-1724611728648.png

Let me ask how to select Relative Humidity Measurement Cluster, this happens similarly with other clusters like Flow Measurement, Pressure Measurement and Illuminance Level Sensing.

Best Regards,

Quoc Anh

 

 

 

 

0 Kudos
Reply
3 Replies

486 Views
nxf77486
NXP TechSupport
NXP TechSupport

Hello,

 

Thank you for contacting NXP support.

To enable the Relative Humidity Measurement cluster in the code to be built, it is

necessary to add the following to the zcl_options.h file:

#define CLD_RELATIVE_HUMIDITY_MEASUREMENT

I highly recommend to give a look into the ZigBee Cluster Library User Guide on the Chapter 28 you will find  the Relative Humidity Measurement cluster that I think you will find useful for the implementation of this cluster.

Please let me know if you have any question regarding this.

0 Kudos
Reply

466 Views
QuocAnhLee
Contributor II

Thanks for your help


I thought adding cluster in .zpscfg file was necessary. I skipped it and just added define CLD_RELATIVE_HUMIDITY_MEASUREMENT in zcl_options.h file

 

0 Kudos
Reply

451 Views
nxf77486
NXP TechSupport
NXP TechSupport

Hello,

 

Your very welcome, please let me know if there is anything else where I can help you.

0 Kudos
Reply