Skip to content

WXKG15LM

Picture Controller types Integrations
  • Zigbee2MQTT (z2m)

Light

Class: WXKG15LMLightController

Default delay: 350ms

Default mapping:

Zigbee2MQTT Predefined actions
single_both, single_left, single_right toggle
double_both, double_left, double_right click_brightness_up
triple_both, triple_left, triple_right click_brightness_down
hold_both, hold_left, hold_right on_full_brightness
example_app:
  module: controllerx
  class: WXKG15LMLightController
  integration: z2m
  controller: sensor.my_controller_action
  light: light.my_entity_id
example_app:
  module: controllerx
  class: WXKG15LMLightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: light.my_entity_id

Zigbee2MQTT Light

Class: WXKG15LMZ2MLightController

Default mapping:

Zigbee2MQTT Predefined actions
single_both, single_left, single_right toggle
double_both, double_left, double_right click_brightness_up
triple_both, triple_left, triple_right click_brightness_down
hold_both, hold_left, hold_right on_full_brightness
example_app:
  module: controllerx
  class: WXKG15LMZ2MLightController
  integration: z2m
  controller: sensor.my_controller_action
  light: my_entity_id
example_app:
  module: controllerx
  class: WXKG15LMZ2MLightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: my_entity_id

Switch

Class: WXKG15LMSwitchController

Default mapping:

Zigbee2MQTT Predefined actions
single_both, single_left, single_right toggle
example_app:
  module: controllerx
  class: WXKG15LMSwitchController
  integration: z2m
  controller: sensor.my_controller_action
  switch: switch.my_entity_id
example_app:
  module: controllerx
  class: WXKG15LMSwitchController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  switch: switch.my_entity_id