https://github.com/luzifer/mimap
Standalone image generator for Xiaomi Mi Vacuum roboter
https://github.com/luzifer/mimap
docker golang image-generator xiaomi xiaomi-vacuum
Last synced: about 1 month ago
JSON representation
Standalone image generator for Xiaomi Mi Vacuum roboter
- Host: GitHub
- URL: https://github.com/luzifer/mimap
- Owner: Luzifer
- License: apache-2.0
- Created: 2018-10-02T15:56:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-04-07T23:21:15.000Z (2 months ago)
- Last Synced: 2026-04-08T01:24:09.486Z (2 months ago)
- Topics: docker, golang, image-generator, xiaomi, xiaomi-vacuum
- Language: Python
- Homepage:
- Size: 1.11 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/Luzifer/mimap)



# 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](https://github.com/dgiese/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