You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For increasing number of bindings you should increase CONFIG_ESP_MATTER_BINDING_TABLE_SIZE.
Are groups constrained somehow?
Yes, they are. Minimum supported number of groups per fabric should be (4 * no-of-endpoints-implementing-groups-cluster). I have attached the screenshot as well. This gets automatically picked up after 974997d
What is the difference between these two config variables?
CONFIG_MAX_BINDINGS=8
CONFIG_ESP_MATTER_BINDING_TABLE_SIZE=100
I am running into a constraint somewhere trying to increase the number of bindings we support.
Are groups constrained somehow?
We have two GroupKeys
But then up to 25 GroupIds using those two keys.
The text was updated successfully, but these errors were encountered: