Skip to content

Creating more than 15 dynamic endpoints #65

@MikhailSkumatov

Description

@MikhailSkumatov

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions