Skip to content

ROB2000070

Picture Controller types Integrations
  • Zigbee2MQTT (z2m)

Notes

Note that each button perform the same actions. This is because ControllerX is designed to control just one entity (light or media player). So, you can include the actions parameter to include the actions needed, or use the mapping attribute to define a custom mapping. You can check here for reference.

This controller is a white-label version of the Sunricher SR-ZG9001K8-DIM.

Light

Class: ROB2000070LightController

Default delay: 350ms

Default mapping:

Zigbee2MQTT Predefined actions
on_1, on_2, on_3, on_4 on
off_1, off_2, off_3, off_4 off
brightness_move_up_1, brightness_move_up_2, brightness_move_up_3, brightness_move_up_4 hold_brightness_up
brightness_move_down_1, brightness_move_down_2, brightness_move_down_3, brightness_move_down_4 hold_brightness_down
brightness_stop_1, brightness_stop_2, brightness_stop_3, brightness_stop_4 release
example_app:
  module: controllerx
  class: ROB2000070LightController
  integration: z2m
  controller: sensor.my_controller_action
  light: light.my_entity_id
example_app:
  module: controllerx
  class: ROB2000070LightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: light.my_entity_id

Zigbee2MQTT Light

Class: ROB2000070Z2MLightController

Default mapping:

Zigbee2MQTT Predefined actions
on_1, on_2, on_3, on_4 on
off_1, off_2, off_3, off_4 off
brightness_move_up_1, brightness_move_up_2, brightness_move_up_3, brightness_move_up_4 hold_brightness_up
brightness_move_down_1, brightness_move_down_2, brightness_move_down_3, brightness_move_down_4 hold_brightness_down
brightness_stop_1, brightness_stop_2, brightness_stop_3, brightness_stop_4 release
example_app:
  module: controllerx
  class: ROB2000070Z2MLightController
  integration: z2m
  controller: sensor.my_controller_action
  light: my_entity_id
example_app:
  module: controllerx
  class: ROB2000070Z2MLightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: my_entity_id