Skip to content

WXKG06LM

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

Notes

This controller support hold action, but not release. This means that there is not smooth brightness changes when holding, just step by step everytime is held.

Light

Class: WXKG06LMLightController

Default delay: 350ms

Default mapping:

Zigbee2MQTT deCONZ Predefined actions
single 1002 toggle
double, hold 1004 click_brightness_up
1001 click_brightness_down
example_app:
  module: controllerx
  class: WXKG06LMLightController
  integration: z2m
  controller: sensor.my_controller_action
  light: light.my_entity_id
example_app:
  module: controllerx
  class: WXKG06LMLightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: light.my_entity_id
example_app:
  module: controllerx
  class: WXKG06LMLightController
  integration: deconz
  controller: my_controller
  light: light.my_entity_id

Switch

Class: WXKG06LMSwitchController

Default mapping:

Zigbee2MQTT deCONZ Predefined actions
single 1002 toggle
example_app:
  module: controllerx
  class: WXKG06LMSwitchController
  integration: z2m
  controller: sensor.my_controller_action
  switch: switch.my_entity_id
example_app:
  module: controllerx
  class: WXKG06LMSwitchController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  switch: switch.my_entity_id
example_app:
  module: controllerx
  class: WXKG06LMSwitchController
  integration: deconz
  controller: my_controller
  switch: switch.my_entity_id