Coordinator endpoint

Hello, I developed for my customer, a ZigBee coordinator in last 2019, using nRF5 SDK for Thread and Zigbee v3.2.0.
I has installed many sistems on field, equipped witn several battery powered sensors (door, motion, occupancy ...) and mains powered actuators (bulbs and smart plug).
I have only one endpoint # 64 configured on my coordinator, and now I need to add a second endpoint to receive the info from some end-node that sends to fixed endpoint #255
How can I add it?
Thanks for help

Abele

Parents Reply Children
  • For more on this you can for instance see here and here. One of the documentation links is for NCS, but is mainly talking about Zigbee in general. 

    Are you saying that coordinators can't have clusters? My current understanding is that they can.

    Regards,

    Elfving

  • Elfving,

    I'm bit confused and also disappointed ...

    But I try to best explain
    I have developed a Coordinator starting from CLI agent example on SDK for Thread and Zigbee v3.2.0.
    I used the the cli_agent_ep_handler to receive some info from end node that had joined the network.
    The coordinator bind some end-node cluster, and then teh end-node start to send this infos to Coordinator
    These infos are normally sent to same endpoint use for bind process, but we have a battery-powered sensor that when awakes sends part of this info to the Coordinator endpoint 255.
    The infos are not reported to the cli_agent_ep_handler callback
    What we need is to receive also these infos on the callback
    What we can do to have this?

    Abele

     

     

Related