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

[request] AllowStatic endpoints (non-bridge) #23

Open
lboue opened this issue Feb 17, 2024 · 3 comments
Open

[request] AllowStatic endpoints (non-bridge) #23

lboue opened this issue Feb 17, 2024 · 3 comments
Assignees

Comments

@lboue
Copy link

lboue commented Feb 17, 2024

Hi,

Is there any way for a device to be exposed as an Matter unbridged accessory?
With matter_lightbulb.ino example containing only one bulb , is-it possible to use bridge mode with dynamic endpoints.

@silabs-bozont
Copy link
Collaborator

Hello Iboue,

With the current version unfortunately it's not possible. Every device will also have an additional bridge endpoint as well.

The Matter library uses dynamic endpoints which are created during runtime. The Bridge endpoint was added as a kind of workaround because some ecosystems would not recognize dynamic endpoints without having a bridge.
We're currently exploring some solutions to have it removed and have regular endpoints instead of bridged ones, but till then the bridge is here to stay for a bit. The important thing is that in the future we expect to get rid of the Bridge (or make it optional) and have regular endpoints.

@silabs-bozont silabs-bozont self-assigned this Feb 19, 2024
@lboue
Copy link
Author

lboue commented May 7, 2024

Hello @silabs-bozont. Is this possible to use static endpoints with the new version 2.0.0 or will it come later?

@silabs-bozont
Copy link
Collaborator

Hello @lboue - the library still uses the same method with the dynamic endpoints and the hub - no way yet to use static endpoints.

@lboue lboue changed the title Force Static endpoints (non-bridge) for matter_lightbulb.ino [request] AllowStatic endpoints (non-bridge) for matter_lightbulb.ino May 8, 2024
@lboue lboue changed the title [request] AllowStatic endpoints (non-bridge) for matter_lightbulb.ino [request] AllowStatic endpoints (non-bridge) May 8, 2024
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

2 participants