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

Problem with groups in OpenHAB 3 #25

Open
simoschip2000 opened this issue May 4, 2021 · 0 comments
Open

Problem with groups in OpenHAB 3 #25

simoschip2000 opened this issue May 4, 2021 · 0 comments

Comments

@simoschip2000
Copy link

simoschip2000 commented May 4, 2021

For me the library can not read the members of a group in OpenHAB 3. From what i have seen the members of a group are determined with these lines of code:
for i in json_data['members']: self.members[i['name']] = self.openhab.json_to_item(i)

When I access my servers REST interface with ip:8080/rest/items , I see that the group itself does not save its members. Instead each member remembers the groups it is in (see pictures).

Is this issue only occuring for me or is it a problem in general? I would try to fix it and commit if it is a problem in general.

Thank you!

A group thing:
Group

A "normal" thing:
Thing

@simoschip2000 simoschip2000 changed the title Problem with groups in Openhab 3 Problem with groups in OpenHAB 3 May 4, 2021
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