Zigbee 3.0 network statistics log

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Zigbee 3.0 network statistics log

2,639 次查看
BasWep
Contributor I

Hello,

I’m wondering if there is an existing way to log the zigbee 3.0 network statistics at the control bridgeside ?

Statistics as:

Amount of node rejoins, connection lost etc….

To check how stable is the Zigbee network?

0 项奖励
回复
5 回复数

2,594 次查看
EduardoZamora
NXP TechSupport
NXP TechSupport

Hello @BasWep

I apologize for the late response.

Just to confirm, which device are you using?

Regards,
Eduardo.

0 项奖励
回复

2,590 次查看
BasWep
Contributor I

Hello Eduardo,

Thank you for your feedback.

We use the KW41Z

Kind regards

Bas

 

0 项奖励
回复

2,565 次查看
EduardoZamora
NXP TechSupport
NXP TechSupport

Hi,

Could you please confirm if ZigBee Cluster Library User Guide (inside KW41Z SDK folder > docs > wireless > Zigbee), Chapter 22 Diagnostics Cluster is useful for you? Maybe you can base your requirements on this cluster, nonetheless you may need to do your own implementation of the cluster.

Regards,
Eduardo.

0 项奖励
回复

2,522 次查看
BasWep
Contributor I

@EduardoZamora 

Thank you for the information, we already use LQI and RSSI of that cluster. I don’t see something like how many times of rejoins or reconnected

Kind regards,
Bas

0 项奖励
回复

2,497 次查看
EduardoZamora
NXP TechSupport
NXP TechSupport

Hi,

I apologize for the inconvenience this might cause you, there may not be something implemented that could meet your requirements, but you should be able to develop your own implementation at the application level having a record of the required (and available) network/stack events and generate some logs using DBG_vPrintf() (for ZGWUI log).

Some of the available events can be found in app_zcl_event_handler.c and app_general_events_handler.c

Regards,
Eduardo.

0 项奖励
回复