This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2652R: Connect zigbee relay to cie example

Part Number: CC2652R


Hello, I have a zigbee relay and I need to connect it to CC2652R. I am using the example zc_cie but it doesn't connect. When start the commissioning I find the realy, but It doesn't connect properly, I think is something related with taskId or something like that because in the same application I can connect a door contact sensor.

  • Hi Alberto,

    I don't understand what you mean by "I find the relay, but it doesn't connect properly".  Is the Zigbee relay not joining the network or can the CIE ZCL application not control the relay once it is in the network?  What is the zigbee relay manufacturer and Zigbee specification?  Have you made sure that each uses the same channel and that the network is open for joining?  It would be much easier to understand the issue if you could provide a sniffer log.

    Regards,
    Ryan

  • I apologize for not expressing myself in the proper way that you understand me .  I going to explain again, I want to connect a zigbee relay( working like TI Sample Light example) to a board CC2652R with the example zc_cie. I don't know what attributes I need to change, I already change the clusterId to 0x006, but I can't connect yet.

  • You are discussing two different ZCL cluster/attribute environments.  One is light/switch (ZCL_CLUSTER_ID_GENERAL_[ON_OFF/LEVEL_CONTROL]) while the other is Intruder Alarm System (ZCL_CLUSTER_ID_SS_IAS_[ACE/ZONE/WD]).  You should use zr_warningdevice or zr_zone with zc_cie, and follow the README instructions to understand how to make these devices discoverable to the CIE and enroll in an IAS Zone.  On the other side, if you want to control the zr_light then you should be using a zc_sw example instead.

    Regards,
    Ryan