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
I need to create more than 15 dynamic endpoints. Using the TwoEndpointsPluginUnit.ino example, I tried to create a device with multiple endpoints, if there are fewer than 15, then everything is fine. If there are more than 15 dynamic endpoints, then I get messages in the console:
"...
I (3071) esp_matter_core: Dynamic endpoint 15 added
E (3075) esp_matter_core: Error adding dynamic endpoint 16: 0x89
E (3081) esp_matter_core: Error adding dynamic endpoint 17: 0x89
...".
I changed the value of 16 to 25 in the line "#define CONFIG_ESP_MATTER_MAX_DYNAMIC_ENDPOINT_COUNT 25" of the sdkconfig_matter.h file, but this did not give any result.
Can you tell me how to increase the number of dynamic endpoints?
Thank you in advance.
Hello!
I need to create more than 15 dynamic endpoints. Using the TwoEndpointsPluginUnit.ino example, I tried to create a device with multiple endpoints, if there are fewer than 15, then everything is fine. If there are more than 15 dynamic endpoints, then I get messages in the console:
"...
I (3071) esp_matter_core: Dynamic endpoint 15 added
E (3075) esp_matter_core: Error adding dynamic endpoint 16: 0x89
E (3081) esp_matter_core: Error adding dynamic endpoint 17: 0x89
...".
I changed the value of 16 to 25 in the line "#define CONFIG_ESP_MATTER_MAX_DYNAMIC_ENDPOINT_COUNT 25" of the sdkconfig_matter.h file, but this did not give any result.
Can you tell me how to increase the number of dynamic endpoints?
Thank you in advance.
Full log 1.log
The text was updated successfully, but these errors were encountered: