Skip to content

E2123

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

Notes

The device supports other events which are not added to the default mapping. Please check this GitHub issue for more information.

Media Player

Class: E2123MediaPlayerController

Default delay: 500ms

Default mapping:

Zigbee2MQTT deCONZ Predefined actions
toggle, play_pause 1002 play
track_next 5002 next_track
track_previous 4002 previous_track
volume_up, volume_up_hold click_volume_up
volume_down, volume_down_hold click_volume_down
dots_1_initial_press 6000 previous_source
dots_2_initial_press 7000 next_source
2001 hold_volume_up
2002, 3002 release
3001 hold_volume_down
example_app:
  module: controllerx
  class: E2123MediaPlayerController
  integration: z2m
  controller: sensor.my_controller_action
  media_player: media_player.my_entity_id
example_app:
  module: controllerx
  class: E2123MediaPlayerController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  media_player: media_player.my_entity_id
example_app:
  module: controllerx
  class: E2123MediaPlayerController
  integration: deconz
  controller: my_controller
  media_player: media_player.my_entity_id