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

State request for Groups #4760

Closed
Josov opened this issue Oct 24, 2020 · 3 comments
Closed

State request for Groups #4760

Josov opened this issue Oct 24, 2020 · 3 comments
Labels
feature request Feature request stale Stale issues

Comments

@Josov
Copy link

Josov commented Oct 24, 2020

Currently when requesting the state of a Group using payload = {state: ""} the herdsman replies with the states of each bulb. That's fine however it does not include the state of the Group. If you set the state of the Group e.g. {state: "OFF"} the herdsman replies with the states of each individual bulb plus the state of the Group. When initialising the system it would be better to request each Group state, retrieve the state of each bulb + the state of the Group and continue from there the processes. This will make the system more transparent.

@Josov Josov added the feature request Feature request label Oct 24, 2020
@Koenkk
Copy link
Owner

Koenkk commented Oct 24, 2020

Zigbee2MQTT currently does not republish the optimistic group state when it did not change. This means the previous published state is still valid. This has been implemented in: #3461

@Josov
Copy link
Author

Josov commented Oct 25, 2020

I understand, but as far as I know it is not possible to inquire the actual state of the Group. The only way to get the Group state is to set the Group and the herdsman replies (including the Group state).

@github-actions
Copy link
Contributor

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days

@github-actions github-actions bot added the stale Stale issues label Nov 25, 2020
@github-actions github-actions bot closed this as completed Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Feature request stale Stale issues
Projects
None yet
Development

No branches or pull requests

2 participants