Skip to content

E1743

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

Light

Class: E1743Controller

Default delay: 350ms

Default mapping:

Zigbee2MQTT deCONZ ZHA Predefined actions
"on" 1002 "on" on
"off" 2002 "off" off
brightness_move_up 1001 move_with_on_off_0_83 hold_brightness_up
brightness_move_down 2001 move_1_83_0_0 hold_brightness_down
brightness_stop 1003, 2003 stop, stop_with_on_off release
example_app:
  module: controllerx
  class: E1743Controller
  integration: z2m
  controller: sensor.my_controller_action
  light: light.my_entity_id
example_app:
  module: controllerx
  class: E1743Controller
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: light.my_entity_id
example_app:
  module: controllerx
  class: E1743Controller
  integration: deconz
  controller: my_controller
  light: light.my_entity_id
example_app:
  module: controllerx
  class: E1743Controller
  integration: zha
  controller: 00:11:22:33:44:55:66:77:88
  light: light.my_entity_id

Zigbee2MQTT Light

Class: E1743Z2MLightController

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: E1743Z2MLightController
  integration: z2m
  controller: sensor.my_controller_action
  light: my_entity_id
example_app:
  module: controllerx
  class: E1743Z2MLightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: my_entity_id

Media Player

Class: E1743MediaPlayerController

Default delay: 500ms

Default mapping:

Zigbee2MQTT deCONZ ZHA Predefined actions
"on" 1002 "on" play_pause
"off" 2002 "off" next_track
brightness_move_up 1001 move_with_on_off_0_83 hold_volume_up
brightness_move_down 2001 move_1_83_0_0 hold_volume_down
brightness_stop 1003, 2003 stop, stop_with_on_off release
example_app:
  module: controllerx
  class: E1743MediaPlayerController
  integration: z2m
  controller: sensor.my_controller_action
  media_player: media_player.my_entity_id
example_app:
  module: controllerx
  class: E1743MediaPlayerController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  media_player: media_player.my_entity_id
example_app:
  module: controllerx
  class: E1743MediaPlayerController
  integration: deconz
  controller: my_controller
  media_player: media_player.my_entity_id
example_app:
  module: controllerx
  class: E1743MediaPlayerController
  integration: zha
  controller: 00:11:22:33:44:55:66:77:88
  media_player: media_player.my_entity_id

Switch

Class: E1743SwitchController

Default mapping:

Zigbee2MQTT deCONZ ZHA Predefined actions
"on" 1002 "on" on
"off" 2002 "off" off
example_app:
  module: controllerx
  class: E1743SwitchController
  integration: z2m
  controller: sensor.my_controller_action
  switch: switch.my_entity_id
example_app:
  module: controllerx
  class: E1743SwitchController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  switch: switch.my_entity_id
example_app:
  module: controllerx
  class: E1743SwitchController
  integration: deconz
  controller: my_controller
  switch: switch.my_entity_id
example_app:
  module: controllerx
  class: E1743SwitchController
  integration: zha
  controller: 00:11:22:33:44:55:66:77:88
  switch: switch.my_entity_id

Cover

Class: E1743CoverController

Default mapping:

Zigbee2MQTT deCONZ ZHA Predefined actions
"on" 1002 "on" toggle_open
"off" 2002 "off" toggle_close
brightness_move_up 1001 move_with_on_off_0_83 open
brightness_move_down 2001 move_1_83_0_0 close
brightness_stop 1003, 2003 stop, stop_with_on_off stop
example_app:
  module: controllerx
  class: E1743CoverController
  integration: z2m
  controller: sensor.my_controller_action
  cover: cover.my_entity_id
example_app:
  module: controllerx
  class: E1743CoverController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  cover: cover.my_entity_id
example_app:
  module: controllerx
  class: E1743CoverController
  integration: deconz
  controller: my_controller
  cover: cover.my_entity_id
example_app:
  module: controllerx
  class: E1743CoverController
  integration: zha
  controller: 00:11:22:33:44:55:66:77:88
  cover: cover.my_entity_id