-
-
Notifications
You must be signed in to change notification settings - Fork 45
Add the switch between "mop" and "vacuum and mop" for X1 OMNI #492
Comments
It is already implemented (#449) but has yet to be released in a stable version. The only missing part is to activate it for the X1 by setting in on the capabilities file (https://github.com/DeebotUniverse/client.py/tree/dev/deebot_client/hardware/deebot). Can you open a PR for it? |
Honestly I'm a newbie. I'll need some time to figure out what "open a PR" means and how to do it. |
The least you can do is head to #439 down load the archives to your HA and test it then report back. That would be most helpful 👍 |
I'm in trouble. I downloaded and overwritten original files. After that, the deebot-4-home-assistant device in HA is shown as "not loaded". Like the picture https://i.imgur.com/9oGr7Ph.jpg |
I deleted the integration and redownloaded it to solve the issue. Since overwritten all files will cause crash, what is the right procedure to test the beta version? |
Finally I found the file const.py is the one that cause loading fail. I replace all files with version #449 except const.py, but I cannot find work_mode selection in the service. The only thing that can be selected is water_amount. What should I do next? |
For the X1 series you need a different command/event for this functionality ( I'll try to find the time in the next few days to implement this and create a PR (for the client.py library). |
That's fantastic. |
Am safe to assume that the option to swtich between MopOnly and Vac+Mop is not yet available for the X1 Omni? |
I don't see this option in the official app, infact you can't turn the vaccum off totally like in some other bots of the same generation. The options for vacuum goes from 'Quite' to 'Max+'. Personally, I understand the op is trying to have a vacuum cleaning pass and then later a mopping pass to prevent wet contaminates to make a mess inside the the vacuum collection bin. But this is not a feature in the X1 (or any other vacuum of the same generation that i know off) One way around the problem is to strategically set the cleaning routines. Everything we own need some sort or maintenance or attention of sort.... I can check in the next couple of days if the vacuum can be turn off completely if this helps in any way. |
It should be there for the X1 Omni model anyway. Currently, I have to toggle it in the Deebot app before triggering the mop routines in HA if I only like a mop only run on the floors. Floor locations and water amount I can currently configure in the HA routines, just not enable or disabling the mop-only function. |
My bad, I've never noticed this either.... |
Hi, @mrbungle64 |
The SweepMode command and event was relased with version 5.1.0 of the client.py library, but it has still to be implemented in the Deebot integration (which is now part of the Ecovacs core integration). |
Can it be called as a command? |
cmdName: {
"type": 1
} |
perfect. Thanks! |
Bit of a silly question.
|
Is there an existing issue for this?
Is your feature request related to a problem?
X1 OMNI does not support mop after vacuum with mop always attached. It can only change mode by manually detach the mop from the robot, which is troublesome. Vacuum and mop simultaneously results in high humidity in the dust-collecting box and become smelly in couple of weeks. I've figured out a way to achieve the function, but needs the feature of switching between "mop only" and "vacuum and mop", which can be done on ECOVACS HOME APP, so I think it should be feasible.
Suggested solution
My approach to achieve mop after vacuum without manually attach or detach the mop is as follows.
The mop is always attached. (I don't have any carpet, so it's ok to keep it always attached)
Vacuum Stage:
Mop stage:
What I can't do automatically is switch to "vacuum and mop" in vacuum stage, so the robot just move without vacuum. I need this function to make this "project" complete. I'll appreciate if you can implement this function. Thank you.
By the way, the reason I need Google to call YIKO exit is because Exit command is also not available. It would be nice if the exit can also be added. That way Google is not necessary.
Api example request
No response
Alternatives you've considered
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: