Skip to content

WXKG01LM

Picture Controller types Integrations
  • Zigbee2MQTT (z2m)
  • deCONZ (deconz)
  • ZHA (zha)

Notes

The ZHA implementation of this button does not yet support hold and release actions.

Light

Class: WXKG01LMLightController

Default delay: 350ms

Default mapping:

Zigbee2MQTT deCONZ ZHA Predefined actions
single 1002 single toggle
double 1004 double on_full_brightness
triple 1005 triple on_min_brightness
quadruple 1006 quadruple set_half_brightness
many 1010 No action
hold 1001 hold_brightness_toggle
release 1003 release
example_app:
  module: controllerx
  class: WXKG01LMLightController
  integration: z2m
  controller: sensor.my_controller_action
  light: light.my_entity_id
example_app:
  module: controllerx
  class: WXKG01LMLightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: light.my_entity_id
example_app:
  module: controllerx
  class: WXKG01LMLightController
  integration: deconz
  controller: my_controller
  light: light.my_entity_id
example_app:
  module: controllerx
  class: WXKG01LMLightController
  integration: zha
  controller: 00:11:22:33:44:55:66:77:88
  light: light.my_entity_id

Zigbee2MQTT Light

Class: WXKG01LMZ2MLightController

Default mapping:

Zigbee2MQTT Predefined actions
single toggle
double on_full_brightness
triple on_min_brightness
quadruple set_half_brightness
many No action
hold hold_brightness_toggle
release release
example_app:
  module: controllerx
  class: WXKG01LMZ2MLightController
  integration: z2m
  controller: sensor.my_controller_action
  light: my_entity_id
example_app:
  module: controllerx
  class: WXKG01LMZ2MLightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: my_entity_id