Skip to content

WXCJKG11LM

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

Light

Class: WXCJKG11LMLightController

Default delay: 350ms

Default mapping:

Zigbee2MQTT deCONZ Predefined actions
button_1_single 1002 off
button_1_double on_min_brightness
button_1_hold 1001 hold_brightness_down
button_1_release, button_2_release 1003, 2003 release
button_2_single 2002 on
button_2_double on_full_brightness
button_2_hold 2001 hold_brightness_up
example_app:
  module: controllerx
  class: WXCJKG11LMLightController
  integration: z2m
  controller: sensor.my_controller_action
  light: light.my_entity_id
example_app:
  module: controllerx
  class: WXCJKG11LMLightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: light.my_entity_id
example_app:
  module: controllerx
  class: WXCJKG11LMLightController
  integration: deconz
  controller: my_controller
  light: light.my_entity_id

Zigbee2MQTT Light

Class: WXCJKG11LMZ2MLightController

Default mapping:

Zigbee2MQTT Predefined actions
button_1_single off
button_1_double on_min_brightness
button_1_hold hold_brightness_down
button_1_release, button_2_release release
button_2_single on
button_2_double on_full_brightness
button_2_hold hold_brightness_up
example_app:
  module: controllerx
  class: WXCJKG11LMZ2MLightController
  integration: z2m
  controller: sensor.my_controller_action
  light: my_entity_id
example_app:
  module: controllerx
  class: WXCJKG11LMZ2MLightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: my_entity_id