Rohit Jadhav
Rohit Jadhav
@herculesp17 If you read the node label from chip-tool, you'll get a string that you have set for your node. Ecosystems don’t show the node label in the UI. This...
@ronny-antoon It's not possible to create more than one node on the same device. You have to create multiple endpoints on the same node only.
This is an esp-matter's limitation: we cannot create more than one node per device.
Sorry, not as of now!!
Can we close the issue, if your questions are answered?
@gustavof04 No, there is no such cluster.
@jonsmirl Esp-Matter's SDK doesn’t support reading structure/list from Esp-Matters storage. There are no src/app/clusters for the `Actions` cluster which is why when the read request comes, the device doesn’t find...
This has been fixed, PTAL [RELEASE_NOTES](https://github.com/espressif/esp-matter/blob/main/RELEASE_NOTES.md#10-june-2025) and close this issue.
Can you please share your endpoint composition initially and after change? ~Till we remove mode_select from mfg-tool you can add it from the code. [Here](https://github.com/project-chip/connectedhomeip/blob/master/examples/all-clusters-app/all-clusters-common/src/static-supported-modes-manager.cpp) is the reference implementation that...