Can not find Relative Humidity Measurement Cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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).
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:
It seems this way is not right.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Your very welcome, please let me know if there is anything else where I can help you.