Skip to content

E2213

Picture Controller types Integrations
  • Zigbee2MQTT (z2m)

Light

Class: E2213LightController

Default delay: 350ms

Default mapping:

Zigbee2MQTT Predefined actions
1_initial_press on
2_initial_press off
1_long_press hold_brightness_up
2_long_press hold_brightness_down
1_short_release, 2_short_release, 1_long_release, 2_long_release release
1_double_press hold_color_up
2_double_press hold_color_down
example_app:
  module: controllerx
  class: E2213LightController
  integration: z2m
  controller: sensor.my_controller_action
  light: light.my_entity_id
example_app:
  module: controllerx
  class: E2213LightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: light.my_entity_id

Zigbee2MQTT Light

Class: E2213Z2MLightController

Default mapping:

Zigbee2MQTT Predefined actions
1_initial_press on
2_initial_press off
1_long_press hold_brightness_up
2_long_press hold_brightness_down
1_short_release, 2_short_release, 1_long_release, 2_long_release release
1_double_press hold_colortemp_up
2_double_press hold_colortemp_down
example_app:
  module: controllerx
  class: E2213Z2MLightController
  integration: z2m
  controller: sensor.my_controller_action
  light: my_entity_id
example_app:
  module: controllerx
  class: E2213Z2MLightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: my_entity_id