Integration for Eufy robovac x10 pro

Thank you. I’m using another integration at the moment but I have read in a few places that your integration works the best but I couldn’t get it to pick up my X8.

Im trying to use this command to automate my robovac to carry out a certain scene when no one is home. Haven’t been able to get it to work. Here is the yaml text

alias: Hoover when house empty
description: “”
triggers:

  • trigger: state
    entity_id:
    • binary_sensor.anyone_home
      to:
    • “off”
      for:
      hours: 0
      minutes: 20
      seconds: 0
      conditions:
      actions:
  • action: vacuum.send_command
    metadata: {}
    target:
    entity_id: vacuum.robovac_x10_pro_omni
    data:
    params:
    action: vacuum.send_command
    metadata: {}
    data:
    command: scene_clean
    params:
    scene: 1
    target:
    entity_id: vacuum.robovac_x10_pro_omni
    mode: single

Any ideas?

If you’d upgrade to the latest version (v1.3.2 and up) of the integration you can use the select and easily choose the scene

action: select.select_option
metadata: {}
target:
  entity_id: select.robovac_scene
data:
  option: Full Home Deep Weekly Clean

I cant seem to add a second robot. added my X8 but no option to add my X10.

How did you manage to add an X8?

Gentlman, thank you!

Dont know, just showed up automatically