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
  • My coworker has now tested this with a coordinator as well. The coordinator should be able to receive on an endpoint using ZB_AF_SET_ENDPOINT_HANDLER, as well as by using 255.

    She sent an attr req for Basic cluster and ZCL version:

    zcl attr read 0x0000 255 0x0000 0x0104 0x00

    And can see that the endpoint handler is being called, both with endpoint set to 10, and to 255. But only for the clusters and attributes that are implemented on the device itself.

    Regards,

    Elfving

  • Hi,
    I'm not sure to understand ... the coordinator needs to have cluster???
    What it means?
    My use case is end-node that sends the ZCL IAS zone status change notification.
    There isn't a request from coordinator.
    The end-node is battery powered and awakes itself to send this info

    Abele

Reply Children
Related