-
Notifications
You must be signed in to change notification settings - Fork 74
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 S7 - Command to auto-empty in Dock #57
Comments
Don't think all commands are all documented yet, but the known (to me) commands for the S7 are I would start with testing e.g. set_dust_collection_mode The simplest way to reverse engineer is to install a hacked mihome app, (e.g. vevs version) that can log the commands send to the device. Then e.g. start your emptying in the app, and then check what commands were used. You can than replay those commands with other apps (e.g. openhab/python-miio etc)
or the similar model
|
I'm trying to figure this feature out too. Looks like I'm now gonna look into this hacked app route. |
After some more googling, i found it... edit: also wanted to note that the dock turns off after about 20 seconds after it receives the |
The feature has also some configurable parameters, see the
|
yes, seems indeed i did not include the app cmds... but I think you got it now incl the parameters |
It's working flawlessly with Now I still have to find why the robot is disconnecting/reconnecting itself when its internet acces is blocked, but it's another subject. Thanks a lot :) |
Hi,
I have the S7+ (with auto-empty dock) and i'm looking for the command to start the emptying.
Could you guide me in the process of reverse engineering it (if the command is not allready known) ?
Thanks for the great work !
The text was updated successfully, but these errors were encountered: