-
-
Notifications
You must be signed in to change notification settings - Fork 118
In HA my X5 Pro did'nt accept cleaning commands (rcp not support error) #845
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
Comments
I use |
My model is DEEBOT X8 PRO PLUS AI. Is it similar to X5 Pro Omini (lr4qcs. py). If they are similar, may I ask how to create a symbolic link between the model and similar models, and how to operate it specifically? Please guide me, thank you! |
It's hard to say if it's the same, but I think the functionality is similar enough to try it out. I used Docker to build HomeAssistant. here are the steps for reference:
If your model doesn't exist, check the log for the corresponding model. And run: |
Thank you very much!---- Replied Message ***@***.***>Date04/09/2025 16:37 ***@***.***> ***@***.***>***@***.***>SubjectRe: [DeebotUniverse/client.py] In HA my X5 Pro did'nt accept cleaning commands (rcp not support error) (Issue #845)
My model is DEEBOT X8 PRO PLUS AI. Is it similar to X5 Pro Omini (lr4qcs. py). If they are similar, may I ask how to create a symbolic link between the model and similar models, and how to operate it specifically? Please guide me, thank you!
It's hard to say if it's the same, but I think the functionality is similar enough to try it out.
I used Docker to build HomeAssistant. here are the steps for reference:
go to the container's CMD
cd /usr/local/lib/python3.13/site-packages/deebot_client/hardware/deebot
ln -svfT lr4qcs.py 3sp2in.py
If your model doesn't exist, check the log for the corresponding model. And run:
ln -svfT xxxxxx.py 3sp2in.py—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
blueroseslol left a comment (DeebotUniverse/client.py#845)
My model is DEEBOT X8 PRO PLUS AI. Is it similar to X5 Pro Omini (lr4qcs. py). If they are similar, may I ask how to create a symbolic link between the model and similar models, and how to operate it specifically? Please guide me, thank you!
It's hard to say if it's the same, but I think the functionality is similar enough to try it out.
I used Docker to build HomeAssistant. here are the steps for reference:
go to the container's CMD
cd /usr/local/lib/python3.13/site-packages/deebot_client/hardware/deebot
ln -svfT lr4qcs.py 3sp2in.py
If your model doesn't exist, check the log for the corresponding model. And run:
ln -svfT xxxxxx.py 3sp2in.py
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
[
{
***@***.***": "http://schema.org",
***@***.***": "EmailMessage",
"potentialAction": {
***@***.***": "ViewAction",
"target": "#845 (comment)",
"url": "#845 (comment)",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
***@***.***": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]
|
I am using Hass OS, but I couldn't find deebot_client/hardware/demo under packages. Do I need to manually add it?---- Replied Message ***@***.***>Date04/09/2025 16:37 ***@***.***> ***@***.***>***@***.***>SubjectRe: [DeebotUniverse/client.py] In HA my X5 Pro did'nt accept cleaning commands (rcp not support error) (Issue #845)
My model is DEEBOT X8 PRO PLUS AI. Is it similar to X5 Pro Omini (lr4qcs. py). If they are similar, may I ask how to create a symbolic link between the model and similar models, and how to operate it specifically? Please guide me, thank you!
It's hard to say if it's the same, but I think the functionality is similar enough to try it out.
I used Docker to build HomeAssistant. here are the steps for reference:
go to the container's CMD
cd /usr/local/lib/python3.13/site-packages/deebot_client/hardware/deebot
ln -svfT lr4qcs.py 3sp2in.py
If your model doesn't exist, check the log for the corresponding model. And run:
ln -svfT xxxxxx.py 3sp2in.py—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
blueroseslol left a comment (DeebotUniverse/client.py#845)
My model is DEEBOT X8 PRO PLUS AI. Is it similar to X5 Pro Omini (lr4qcs. py). If they are similar, may I ask how to create a symbolic link between the model and similar models, and how to operate it specifically? Please guide me, thank you!
It's hard to say if it's the same, but I think the functionality is similar enough to try it out.
I used Docker to build HomeAssistant. here are the steps for reference:
go to the container's CMD
cd /usr/local/lib/python3.13/site-packages/deebot_client/hardware/deebot
ln -svfT lr4qcs.py 3sp2in.py
If your model doesn't exist, check the log for the corresponding model. And run:
ln -svfT xxxxxx.py 3sp2in.py
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
[
{
***@***.***": "http://schema.org",
***@***.***": "EmailMessage",
"potentialAction": {
***@***.***": "ViewAction",
"target": "#845 (comment)",
"url": "#845 (comment)",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
***@***.***": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]
|
Sorry,i'm never used HomeAssistantOS.But try looking at the debug logs as well. |
Writing a python script using CleanV2 instructs the robovac to start cleaning
|
So far, I've been able to find that the following commands work:
Suction Power:
Cleaning Passes:
Start Cleaning:
Maybe someone with a big more Python knowledge can implement these:
Cleaning Speed:
Set Area:
Will continue to update this as I discover more. |
I've been able to implement room clean and scenario clean by adding the following to
If you add the below to
For example,
Also added the below to
|
I can generally understand your code. But I would like to know how to fix the inability to execute Clean in HA and what files need to be changed? |
Checks
The problem
Map generation works smoothly.
Can only command him to send his position and to return to station.
Cleaning commands are fully ignored
Looks like #492
On which deebot device (vacuum) you have the issue?
DEEBOT X5 PRO (3sp2in)
Which version of the deebot-client are you using?
1.74.0
Country
China
Continent
Asia
Anything in the logs that might be useful for us?
Additional information
config_entry-ecovacs-01JMPW5P2M96E6ND4G3XEDEVNJ.json
home-assistant_ecovacs_2025-03-05T02-12-32.445Z.log
The text was updated successfully, but these errors were encountered: