Thanks for the great zigbee2mqtt; installed it on a nuc / hassio / docker environment. So far running smoothly.
Have a couple of hue lights.
Played with the new “group” functionality in zigbee2mqtt. Also running fine but there is one issue I am struggling to solve (just starting with mqtt).
I have a light group “kitchen” defined.
This group obviously has a couple of entities.
When I change the state of this group to for instance “on” the light bulbs are getting on.
But,
the several entities of the group
light.led1, light.led2, light.led3
are not getting this new status “on” within the UI.
How can I get the status of the entities of an group refreshed / synced in home assistant?
On a z-wave network the entities are updated without any further actions (by design of the network), in zigbee/mqtt it seems to be that the entities needs to be refreshed by code?
Does anybody have an idea?
Thanks
fregatte