JN5169: issue on gateway(coordinator ) to remove its endevice

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

JN5169: issue on gateway(coordinator ) to remove its endevice

ソリューションへジャンプ
3,855件の閲覧回数
erictao
Contributor II

Hello:

We are using JN5169(JN-SW-4168) as ZigBee-IoT-Gateway-Control-Bridge and find that it could not remove an enddevice from its neighbor table if the enddevice is offline, which cause the coordinator could not accept any new endevice as the table would get full.

Any help would be greatly appreciated to resolve this issue^_^~ 

The Host sends "Management Leave Request" to JN5169(ZCB)[1] to remove an endevice.

- If the enddevice is online, it would response Leave Response, so the endevice could be removed from  its neighbor table.

- If the enddevice is offline, no matter how many times the leave request is sent, the endevice info is always present in the table...

[1]JN-AN-1194-ZigBee-IoT-Gateway-Control-Bridge.pdf

0 件の賞賛
返信
1 解決策
3,422件の閲覧回数
limcb
Contributor IV

ZPS_vNtSetUsedStatus ?

元の投稿で解決策を見る

7 返答(返信)
3,422件の閲覧回数
limcb
Contributor IV

Hi, have you tried ZPS_bAplZdoTrustCenterRemoveDevice ?

0 件の賞賛
返信
3,422件の閲覧回数
erictao
Contributor II

Unluckily, "ZPS_bAplZdoTrustCenterRemoveDevice ()" does not help...-_-

In summary, the following functions have been tried, none of them can remove the endevice if it is offline:

- ZPS_bAplZdoTrustCenterRemoveDevice()

- ZPS_eAplZdoLeaveNetwork()

- ZPS_eAplZdpMgmtLeaveRequest()

0 件の賞賛
返信
3,423件の閲覧回数
limcb
Contributor IV

ZPS_vNtSetUsedStatus ?

3,422件の閲覧回数
erictao
Contributor II

Great, it proved to be worked!

Finally I use the following two APIs to resolve this:

ZPS_vNtSetUsedStatus()

ZPS_vNwkSaveNt()

3,422件の閲覧回数
vihang_jani
Contributor I

ZPS_vNtSetUsedStatus()

ZPS_vNwkSaveNt()


Have you applied only 2 APIs for leave the device when device is power off ?

0 件の賞賛
返信
3,422件の閲覧回数
limcb
Contributor IV

More undocumented functions... ~.~

Glad that's over with. 

0 件の賞賛
返信
3,422件の閲覧回数
erictao
Contributor II

Looks a really promising method, I will have a try and update the result.

Thank you Lim 

0 件の賞賛
返信