Skip to content
/ mimap Public

Standalone image generator for Xiaomi Mi Vacuum roboter

License

Notifications You must be signed in to change notification settings

Luzifer/mimap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Report Card

Luzifer / mimap

mimap is a small web application to receive map updates from a script running on opened Xiaomi Mi Vacuum robots decoupled from the Xiaomi cloud. The image generator is derived from the dustcloud image generator patched to resemble the map images used inside the Mi Home application.

Usage

  • Start the luzifer/mimap:latest image with exposed port and an attached volume:
    docker run --rm -ti -v /tmp/mimap:/data -p 3000:3000 luzifer/mimap:latest
    
  • Adjust the upload.sh script to upload the files to the mimap instance
  • Put the modified upload.sh script onto the vacuum
  • Execute the script with
    bash upload.sh
    
  • The map should be generated by the mimap instance and be available at http://localhost:3000/map.png