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

Parents
  • Hello,

    Any update to this?

    I want to add Manufacturer-specific Attributes and commands to the cluster. Like to thermostat cluster i would like to add my few more manufacturer attributes.

    example, Adding manufacturer attributes to thermostat cluster.

    - Similar to this attached document explanation in the section,(document is related to NXP)

    1. E. Manufacturer-specific Attributes and Commands
    2. Page no - 1363

    JN-UG-3115.pdf

    Let me know any similar file or method which explains detail step by step like in attached document to solve my problem as early as possible.

    Hope I get feedback on this soon.

    Thanks and Regards

    Rohit R

Reply
  • Hello,

    Any update to this?

    I want to add Manufacturer-specific Attributes and commands to the cluster. Like to thermostat cluster i would like to add my few more manufacturer attributes.

    example, Adding manufacturer attributes to thermostat cluster.

    - Similar to this attached document explanation in the section,(document is related to NXP)

    1. E. Manufacturer-specific Attributes and Commands
    2. Page no - 1363

    JN-UG-3115.pdf

    Let me know any similar file or method which explains detail step by step like in attached document to solve my problem as early as possible.

    Hope I get feedback on this soon.

    Thanks and Regards

    Rohit R

Children
Related