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
I feel like i've missed a setting or I set something up wrong.
However with a Phillips hue light (or any device) if I send a change of state set state to off (topic zigbee2mqtt/<friendly light name>/set payload {"state": "Off"}) I will get a MQTT response to say the light has changed before the light has sent a zigbee ack, i will even get a mqtt response if the light never responds, and the mqtt response is to tell me the light has successfully turned off (topic zigbee2mqtt/<friendly light name> payload {"state": "OFF" "brightness": 100, ...})
Using the web ui and i click off and on the toggle wont change until the light responds.
This makes it impossible to use with any certainty if i just subscribe to zigbee2mqtt/<friendly name> and make light changes to zigbee2mqtt/<friendly name>/set. all i know for certain is z2m has got the message not that the device has changed state.
is there a setting i’m missing or is there a different topic i can subscribe to to know for certainty the state of the device?
i believe i could watch the firehose of logs to get a timeout exceeded error? might be a bit over the top though
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I feel like i've missed a setting or I set something up wrong.
However with a Phillips hue light (or any device) if I send a change of state set state to off (topic
zigbee2mqtt/<friendly light name>/setpayload{"state": "Off"}) I will get a MQTT response to say the light has changed before the light has sent a zigbee ack, i will even get a mqtt response if the light never responds, and the mqtt response is to tell me the light has successfully turned off (topiczigbee2mqtt/<friendly light name>payload{"state": "OFF" "brightness": 100, ...})Using the web ui and i click off and on the toggle wont change until the light responds.
This makes it impossible to use with any certainty if i just subscribe to
zigbee2mqtt/<friendly name>and make light changes tozigbee2mqtt/<friendly name>/set. all i know for certain is z2m has got the message not that the device has changed state.is there a setting i’m missing or is there a different topic i can subscribe to to know for certainty the state of the device?
i believe i could watch the firehose of logs to get a timeout exceeded error? might be a bit over the top though
Beta Was this translation helpful? Give feedback.
All reactions