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

GroupInfo onOff not updating #390

Open
mertaksoy opened this issue Jun 2, 2020 · 1 comment
Open

GroupInfo onOff not updating #390

mertaksoy opened this issue Jun 2, 2020 · 1 comment

Comments

@mertaksoy
Copy link

When i turn on the bulbs in a group via remote controller, the onOff status in GroupInfo is not updating. But in device list i can see that Accessory's onOff status is updated.

I did not get update event on observeGroupsAndScenes() during observeDevices() retrieves the update event.

Would it be a feature request to get groups updated (like devices) when onOff status is change by external (remote controller), or is it a bug?

@AlCalzone
Copy link
Owner

The gateway does not send these updates for some reason. In iobroker.tradfri, I'm listening to the accessory changes, try to find a common value and debounce the update to the group state.

Since this is more of a workaround I've decided to not include it in node-tradfri-client by default.

mertaksoy added a commit to mertaksoy/SmartHomeAPI that referenced this issue Jun 2, 2020
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

2 participants