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
Currently when requesting the state of a Group using payload = {state: ""} the herdsman replies with the states of each bulb. That's fine however it does not include the state of the Group. If you set the state of the Group e.g. {state: "OFF"} the herdsman replies with the states of each individual bulb plus the state of the Group. When initialising the system it would be better to request each Group state, retrieve the state of each bulb + the state of the Group and continue from there the processes. This will make the system more transparent.
The text was updated successfully, but these errors were encountered:
Zigbee2MQTT currently does not republish the optimistic group state when it did not change. This means the previous published state is still valid. This has been implemented in: #3461
I understand, but as far as I know it is not possible to inquire the actual state of the Group. The only way to get the Group state is to set the Group and the herdsman replies (including the Group state).
Currently when requesting the state of a Group using payload = {state: ""} the herdsman replies with the states of each bulb. That's fine however it does not include the state of the Group. If you set the state of the Group e.g. {state: "OFF"} the herdsman replies with the states of each individual bulb plus the state of the Group. When initialising the system it would be better to request each Group state, retrieve the state of each bulb + the state of the Group and continue from there the processes. This will make the system more transparent.
The text was updated successfully, but these errors were encountered: