Skip to content

Xiaomi WXKG02LM 2018

Manuel Pietschmann edited this page Dec 9, 2018 · 6 revisions

Xiaomi Aqara double key wireless battery powered rocker switch.

Model: WXKG02LM (Rev.2, 2018)

Joining

  1. Start sensor search in Phoscon App
  2. Press and hold left button for more than 10 seconds until LED blinks
  3. Press left button 5 times quickly

Device Reset

Pressing any button for more than 10 seconds does reset the switch to factory new state.

Troubleshooting

If the switch loses connection press the left button 5 times quickly. If that doesn't work repeat Joining procedure.

REST-API

GET /sensors/<id>
{
    "manufacturername": "LUMI",
    "modelid": "lumi.remote.b286acn01",
    "type": "ZHASwitch",
    "uniqueid": "00:15:8d:00:01:2a:34:44-01-0012",
    "state":
    {
        "buttonevent": 1002,
        "lastupdated": "2018-11-04T19:14:12"
    },
    "config":
    {
        "battery": 100,
        "on": true,
        "reachable": true,
        "temperature": 2300
    }
}

Button events

Event Button Action
1002 One single press
1004 One double press
2002 Two single press
2004 Two double press
3002 Both single press
3004 Both double press ?
Clone this wiki locally