Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automation doesn't work #16

Open
Palex1974 opened this issue Jun 25, 2021 · 1 comment
Open

automation doesn't work #16

Palex1974 opened this issue Jun 25, 2021 · 1 comment

Comments

@Palex1974
Copy link

The abir x8 vacuum cleaner is integrated through this repository, manually controlled from HA. But the automation for starting the vacuum cleaner does not work. The vacuum.start service sees this vacuum cleaner.
23240295
23240363

@GigaVik
Copy link

GigaVik commented Jul 5, 2021

Try using the general command - vacuum.send_command
For example, to start automatic cleaning:

- service: vacuum.send_command 
   entity_id: vacuum.xs_x8....
   data:
     command: blablabla
     params: 
       working_status: SmartClean

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants