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

Groups do not update in a correct way for all_on and any_on #25

Open
Christoph-87 opened this issue Mar 5, 2024 · 0 comments
Open

Groups do not update in a correct way for all_on and any_on #25

Christoph-87 opened this issue Mar 5, 2024 · 0 comments

Comments

@Christoph-87
Copy link

Christoph-87 commented Mar 5, 2024

I have a group that consists of three lights (with ID 33, 43 and 44). The group is shown in mqtt under hue2mqtt/group/12.

The content is:
{"id": 12, "name": "EG Terasse", "lights": [44, 43, 33], "sensors": [], "type": "Room", "state": {"all_on": false, "any_on": false}, "class": "Living room", "action": {"on": true, "alert": "none", "bri": 254, "ct": 217, "effect": "none", "hue": 9472, "sat": 78, "xy": [0.3592, 0.3647]}}

The state is wrong and for the lights it is shown in a correct way. At the moment I have light 44 on. Under hue2mqtt/light/c4.....04-01 it shows:
{"id": 44, "name": "Garten Stra\u00dfe", "uniqueid": "c4:...-01", "state": {"on": true, "alert": "select", "bri": 223, "ct": 488, "effect": "none", "hue": 3328, "sat": 223, "xy": [0.5223, 0.3807], "reachable": true, "mode": "homeautomation"}, "manufacturername": "innr", "modelid": "RB 251 C", "productname": "Extended color light", "type": "Extended color light", "swversion": "2.03.00"}

I would have expected in state "all_on": false and "any_on": true.

Is there a way that I can provide you more useful information regarding this?

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