Skip to content
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

Return to dock command doesn't seem to work all the time #27

Open
ejl463 opened this issue Oct 19, 2024 · 3 comments
Open

Return to dock command doesn't seem to work all the time #27

ejl463 opened this issue Oct 19, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@ejl463
Copy link

ejl463 commented Oct 19, 2024

Hello, I have added this through HACS and everything seems to be working fine except the return to dock command.

When I run it, it seems like sometimes the mower will return but most of the time it continues mowing. Even if I pause it and click the return to dock, the mower has just continued mowing.
Does this command function differently than I am expecting?

I have a Gardena sileno minimo if this helps.

Thanks

@andyb2000
Copy link
Owner

Hi,
This is unfortunately due to the poor communication over bluetooth to the mowers, if you watch the logs/status you'll see it drops often and the state goes into unknown.
I was thinking of maybe adding a command queue, so when you send a mow/dock command it will hold that until it gets a valid reply.

For now, press dock a few times and it should get there!

@andyb2000 andyb2000 added the enhancement New feature or request label Oct 21, 2024
@andyb2000 andyb2000 self-assigned this Oct 21, 2024
@ejl463
Copy link
Author

ejl463 commented Oct 21, 2024

Thanks for replying -

I do see that it goes unreachable frequently, but I don't seem to have this issue with start or pause at all if the mower is in a reachable state - only the return to dock seems to have the issue. Does this command behave the same as the others?

Edit: also for what it's worth I notice this behavior - if I pause the mower and then issue the return to dock command, the mower starts mowing again, rather than just trying to find the guide wire. Which is different than how the Gardena app functions - but not sure if that is expected or not

@andyb2000
Copy link
Owner

yes command should be the same. The difference is typically the mower is out and about to has poorer bluetooth signal whilst busy mowing.
I'll have to do some investigations to be sure it's not struggling in another way but when I saw this on my own month ago that was the case that it was just dropping more often due to it being out mowing and further from my ble proxy.

On the pause and dock, it shouldn't be any different to the app. Mine certainly when I choose dock will find the lead home wire and go home using that method as per the app. I've never tried pause then dock so there may be something wrong with the sequence there, but if so that's in the upstream library rather than the hacs addon which I'd need to check into.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants