You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These models work well with ecovacs-deebot.js.
I’m not sure how difficult it would be to apply those commands to the Python integration.
So far, I haven’t seen any of these models supported.
I don’t know how to configure my model’s capabilities (Deebot 500) in this code, but I use ecovacs-deebot.js and it works fine.
I know which commands work, which don’t, and the format of the received values.
I know the capabilities of my device, I know what values it returns (such as battery status or cleaning state), and which commands work. However, I’m not exactly sure which ones are XML or JSON, but I would like to test and find out.
How can I contribute efficiently?
I know some Python and would like to help, but I’m not sure where to start.
What would be the most efficient way for me to help?
On which deebot device (vacuum) you have the issue?
Deebot 500
Which version of the deebot-client are you using?
12.0.0
Country
US
Continent
US
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered:
Old bots use commands with xml instead of json. I cannot implement these commands myself as I don't have a model to test with. As you can see there are some PR open to add the first XML commands. Feel free to add the missing ones
Since I own an XML robot (Deebot 900), I am already working on getting the XML commands work. But progress is slow, since my spare time is limited and ... my python skills as well. Thanks to the support of edenhaus, we have already implemented the first commands.
But please feel free to implement some XML commands. I suggest to create one PR per command. Besides ecovacs-deebot.js you can use the commands I listed as examples in #451
Checks
The problem
Add support for "legacy" devices
These models work well with ecovacs-deebot.js.
I’m not sure how difficult it would be to apply those commands to the Python integration.
So far, I haven’t seen any of these models supported.
I don’t know how to configure my model’s capabilities (Deebot 500) in this code, but I use ecovacs-deebot.js and it works fine.
I know which commands work, which don’t, and the format of the received values.
I know the capabilities of my device, I know what values it returns (such as battery status or cleaning state), and which commands work. However, I’m not exactly sure which ones are XML or JSON, but I would like to test and find out.
How can I contribute efficiently?
I know some Python and would like to help, but I’m not sure where to start.
What would be the most efficient way for me to help?
On which deebot device (vacuum) you have the issue?
Deebot 500
Which version of the deebot-client are you using?
12.0.0
Country
US
Continent
US
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: