Skip to content

E1EG7F

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

Light

Class: E1EG7FLightController

Default delay: 350ms

Default mapping:

Zigbee2MQTT ZHA Predefined actions
"on" "on" on
on_long on_long click_color_up
on_double on_double on_full_color_temp
up step_0_1_0 click_brightness_up
up_long step_0_2_0 on_full_brightness
down step_1_1_0 click_brightness_down
down_long step_1_2_0 on_min_brightness
"off" "off" off
off_long off_long click_color_down
off_double off_double on_min_color_temp
example_app:
  module: controllerx
  class: E1EG7FLightController
  integration: z2m
  controller: sensor.my_controller_action
  light: light.my_entity_id
example_app:
  module: controllerx
  class: E1EG7FLightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: light.my_entity_id
example_app:
  module: controllerx
  class: E1EG7FLightController
  integration: zha
  controller: 00:11:22:33:44:55:66:77:88
  light: light.my_entity_id

Zigbee2MQTT Light

Class: E1EG7FZ2MLightController

Default mapping:

Zigbee2MQTT Predefined actions
"on" on
on_long click_colortemp_up
on_double on_full_color_temp
up click_brightness_up
up_long on_full_brightness
down click_brightness_down
down_long on_min_brightness
"off" off
off_long click_colortemp_down
off_double on_min_color_temp
example_app:
  module: controllerx
  class: E1EG7FZ2MLightController
  integration: z2m
  controller: sensor.my_controller_action
  light: my_entity_id
example_app:
  module: controllerx
  class: E1EG7FZ2MLightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: my_entity_id