Skip to content

E1744

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

Notes

If you want to use the default controller, you will need to set legacy: false in the Zigbee2MQTT configuration. Read more in here.

Light

Class: E1744LightController

Default delay: 500ms

Default mapping:

Zigbee2MQTT deCONZ ZHA Predefined actions
brightness_move_down 3001 move_1_195_0_0 hold_brightness_down
brightness_move_up 2001 move_0_195_0_0 hold_brightness_up
brightness_stop 2003, 3003 stop release
toggle 1002 toggle toggle
brightness_step_up 1004 step_0_1_0_0_0 on_full_brightness
brightness_step_down 1005 step_1_1_0_0_0 on_min_brightness
example_app:
  module: controllerx
  class: E1744LightController
  integration: z2m
  controller: sensor.my_controller_action
  light: light.my_entity_id
example_app:
  module: controllerx
  class: E1744LightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: light.my_entity_id
example_app:
  module: controllerx
  class: E1744LightController
  integration: deconz
  controller: my_controller
  light: light.my_entity_id
example_app:
  module: controllerx
  class: E1744LightController
  integration: zha
  controller: 00:11:22:33:44:55:66:77:88
  light: light.my_entity_id

Zigbee2MQTT Light

Class: E1744Z2MLightController

Default mapping:

Zigbee2MQTT Predefined actions
brightness_move_down hold_brightness_down
brightness_move_up hold_brightness_up
brightness_stop release
toggle toggle
brightness_step_up on_full_brightness
brightness_step_down on_min_brightness
example_app:
  module: controllerx
  class: E1744Z2MLightController
  integration: z2m
  controller: sensor.my_controller_action
  light: my_entity_id
example_app:
  module: controllerx
  class: E1744Z2MLightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: my_entity_id

Media Player

Class: E1744MediaPlayerController

Default delay: 500ms

Default mapping:

Zigbee2MQTT deCONZ ZHA Predefined actions
brightness_move_down 3001 move_1_195_0_0 hold_volume_down
brightness_move_up 2001 move_0_195_0_0 hold_volume_up
brightness_stop 2003, 3003 stop release
toggle 1002 toggle play_pause
brightness_step_up 1004 step_0_1_0_0_0 next_track
brightness_step_down 1005 step_1_1_0_0_0 previous_track
example_app:
  module: controllerx
  class: E1744MediaPlayerController
  integration: z2m
  controller: sensor.my_controller_action
  media_player: media_player.my_entity_id
example_app:
  module: controllerx
  class: E1744MediaPlayerController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  media_player: media_player.my_entity_id
example_app:
  module: controllerx
  class: E1744MediaPlayerController
  integration: deconz
  controller: my_controller
  media_player: media_player.my_entity_id
example_app:
  module: controllerx
  class: E1744MediaPlayerController
  integration: zha
  controller: 00:11:22:33:44:55:66:77:88
  media_player: media_player.my_entity_id