-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Resume ongoing task after docking #190
Comments
Seems to be a similar issue as to what was raised in Discord, I'll check the resume logic and see whats going on. |
I fixed this today, will be out in next release to verify |
Please try 0.1.88 |
Reasonably sure this is solved now, feel free to reopen if its not. |
I just tried it with 0.1.91 and still get the "Mowing area selection is abnormal" when I try to resume a task while being docked. |
This is resuming when the mower has gone to dock on its own right? |
That I haven't tested. What I meant is when I sent it to the dock either manually in the app or via the integration. |
OK and that's during a mow? As I thought I'd tested this, this is easier to test as well. I'll retry it tomorrow. |
OK I think I saw whats happening, I just had my mower randomly pause for no reason at all, and it was in mode_ready. and puased in app. Which will definitely throw HA off in terms of logic. Can you confirm the activity mode was mode_ready? |
Cool now I know what's happening I can resolve it. Really annoying though |
Can you try on the latest release please |
I tried using v0.1.100, but I still see the same error in the Mammotion app. Steps to reproduce:
|
I think I sorted it this time, can you try on the latest. At least I've been able to resume with the luba 2 |
Sorry for the delay, but we already had some snow here last week. |
OK I'll see if I can find out what's going on specifically for the Luba 1's |
The problem
Is there a way to resume a task after the robot has been sent back to the dock?
I tried using the general lawn mower action like
lawn_mower.start_mowing
which should also handle the resume function. This fails with this notification in the Mammotion app when the robot is docked:This resuming does work if the robot has only been paused previously via
lawn_mower.pause
and is not docked.I am looking for a way to press this resume button via the integration.
Is there a plan to have an action like
mammotion.resume_mow
?What Mammotion mower are you using?
Luba 1
What version of the Mammotion intergration are you using?
v0.1.78
What version of Home Assistant Core are you running?
core-2024.10.3
The text was updated successfully, but these errors were encountered: