Skip to content

Legrand600083

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

Light

Class: Legrand600083LightController

Default delay: 350ms

Default mapping:

Zigbee2MQTT ZHA Predefined actions
"on" 1_on on
"off" 1_off off
brightness_move_up 1_move_up hold_brightness_up
brightness_move_down 1_move_down hold_brightness_down
brightness_stop 1_stop release
example_app:
  module: controllerx
  class: Legrand600083LightController
  integration: z2m
  controller: sensor.my_controller_action
  light: light.my_entity_id
example_app:
  module: controllerx
  class: Legrand600083LightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: light.my_entity_id
example_app:
  module: controllerx
  class: Legrand600083LightController
  integration: zha
  controller: 00:11:22:33:44:55:66:77:88
  light: light.my_entity_id

Zigbee2MQTT Light

Class: Legrand600083Z2MLightController

Default mapping:

Zigbee2MQTT Predefined actions
"on" on
"off" off
brightness_move_up hold_brightness_up
brightness_move_down hold_brightness_down
brightness_stop release
example_app:
  module: controllerx
  class: Legrand600083Z2MLightController
  integration: z2m
  controller: sensor.my_controller_action
  light: my_entity_id
example_app:
  module: controllerx
  class: Legrand600083Z2MLightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: my_entity_id