Skip to content

E1766

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

Light

Class: E1766LightController

Default delay: 350ms

Default mapping:

Zigbee2MQTT deCONZ ZHA Predefined actions
open 1002 up_open on
close 2002 down_close off
1003 on_full_brightness
example_app:
  module: controllerx
  class: E1766LightController
  integration: z2m
  controller: sensor.my_controller_action
  light: light.my_entity_id
example_app:
  module: controllerx
  class: E1766LightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: light.my_entity_id
example_app:
  module: controllerx
  class: E1766LightController
  integration: deconz
  controller: my_controller
  light: light.my_entity_id
example_app:
  module: controllerx
  class: E1766LightController
  integration: zha
  controller: 00:11:22:33:44:55:66:77:88
  light: light.my_entity_id

Zigbee2MQTT Light

Class: E1766Z2MLightController

Default mapping:

Zigbee2MQTT Predefined actions
open on
close off
example_app:
  module: controllerx
  class: E1766Z2MLightController
  integration: z2m
  controller: sensor.my_controller_action
  light: my_entity_id
example_app:
  module: controllerx
  class: E1766Z2MLightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: my_entity_id

Switch

Class: E1766SwitchController

Default mapping:

Zigbee2MQTT deCONZ ZHA Predefined actions
open 1002 up_open on
close 2002 down_close off
example_app:
  module: controllerx
  class: E1766SwitchController
  integration: z2m
  controller: sensor.my_controller_action
  switch: switch.my_entity_id
example_app:
  module: controllerx
  class: E1766SwitchController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  switch: switch.my_entity_id
example_app:
  module: controllerx
  class: E1766SwitchController
  integration: deconz
  controller: my_controller
  switch: switch.my_entity_id
example_app:
  module: controllerx
  class: E1766SwitchController
  integration: zha
  controller: 00:11:22:33:44:55:66:77:88
  switch: switch.my_entity_id

Cover

Class: E1766CoverController

Default mapping:

Zigbee2MQTT deCONZ ZHA Predefined actions
open 1002 up_open toggle_open
close 2002 down_close toggle_close
stop 1003, 2003 stop stop
example_app:
  module: controllerx
  class: E1766CoverController
  integration: z2m
  controller: sensor.my_controller_action
  cover: cover.my_entity_id
example_app:
  module: controllerx
  class: E1766CoverController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  cover: cover.my_entity_id
example_app:
  module: controllerx
  class: E1766CoverController
  integration: deconz
  controller: my_controller
  cover: cover.my_entity_id
example_app:
  module: controllerx
  class: E1766CoverController
  integration: zha
  controller: 00:11:22:33:44:55:66:77:88
  cover: cover.my_entity_id