-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
goto is not working (with Dreame D9) #737
Comments
Your vacuum does not internally have a go to feature like the vacuums has streaming capability. So there are two options;
Problem is I cannot reproduce the issue and I cannot test any modification, what is your suggestion about this? |
Since I don't think that it's because I send wrong coordinates (see cause above): |
You need to edit this line; Like this; 50 is the minimum can be set and also the max resolution of the map coordinate system. So 100x100 px map image represents 5 square meters of area. |
This comment was marked as outdated.
This comment was marked as outdated.
forget my previous message. i set only the else part. |
If it works with |
You should also be seeing a marker on the map image generated by the integration (for a brief period of time). You can confirm your coordinates from the image like that too. |
yes. i can see the marker on map. it works if line 4000 is: it's not (!!!!!) working if line 4000 is: |
Yes because if statement returns left side of the argument. It should be like this because
|
Can you also try values between 50 and 100 like Like;
|
|
There are several other places that needs to be edited for handling virtual go to markers like cleaning history maps so I have made the changes according to your results. I have also used You can update this file and rest of it should work properly. |
the goto service is working with your zip file. |
Thanks for your help. I will close the issue when a new Beta version has been released. |
Thank you very much for your work! I also posted an idea how to improve this even more: |
Hello,
Describe the bug
I have installed latest Beta v2.0.0B16.
The goto feature is not working with my Dreame D9.
I send following command to my device:
Vacuum is answering me the following:
there are no obstacles in the way.
the vacuum has not even start to move.
it just has left the charging station.
i tried different coordinates.
i extracted the coordinates via lovelace-xiaomi-vacuum-map-card
the button of the service is green:
Error handling message: Coordinate is not inside the map
To Reproduce
Expected behavior
The vacuum should go to a specific coordinate and stop there until further commands.
Screenshots
no
Additional Information (please complete the following information)
The text was updated successfully, but these errors were encountered: