You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: