From personal experience I got:
WXKG11LM variant 1: single click, double click
WXKG11LM variant 2: single click, double click, long press
WXKG12LM: single click, double click, long press, shake
Besides these, which are referred to as the ‘squared buttons / v2’ there is also the ‘round button / v1’ of which no different variants (if they exist) are documented.
About your buttons: What is the model name and what functionality works?
Please also mention if you are using a Aqara/Mi/Mijia Hub or something else like Zigbee2mqtt.
I’m using these, called ‘Mijia Wirelss Switch’ but not sure on the actual model number (can’t check until Friday)
They work great with the standard Xiaomi Gateway (running fairly old firmware, haven’t updated it for over a year). Three functions: single, double and long press.
I tried to join the zigbee network created with ZHA but it fails to finish adding the button, even it the console log shows it. I even followed the instructions of keep pushing it to keep it awake. Still, the final result is the button is not added as a device.
Did you get this to work at all? I am trying to pair round buttons with zha via conbeeII and getting same response. Buttons pair with Deconz and ConbeeII no problem.
EDIT: Deleted Deconz, Deleted ZHA, restarted hass, restarted server running hass, add ZHA try to pair for 45 mins… success. Pressing buttons seems to help.
Xiaomi round buttons can and do eventually pair via ZHA.
I just managed to get this added to HA using ZHA. Can you please tell me if you battery sensor works for this button?
Also I can’t seem to get the long press/ hold event to work. It only seem to report single, double and triple click events.
Has anyone had any success getting these buttons (WXKG11LM) to work using ZHA?
It’s paired to to the stick and shows up in HA as “lumi.remote.b1acn01” but I don’t see anything happening when I press the button. No zha_events are generated or the state never changes from unknown.
But does it create ant “entities”? does it create anything with an entity_id? Does it generate any events?
Mine creates an entity_id in the states list of “sensor.unk_manufacturer_lumi_remote_b1acn01_23079002_multistate_input”.
But I don’t have any idea how HA is supposed to interact with it.
When I have the zigbee stick in pairing mode (with the button already paired) by going to the “configuration->zigbee home automation” and clicking on “add devices” when I push the button using either a single-click or double-click I can see the events being generated in the bottom window for the button presses.
However I don’t see anywhere else that I can read and react to those same events outside of that screen.
I expected the device to create a “zha_event” that I could interact with but it doesn’t seem that it does anything like that.
Did some more investigation but the only entity created (and visible in the Development Tools section under States) is the sensor.lumi_lumi_sensor_switch_f1234567_power entity. Subscribing to the zha_event returns events on (multiple) button clicks. In automations you can only use the button using the device trigger type.
While trying to pair I also clicked the button numerous times and saw events (and errors) being generated. But that didn’t pair it. Only using the mentioned work-around, pressing the reset button several times during pairing mode (after 5s reset), did the trick for my button.
I ended up using the zigbee2mqtt dongle I had laying around from some testing I did last year and got it paired immediately and then after setting up the mqtt sensors in HA it works perfectly now.