QBKG03LM / QBKG04LM / QBKG11LM - Aqara Wall Switch state reporting
See original GitHub issueI’ve realised now running zigbee2mqtt with state_cache
disabled that my Aqara Wall switch does not report back its state when queried. It does reply but sends back only its signal level.
This is the 2-button Aqara wall switch without neutral wire. https://github.com/Koenkk/zigbee-herdsman-converters/blob/master/devices.js#L632-L648
I publish {"state": ""}
to zigbee2mqtt/device-name/left/get
and response comes immediately to zigbee2mqtt/device-name
, but it contains only {"linkquality":xx}
and nothing about state.
Also tried alternative way, sending {"state_left": ""}
to zigbee2mqtt/device-name/get
, the response is identical to above (only linkquality
).
Is it supposed to work this way? Is this switch capable of reporting state on demand? Mine does not report temperature either, BTW.
Issue Analytics
- State:
- Created 3 years ago
- Comments:31 (30 by maintainers)
Yes! 😃
Works well now. Thanks for all your time and support!