-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to increase the size of scene table? (TZ-608) #234
Comments
Hi, i am still unable to find the file where i can increase size of scene table. |
The max scene table size is 16 in current 1.0.9 SDK, and not configurable. It should meet most use cases, could you let us know your use case and the table size you need? |
Hi @chshu , I had a 12-scene 4-switch wireless scene switch. If i create a scene for single click from app for 4 lights, then it add 4 records in scene table. Suppose i am using 64 lights in a scene, then scenes size reached upto 3x64x4 = 768 table entries. I my use case, i need 500 max size for scene table. |
As i checked with other zigbee lights, that don't have espressif code, it is able to store scene more than 16 entries. i cheked it with my scene switch. |
@mundevx The scene table size is not configurable yet, we will make it dynamic allocation in the future releases. |
Question
I am getting this error:
ESP_ZIGBEE_CORE: Insufficient scenes table for scene(0x5), fail to store it
Then i read espressif documentation for zigbee:-
https://docs.espressif.com/projects/esp-zigbee-sdk/en/latest/esp32/api-reference/zcl/esp_zigbee_zcl_command.html
There is written The maximum number of scenes capable of being stored in the table is 10.
How i can increase this size for scene store table? and also in case of group.
Additional context.
No response
The text was updated successfully, but these errors were encountered: