esp_zb_aps_src_binding_table_size_set not configuring the source APS binding table size
Posted: Fri Aug 08, 2025 10:53 am
IDF Component Manager Manifest File
dependencies:
espressif/esp-zboss-lib: "~1.6.5"
espressif/esp-zigbee-lib: "~1.6.5"
espressif/led_strip: "~2.0.0"
Required IDF version
idf:
version: ">=5.0.0"
And zigbee stack code :
esp_zb_cfg_t zb_nwk_cfg = ESP_ZB_ZR_CONFIG();
const uint16_t table_size = 32;
esp_err_t err = esp_zb_aps_src_binding_table_size_set(table_size);
if (err != ESP_OK) {
printf("Failed to set APS src binding table size\n");
}
esp_zb_init(&zb_nwk_cfg);
esp_zb_aps_src_binding_table_size_set is not working, showing limited to default 16 only.
+-------+----------+----------+-----------------+-------------------------------------+
| Index | Group ID | Scene ID | Transition Time | [Cluster ID | Extension Field] |
+-------+----------+----------+-----------------+-------------------------------------+
| 00 | 0x0037 | 0x37 | 0000 | [ 0x0006 | 0x1 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 03 | 0x002f | 0x2f | 0000 | [ 0x0006 | 0x0 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 07 | 0x0032 | 0x32 | 0000 | [ 0x0006 | 0x1 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 10 | 0x0033 | 0x33 | 0000 | [ 0x0006 | 0x1 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 12 | 0x0035 | 0x35 | 0000 | [ 0x0006 | 0x0 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 15 | 0x003b | 0x3b | 0000 | [ 0x0006 | 0x1 ] |
+-------+----------+----------+-----------------+-------------------------------------+
+-------+----------+----------+-----------------+-------------------------------------+
| Index | Group ID | Scene ID | Transition Time | [Cluster ID | Extension Field] |
+-------+----------+----------+-----------------+-------------------------------------+
| 04 | 0x002f | 0x2f | 0000 | [ 0x0006 | 0x0 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 08 | 0x0032 | 0x32 | 0000 | [ 0x0006 | 0x1 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 11 | 0x0033 | 0x33 | 0000 | [ 0x0006 | 0x1 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 13 | 0x0035 | 0x35 | 0000 | [ 0x0006 | 0x0 ] |
+-------+----------+----------+-----------------+-------------------------------------+
+-------+----------+----------+-----------------+-------------------------------------+
| Index | Group ID | Scene ID | Transition Time | [Cluster ID | Extension Field] |
+-------+----------+----------+-----------------+-------------------------------------+
| 01 | 0x0031 | 0x31 | 0000 | [ 0x0006 | 0x1 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 05 | 0x002f | 0x2f | 0000 | [ 0x0006 | 0x0 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 09 | 0x0032 | 0x32 | 0000 | [ 0x0006 | 0x1 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 14 | 0x0035 | 0x35 | 0000 | [ 0x0006 | 0x0 ] |
+-------+----------+----------+-----------------+-------------------------------------+
+-------+----------+----------+-----------------+-------------------------------------+
| Index | Group ID | Scene ID | Transition Time | [Cluster ID | Extension Field] |
+-------+----------+----------+-----------------+-------------------------------------+
| 02 | 0x0035 | 0x35 | 0000 | [ 0x0006 | 0x0 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 06 | 0x002f | 0x2f | 0000 | [ 0x0006 | 0x0 ] |
+-------+----------+----------+-----------------+-------------------------------------+
on Adding new scene, i am getting error on scene store callback.
E (74444) ESP_ZB_SCENE_COMMANDS: zb_get_scene_store_resp_handler(646): Received message: error status(1)
And app shows exceed limit.
why esp_zb_aps_src_binding_table_size_set is not working? Please provide us solution with valuable feedback.
Our Espressif Zigbee-based products are currently in the production and deployment phase. We require an urgent resolution to the ongoing issue to ensure uninterrupted operation and timely delivery. Your prompt support and guidance on this matter would be highly appreciated.
dependencies:
espressif/esp-zboss-lib: "~1.6.5"
espressif/esp-zigbee-lib: "~1.6.5"
espressif/led_strip: "~2.0.0"
Required IDF version
idf:
version: ">=5.0.0"
And zigbee stack code :
esp_zb_cfg_t zb_nwk_cfg = ESP_ZB_ZR_CONFIG();
const uint16_t table_size = 32;
esp_err_t err = esp_zb_aps_src_binding_table_size_set(table_size);
if (err != ESP_OK) {
printf("Failed to set APS src binding table size\n");
}
esp_zb_init(&zb_nwk_cfg);
esp_zb_aps_src_binding_table_size_set is not working, showing limited to default 16 only.
+-------+----------+----------+-----------------+-------------------------------------+
| Index | Group ID | Scene ID | Transition Time | [Cluster ID | Extension Field] |
+-------+----------+----------+-----------------+-------------------------------------+
| 00 | 0x0037 | 0x37 | 0000 | [ 0x0006 | 0x1 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 03 | 0x002f | 0x2f | 0000 | [ 0x0006 | 0x0 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 07 | 0x0032 | 0x32 | 0000 | [ 0x0006 | 0x1 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 10 | 0x0033 | 0x33 | 0000 | [ 0x0006 | 0x1 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 12 | 0x0035 | 0x35 | 0000 | [ 0x0006 | 0x0 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 15 | 0x003b | 0x3b | 0000 | [ 0x0006 | 0x1 ] |
+-------+----------+----------+-----------------+-------------------------------------+
+-------+----------+----------+-----------------+-------------------------------------+
| Index | Group ID | Scene ID | Transition Time | [Cluster ID | Extension Field] |
+-------+----------+----------+-----------------+-------------------------------------+
| 04 | 0x002f | 0x2f | 0000 | [ 0x0006 | 0x0 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 08 | 0x0032 | 0x32 | 0000 | [ 0x0006 | 0x1 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 11 | 0x0033 | 0x33 | 0000 | [ 0x0006 | 0x1 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 13 | 0x0035 | 0x35 | 0000 | [ 0x0006 | 0x0 ] |
+-------+----------+----------+-----------------+-------------------------------------+
+-------+----------+----------+-----------------+-------------------------------------+
| Index | Group ID | Scene ID | Transition Time | [Cluster ID | Extension Field] |
+-------+----------+----------+-----------------+-------------------------------------+
| 01 | 0x0031 | 0x31 | 0000 | [ 0x0006 | 0x1 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 05 | 0x002f | 0x2f | 0000 | [ 0x0006 | 0x0 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 09 | 0x0032 | 0x32 | 0000 | [ 0x0006 | 0x1 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 14 | 0x0035 | 0x35 | 0000 | [ 0x0006 | 0x0 ] |
+-------+----------+----------+-----------------+-------------------------------------+
+-------+----------+----------+-----------------+-------------------------------------+
| Index | Group ID | Scene ID | Transition Time | [Cluster ID | Extension Field] |
+-------+----------+----------+-----------------+-------------------------------------+
| 02 | 0x0035 | 0x35 | 0000 | [ 0x0006 | 0x0 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 06 | 0x002f | 0x2f | 0000 | [ 0x0006 | 0x0 ] |
+-------+----------+----------+-----------------+-------------------------------------+
on Adding new scene, i am getting error on scene store callback.
E (74444) ESP_ZB_SCENE_COMMANDS: zb_get_scene_store_resp_handler(646): Received message: error status(1)
And app shows exceed limit.
why esp_zb_aps_src_binding_table_size_set is not working? Please provide us solution with valuable feedback.
Our Espressif Zigbee-based products are currently in the production and deployment phase. We require an urgent resolution to the ongoing issue to ensure uninterrupted operation and timely delivery. Your prompt support and guidance on this matter would be highly appreciated.