weback-hass icon indicating copy to clipboard operation
weback-hass copied to clipboard

automation doesn't work

Open Palex1974 opened this issue 3 years ago • 1 comments

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

Palex1974 avatar Jun 25 '21 13:06 Palex1974

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

GigaVik avatar Jul 05 '21 18:07 GigaVik