-
-
Notifications
You must be signed in to change notification settings - Fork 561
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
[Roborock S6 MaxV] Need a delay between pause and charge commands to return to dock #918
Comments
Could you try modifying your local instance to skip the |
Hello @rytilahti |
Okay, great! I think we can do a similar handling as with I'd still like to hear some results from people using other devices (besides gen1 vacuums), maybe it's only gen1 that requires pausing prior to asking it to return. |
For your information, I've run a few more tests : If I add an app_stop (instead of app_pause) : same problem 55356b474c4b793941526b62306233 info |
Thanks for your tests @stephanerosi, the linked PR adds a special handling for |
Just checked out locally and tested. |
https://github.com/rytilahti/python-miio/blob/5730f535d4691e0c2b4260cd7835b7a43ddc8ab0/miio/vacuum.py#L145:L148
When my Roborock S6 is running, if I run the "home" function, it only makes it pause. I need to run the "home" function a second time to make it go to base.
It needs a delay bewteen the "app_pause" and the "app_charge" commands.
The text was updated successfully, but these errors were encountered: