valetudo clean then go to preset #1206
-
Is it possible to do a cleansegment or full clean and when done have the vacuum go to a preset (in this case, the trashcan) I am looking to do an automation where i can tell it to clean, then go sit by the trashcan to be emptied. Thanks!! Great work, so far I am really enjoying it! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
To automate this, you need an external script (or Home Assistant, openHAB, etc) that would call the GoToLocationCapability (via MQTT or REST) when the status changes from "cleaning" to "returning" (listen to MQTT /StatusStateAttribute/status or polling the REST interface). |
Beta Was this translation helpful? Give feedback.
To automate this, you need an external script (or Home Assistant, openHAB, etc) that would call the GoToLocationCapability (via MQTT or REST) when the status changes from "cleaning" to "returning" (listen to MQTT /StatusStateAttribute/status or polling the REST interface).
So the robot would go to the new location instead of returning to the docking station when finished cleaning.