-
-
Notifications
You must be signed in to change notification settings - Fork 256
Map calibration in Xiaomi Home
Piotr Machowski edited this page Mar 25, 2020
·
2 revisions
Xiaomi Home
- Open map view in Xiaomi Home
- Open dev tools in Home Assistant
- Call service
vacuum.send_command
with different parameters to estimate your vacuums coordinates system. Point[25500, 25500]
is usually very close to the docking station, difference of 1000 translates to 1 meter distance. If your vacuum is unable to get to a desired point try changing coordinates in the opposite way. - Estimate coordinates of a zone that will cover a whole map
- Call service
xiaomi_miio.vacuum_clean_zone
with estimated coordinates - Take a screenshot of a map with a marked zone
Here is a pretty good explanation how to find out coordinates for different points on the map. There is just one mistake: [25500, 25500]
is not always exactly at the position of a docking station.