Replies: 1 comment
-
Thanks for the finding. Can you please provide diagnostic information from the HA config entry? This would also help to verify, which model you have. In my opinion, this is a bug and we should fix it :) Do you know if Ecovacs always resumes on any error or only on some specific ones |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
first of all - thanks for the integration! it works great in combination with Home-assistant!
Unfortunatelly I still need to use the Ecocacs App for a very specific but rather regularly use case:
My vacuum usually rolls back to the station for replacing water, while in continuos cleaning mode. Often it goes there into an error state which is also immediatly reported back to Home-Assistant.
This error state is, most of the time, lifted on its own, and the App reports the vacuum again as in pause mode. When I use the app to start the cleaning process it would correctly continue where it left off before the error.
Now Home-Assistant and this integration behaves differently. There, the error state is never lifted - and when I click on start, it starts with a fresh cleaning process, forgetting where it was before.
I was searching for a way to send an "resume" command, rather than a start - but could not find anything like this.
I also tried to set the vacuum to pause using home-assistant, but it would still stay in error, even the App would show it already as paused.
would be great to find some workaround for this and I can finally ditch the app and life from Home-assistant automations alone ;)
I am not yet through the code, but this could be a possible place, that forces a restart when not in pause mode:
https://github.com/DeebotUniverse/client.py/blob/dev/deebot_client/commands/json/clean.py#L41
Beta Was this translation helpful? Give feedback.
All reactions