Sanji78
Sanji78
I have Deebot X8 Omni PRO. I patched select.py and water-info.py to allow to change water level from 1 to 50. ```# \usr\local\lib\python3.13\site-packages\deebot_client\commands\json\water_info.py -->import logging # \usr\local\lib\python3.13\site-packages\deebot_client\commands\json\water_info.py -->import re #...
This is instead my working n0vyif.py hardware files ```"""DEEBOT X8 OMNI Capabilities.""" from __future__ import annotations from deebot_client.capabilities import ( Capabilities, CapabilityClean, CapabilityCleanAction, CapabilityCustomCommand, CapabilityEvent, CapabilityExecute, CapabilityExecuteTypes, CapabilityLifeSpan, CapabilityMap, CapabilitySet,...
I see three problems so far: 1) robot state (docked, cleaning) doesn't seem to update... 2) the room id/labels are not part of the entity attributes anymore (while they were...
I have mitmproxy configured to read Ecovacs API calls, if needed.
@slflowfoon @ytorres
I think X9 is very similar to X8... they have same features/API calls @slflowfoon . Can we work together to make X8 and X9 fully supported on HA? So far...
PR: 1167 will fix this https://github.com/DeebotUniverse/client.py/pull/1167
You will need to use: ``` - service: vacuum.send_command target: entity_id: vacuum.XXX data_template: command: clean_V2 params: act: "start" content: {"type":"freeClean","value":"1,1;1,3;1,5"} ``` if you want to clean room 1, 3 and...
I have an X8 Pro Omni. I applied https://github.com/DeebotUniverse/client.py/pull/1083 but the the map is not visible and I have: 2025-09-15 14:58:47.611 ERROR (MainThread) [deebot_client.message] Handler for message getMapSubSet: {'code': 20003,...
@edenhaus is there any way I can collaborate to this? I can produce logs from my running X8 PRO OMNI and I can also help in patching code if needed....