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

Meaning of status 'ZB_ZDP_STATUS_NOT_SUPPORTED'

Hello Nordic support,

I would like to understand regarding the status value 'ZB_ZDP_STATUS_NOT_SUPPORTED'.

I have a Zigbee application in which the device type is a Zigbee coordinator. A Zigbee end device is able to join this network and bind to a certain cluster. When I send a leave request command to this end device from the coordinator using zdo_mgmt_leave_req() and check the status in callback, I see that the status received is 'ZB_ZDP_STATUS_NOT_SUPPORTED'. From the header file 'zboss_api_zdo.h', I get that this status means 'The requested optional feature is not supported on the target device.'.

I would like to know if this means that the zigbee end device has not implemented the functionality for leave request command? If yes, what would be the alternative to make the device leave the network?

Regards,

Anusha

Parents
  • Hi

    From what I can see, the device doesn't have an option for "leaving" except for by timeouts or factory resetting the device. Even though it says in the data sheet "In section 5 “MMI” it is explained how to put the device into a join or leave network mode" I've not been able to find how to put it in "leave network mode". You might want to contact the manufacturer to ask if the feature is included or not.

    Best regards,

    Simon

Reply
  • Hi

    From what I can see, the device doesn't have an option for "leaving" except for by timeouts or factory resetting the device. Even though it says in the data sheet "In section 5 “MMI” it is explained how to put the device into a join or leave network mode" I've not been able to find how to put it in "leave network mode". You might want to contact the manufacturer to ask if the feature is included or not.

    Best regards,

    Simon

Children
No Data
Related