This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Adding custom attributes to Zigbee

Hi,

I am developing a product using HA.

I am using SDK 3.0 and nRF52840 Dev-kit.

I am using the thermostat cluster, basic, time, power config, and OTA.

Along with this, I would like to register my own attribute ID to the thermostat attribute list.

Id ranging from - 0x4000 to 0x4008

- But I don't know how to add this id into the thermostat attribute. Can anyone help me it's urgent for me to solve and get work.

What I tried is below currently.

Case 1. With reference to pressure measurement I have created my custom file and added attributes with different IDs now. Currently added 1 id.

But it gives me an error saying "custom id undeclare", "Id not found ", and some 7 errors.

Attached is the code. Please check the code and let me know what I missed.

Radiator_nRF_v0.9.6.zip

Or else let me know the steps to add extra attributes to the thermostat cluster. If my SDK alter then no problem. I will do it but need urgent help.

My main requirement is adding extra attributes to the thermostat cluster so it would be great if anyone helps me how to add them.

Thanks and Regards

Rohit R

Related