Skip to content

Legrand600088

Picture Controller types Integrations
  • Zigbee2MQTT (z2m)
  • ZHA (zha)

Light

Class: Legrand600088LightController

Default delay: 350ms

Default mapping:

Zigbee2MQTT ZHA Predefined actions
on_left 1_on on
off_left 1_off off
brightness_move_up_left 1_move_up hold_color_up
brightness_move_down_left 1_move_down hold_color_down
brightness_stop_left, brightness_stop_right 1_stop, 2_stop release
on_right 2_on on_full_brightness
off_right 2_off on_min_brightness
brightness_move_up_right 2_move_up hold_brightness_up
brightness_move_down_right 2_move_down hold_brightness_down
example_app:
  module: controllerx
  class: Legrand600088LightController
  integration: z2m
  controller: sensor.my_controller_action
  light: light.my_entity_id
example_app:
  module: controllerx
  class: Legrand600088LightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: light.my_entity_id
example_app:
  module: controllerx
  class: Legrand600088LightController
  integration: zha
  controller: 00:11:22:33:44:55:66:77:88
  light: light.my_entity_id

Zigbee2MQTT Light

Class: Legrand600088Z2MLightController

Default mapping:

Zigbee2MQTT Predefined actions
on_left on
off_left off
brightness_move_up_left hold_colortemp_up
brightness_move_down_left hold_colortemp_down
brightness_stop_left, brightness_stop_right release
on_right on_full_brightness
off_right on_min_brightness
brightness_move_up_right hold_brightness_up
brightness_move_down_right hold_brightness_down
example_app:
  module: controllerx
  class: Legrand600088Z2MLightController
  integration: z2m
  controller: sensor.my_controller_action
  light: my_entity_id
example_app:
  module: controllerx
  class: Legrand600088Z2MLightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: my_entity_id