Skip to content

MLI404011

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

Notes

Some buttons are left to be mapped for both integrations. Please read more about in here (deconz) and here (z2m).

Light

Class: MLI404011LightController

Default delay: 350ms

Default mapping:

Zigbee2MQTT deCONZ Predefined actions
"on", "off" 1002 toggle
brightness_down_click 3002 click_brightness_down
brightness_down_hold 3001 hold_brightness_down
brightness_down_release, brightness_up_release 2003, 3003 release
brightness_up_click 2002 click_brightness_up
brightness_up_hold 2001 hold_brightness_up
color_wheel 6002 xycolor_from_controller
color_temp colortemp_from_controller
scene_1, scene_2, scene_3, scene_4, scene_5, scene_6 7002, 8002, 9002, 10002, 11002, 12002 No action
4002 click_color_up
5002 click_color_down
example_app:
  module: controllerx
  class: MLI404011LightController
  integration: z2m
  controller: sensor.my_controller_action
  light: light.my_entity_id
example_app:
  module: controllerx
  class: MLI404011LightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: light.my_entity_id
example_app:
  module: controllerx
  class: MLI404011LightController
  integration: deconz
  controller: my_controller
  light: light.my_entity_id

Zigbee2MQTT Light

Class: MLI404011Z2MLightController

Default mapping:

Zigbee2MQTT Predefined actions
"on", "off" toggle
brightness_down_click click_brightness_down
brightness_down_hold hold_brightness_down
brightness_down_release, brightness_up_release release
brightness_up_click click_brightness_up
brightness_up_hold hold_brightness_up
color_wheel xycolor_from_controller
color_temp colortemp_from_controller
scene_1, scene_2, scene_3, scene_4, scene_5, scene_6 No action
example_app:
  module: controllerx
  class: MLI404011Z2MLightController
  integration: z2m
  controller: sensor.my_controller_action
  light: my_entity_id
example_app:
  module: controllerx
  class: MLI404011Z2MLightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: my_entity_id