-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Unable to get the status of a group #154
Comments
This bothers me, too. In former versions I was able to retrieve the status of a group without the duty to make changes to the group. Please get this fixed soon. Thanks, |
Due to major adjustments in the previous versions, it is now necessary (and possible from v2.6.4+) to request the current status of lamps, groups and motion sensors via the new "status" property. Sorry about the circumstances! |
Unfortunately this hasn't been fixed. Please reopen the issue. |
Did you tried it like this?
|
Yes, it does not work unfortunatley |
Describe the bug
I was previously able to check a group status by passing the group ID via the topic into the hue group node, but this no longer works. Any hints on how I can get this functionality back? In particular I was using the groups node to test if lights were on when my flow received an input from a sensor.
Flow to Reproduce
Expected behavior
To receive the status on the payload of the group node, and to be able to route the payload on the value of anyOn
Please complete the following information:
Additional context
This functionality was previously available, but seems to have been removed in a recent update.
I've tried to gather this information another way by utilising the Bridge node, and the JSON {"fetch": "groups"} however the Bridge node doesn't respect the existing payload, and overwrites my included topic, meaning I can't pass through the desired group I'm trying to poll for, to then filter the returned results from the bridge by.
The text was updated successfully, but these errors were encountered: