Skip to content

MFKZQ01LM

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

Notes

This controller does not have a self-explained way to use it since its main purpose is to be customized, this is why we recommend to customize it with custom mapping.

deCONZ integration should be added with type gesture.

Light

Class: MFKZQ01LMLightController

Default delay: 350ms

Default mapping:

Zigbee2MQTT deCONZ ZHA Predefined actions
shake 1 shake on_min_brightness
tap 6 knock toggle
slide 5 slide on_full_brightness
flip180 4 flip180 click_color_up
flip90 3 flip90 click_color_down
rotate_left 8 rotate_left click_brightness_down
rotate_right 7 rotate_right click_brightness_up
example_app:
  module: controllerx
  class: MFKZQ01LMLightController
  integration: z2m
  controller: sensor.my_controller_action
  light: light.my_entity_id
example_app:
  module: controllerx
  class: MFKZQ01LMLightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: light.my_entity_id
example_app:
  module: controllerx
  class: MFKZQ01LMLightController
  integration: deconz
  controller: my_controller
  light: light.my_entity_id
example_app:
  module: controllerx
  class: MFKZQ01LMLightController
  integration: zha
  controller: 00:11:22:33:44:55:66:77:88
  light: light.my_entity_id