Skip to content

E1EG7F

Picture Controller types Integrations
  • Zigbee2MQTT (z2m)

Light

Class: E1EG7FLightController

Default delay: 350ms

Default mapping:

Zigbee2MQTT Predefined actions
"on" on
on_long click_color_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_color_down
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

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