Skip to content

E1812

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

Light

Class: E1812LightController

Default delay: 350ms

Default mapping:

Zigbee2MQTT deCONZ ZHA Predefined actions
"on" 1002 "on" toggle
brightness_move_up 1001 move_with_on_off hold_brightness_toggle
brightness_stop 1003 stop release
example_app:
  module: controllerx
  class: E1812LightController
  integration: z2m
  controller: sensor.my_controller_action
  light: light.my_entity_id
example_app:
  module: controllerx
  class: E1812LightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: light.my_entity_id
example_app:
  module: controllerx
  class: E1812LightController
  integration: deconz
  controller: my_controller
  light: light.my_entity_id
example_app:
  module: controllerx
  class: E1812LightController
  integration: zha
  controller: 00:11:22:33:44:55:66:77:88
  light: light.my_entity_id

Zigbee2MQTT Light

Class: E1812Z2MLightController

Default mapping:

Zigbee2MQTT Predefined actions
"on" toggle
brightness_move_up hold_brightness_toggle
brightness_stop release
example_app:
  module: controllerx
  class: E1812Z2MLightController
  integration: z2m
  controller: sensor.my_controller_action
  light: my_entity_id
example_app:
  module: controllerx
  class: E1812Z2MLightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: my_entity_id

Switch

Class: E1812SwitchController

Default mapping:

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