Good Day community,
in order to get my S50 to do a proper zone cleanup on HA I had to merge different sets of information from different sources so I hope it helps if it is document here at one spot.
Prerequisites:
Vacuum is running on Valetudo 2021.03.0 and is integrated in HA
Action Items:
-
Open Valetudo Webinterface
-
Go to Zones
-
Click on edit pen of the Zone you want to select
-
Click on the i for Information and copy the id e.g. da5b57f5-077e-4f2b-a381-182edae3db92
-
Open HA Webinterface
-
Go to Add Scripts
-
Select Name e.g. Vacuum Wardrobe
-
Action Type: Call Service
-
Service: Vacuum: Send command
-
Targets: Pick device: e.g.
-
Command: zoned_cleanup
-
Parameters:
zone_ids:
- da5b57f5-077e-4f2b-a381-182edae3db92
For more zones in one script you can just add an additional line
Yaml Version looks like this:
alias: Vaccum Wardrobe
sequence:
- service: vacuum.send_command
data:
params:
zone_ids:
- da5b57f5-077e-4f2b-a381-182edae3db92
command: zoned_cleanup
target:
device_id: 149711d37c74e4ef5897c82b7f94ab74
mode: single
Besides the forum I used this reference:
Would be happy to get some help creating a blueprint or similar to be able to select zones from a dropdown or even in the script itself select the areas