Skip to content
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

Creating more than 15 dynamic endpoints #65

Open
MikhailSkumatov opened this issue Nov 17, 2024 · 0 comments
Open

Creating more than 15 dynamic endpoints #65

MikhailSkumatov opened this issue Nov 17, 2024 · 0 comments

Comments

@MikhailSkumatov
Copy link

MikhailSkumatov commented Nov 17, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant