-
-
Notifications
You must be signed in to change notification settings - Fork 118
Support for DEEBOT X8 PRO OMNI #832
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
Any testing we can do or more logs we can provide to get this vacuum supported? |
Hello, I have the same vacuum robot and I am experiencing the same issue in Italy (not supported). Let me know if I can help in any way. |
Same issue for me with the Ecovacs Deebot X8 Pro in Germany. Would be great if the flagship model would be supported. |
As I don't have the model, I cannot test and ensure it works correctly. Sometimes, Ecovacs changes the API from one model to the other one, and therefore, we cannot make assumptions. You can search for a similar model in the code base and then try to determine whether that one works, but you may need to modify it slightly. |
My model is DEEBOT X8 PRO PLUS AI(In China). 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! |
@STRHOME i managed to link X5, X2 and many others to see in my dev box. While a lot of the sensors and functions worked the "Start Cleaning" button and start always threw up this error in the logs. `Logger: deebot_client.commands.json.common Command "clean" was not successfully. body={'code': 20003, 'msg': 'rcp not support'}` |
@LeoDevop May I ask how you linked and do you have detailed steps? thank you! |
Writing a python script using CleanV2 instructs the robovac to start cleaning but first copy
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:
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
Will continue to update this as I discover more. Note: I'm no expert in this - just crashing my way through! |
Are there any news on this? I also cant wait for this model to be supported 👼 |
Hi, |
Checks
The problem
Device "DEEBOT X8 PRO OMNI" not supported. More information at #612: {'did': 'f56f062e-8100-44b8-a027-1166cfa6482f', 'name': 'E0C235557F1FPNV20270', 'class': 'n0vyif', 'resource': '4oLeIYS8', 'company': 'eco-ng', 'bindTs': 1739616918621, 'service': {'jmq': 'jmq-ngiot-eu.dc.ww.ecouser.net', 'mqs': 'api-ngiot.dc-eu.ww.ecouser.net'}, 'deviceName': 'DEEBOT X8 PRO OMNI', 'icon': 'https://portal-ww.ecouser.net/api/pim/file/get/66e3ac63a2928902a25d83a0', 'ota': True, 'UILogicId': 'keplerh_ww_h_keplerh5', 'materialNo': '110-2417-0402', 'pid': '66daaa789dd37cf146cb1d2e', 'product_category': 'DEEBOT', 'model': 'KEPLER_BLACK_AI_INT', 'updateInfo': {'needUpdate': False, 'changeLog': ''}, 'nick': 'Mon pote', 'homeId': '631a26505466082f01388b04', 'homeSort': 1, 'status': 1, 'btName': 'ECOVACS-n0vyif-0270', 'btMac': '28:F5:2B:6C:56:05', 'otaUpgrade': {}}
On which deebot device (vacuum) you have the issue?
DEEBOT X8 PRO OMNI
Which version of the deebot-client are you using?
HA 2025.2.5
Country
Fr
Continent
eu
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: