-
Notifications
You must be signed in to change notification settings - Fork 96
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
create groups #1071
Comments
UPDATE I read through the matter documentation, and i figured out i need a group key first, so i wrote one and bound it to a group ID. Adding the key and binding it was successful, but i still can't add an endpoint to the group.
result:
Then i wanted to write the group ID to an endpoint, but that doesn't work.
result:
When i read the group info with this function:
I get the result:
|
group management is not yet supported, its on the list to add to the features. |
@marcelveldt Thank you for your feedback. now i know that my script works :-) Would it be possible to do some adjustments myself so it works? thanks in advance, and have a nice weekend! |
Hello all,
I am using the python-matter-server docker container as a stand-alone application.
I wrote an interface in python to test the capabilities of Matter.
The documentation of the server is somewhat limited. Basic functions like onoff and commissioning work,
but other features like binding a switch to a light is not documented at all.
(i managed to do this by writing the values in the correct cluster attributes)
I want to create a group for 2 or more light devices, but i can't assemble the correct command.
my code:
gives the error:
I also tried GroupId and GroupName with capital letters, but it gives the same error.
How can i create a group and add nodes to it?
How do i send group commands?
Thanks in advance for the help!
The text was updated successfully, but these errors were encountered: