espressif / esp-zigbee-sdk

Espressif Zigbee SDK
Apache License 2.0
178 stars 31 forks source link

What is the max amount of routers in a network? (TZ-1174) #440

Open BaWe155 opened 2 months ago

BaWe155 commented 2 months ago

Question

I get an ERROR: Extended status 87 (ZPS_XS_E_NO_FREE_EXTENDED_ADDR) by 21 routers in a network.

What is the max number of routers in a network?

What is the size of the following tables in a router or coordinator:

Additional context.

No response

chshu commented 2 months ago

@BaWe155 You can adjust the supported network scale with this API: esp_zb_overall_network_size_set().

BaWe155 commented 2 months ago

@chshu Thank you, is this for a coordinator or also for routers?

chshu commented 2 months ago

@BaWe155 For both coordinator and routers. Please share the device logs if you still see the issue after the change.