alistair23 / AutoMower-BLE

This is an unofficial reverse engineered Husqvarna Automower Connect BLE library. This allows connecting and controlling an Automower without any accounts, cloud or network connection.
GNU General Public License v3.0
74 stars 20 forks source link

Park until further notice #36

Open PKlinkoff opened 3 months ago

PKlinkoff commented 3 months ago

This is super helpful!!

mower_park parks until the next scheduled start. Is there a way to "park until further notice"?

alistair23 commented 3 months ago

I think it's a similar command to park until next scheduled start, someone just needs to add support for the command

erikmol commented 2 months ago

According to my findings, park until further notice should be possible by

await self.command("SetMode", mode=ModeOfOperation.HOME)

Anyone can feel free to test it out and see if it works as expected and create a PR.