Xiaomi Vacuum Maps - dgiese/dustcloud GitHub Wiki
Extract cleaning maps
- Copy the
robot.db
from you Xiaomi /mnt/data/rockrobo/robot.db
somewhere to your computer.
- Run
python3 extractor.py -f robot.db -o /<outputpath> -c
- The extracted maps are now in your output folder and can be opened with FasteStone Image Viewer or IrfanView
- Edit
server.sh
on your dustcloud instance and add the --enable-live-map
option to the server.py
- Edit
upload_map.sh
and change DUSTCLOUD_SERVER=192.168.xx.yy
to your dustcloud Server IP
- Upload upload_map.sh to your Vacuum
- Start the upload with
watch -n5 ./upload_map.sh
⚠️ **GitHub.com Fallback** ⚠️