Skip to content

TuYaERS10TZBVKAA

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

Light

Class: TuYaERS10TZBVKAALightController

Default delay: 350ms

Default mapping:

Zigbee2MQTT ZHA Predefined actions
brightness_step_up, rotate_right click_brightness_up
brightness_step_down, rotate_left click_brightness_down
toggle, single toggle toggle
hue_move hold_brightness_toggle
hue_stop release
color_temperature_step_up click_color_up
color_temperature_step_down click_color_down
double on_full_brightness
hold on_min_brightness
step_brightness brightness_from_controller_step
step_color_temp colortemp_from_controller_step
example_app:
  module: controllerx
  class: TuYaERS10TZBVKAALightController
  integration: z2m
  controller: sensor.my_controller_action
  light: light.my_entity_id
example_app:
  module: controllerx
  class: TuYaERS10TZBVKAALightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: light.my_entity_id
example_app:
  module: controllerx
  class: TuYaERS10TZBVKAALightController
  integration: zha
  controller: 00:11:22:33:44:55:66:77:88
  light: light.my_entity_id

Zigbee2MQTT Light

Class: TuYaERS10TZBVKAAZ2MLightController

Default mapping:

Zigbee2MQTT Predefined actions
brightness_step_up, rotate_right click_brightness_up
brightness_step_down, rotate_left click_brightness_down
toggle, single toggle
hue_move hold_brightness_toggle
hue_stop release
color_temperature_step_up click_colortemp_up
color_temperature_step_down click_colortemp_down
double on_full_brightness
hold on_min_brightness
example_app:
  module: controllerx
  class: TuYaERS10TZBVKAAZ2MLightController
  integration: z2m
  controller: sensor.my_controller_action
  light: my_entity_id
example_app:
  module: controllerx
  class: TuYaERS10TZBVKAAZ2MLightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: my_entity_id

Media Player

Class: TuYaERS10TZBVKAAMediaPlayerController

Default delay: 500ms

Default mapping:

Zigbee2MQTT Predefined actions
brightness_step_up, rotate_right click_volume_up
brightness_step_down, rotate_left click_volume_down
toggle, single play_pause
hue_move hold_volume_up
hue_stop release
color_temperature_step_up, double next_track
color_temperature_step_down, hold previous_track
example_app:
  module: controllerx
  class: TuYaERS10TZBVKAAMediaPlayerController
  integration: z2m
  controller: sensor.my_controller_action
  media_player: media_player.my_entity_id
example_app:
  module: controllerx
  class: TuYaERS10TZBVKAAMediaPlayerController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  media_player: media_player.my_entity_id