Your Xiaomi Vacuum Mop is humming up standard phrases like "Charging is complete" or "Vacuum is back on base"? It's time to add humor! With informal firmware, modified voice packs and clever settings, you can get a robot to say anything from sarcastic comments to memorabilia quotes. But there's a nuance: official MI Home software blocks such changes, so you'll have to use workarounds.
In this article, 5 working ways to make the voice of a vacuum cleaner fun: from simple language change to install custom audio files via ADB. We will analyze which models support modifications (Xiaomi Vacuum Mop 2 Pro, S7, P10, etc.), where to download ready-made bags with jokes, and how not to break the device in the process. Spoiler: some methods will require root access to the vacuum cleaner - this is risky, but the result is worth it.
1.The way for lazy: changing the language to "fun" in MI Home
The easiest way to do this is to change the language of the voice cues to one where the phrases sound funny to the Russian-speaking ear, for example, Korean or Japanese voices say "Cleanup Complete" in a way that sounds like an anime song. Minus: the choice is limited and the meaning of the phrases is lost.
How to do this:
- π± Open the app. MI Home and Choose Your Own Vacuum.
- π§ Go to Settings. β Voice prompts β Language.
- π Scroll through the list to unusual languages: Turkish, Indonesian or Thai.
- π Save the changes and start cleaning - listen to the vacuum cleaner singΒ».
β οΈ Note: Some models (Xiaomi Vacuum Mop Essential) may have their voice recognition settings strayed after changing the language. β Reset to factory.
2. Installation of custom voice packets (without root)
If you want a vacuum cleaner to say specific phrases (like, "Host, I'm tired, let me rest" or "Attention! Sock found on the floor!"), you'll need informal voice packs, created by enthusiasts on forums like 4PDA or XDA Developers.
Where to download:
- π Topeka on 4PDA with voice packs for Xiaomi (there are meme versions with voices from Rick and Morty, Gravity Falls, etc.).
- π GitHub Repository with instructions for replacing sounds.
- π Telegram channels @XiaomiVacuumMods (check Telegram).
How to determine:
- Download the archive with a voice packet (usually.mp3 or.wav files).
- Connect the vacuum cleaner to the PC via Wi-Fi (you need its local one) IP-address).
- Use the Mi Home Protocol Analyzer or ADB-commands to upload files to the device.
- Reboot the vacuum cleaner with the command: miio --ip 192.168.X.X --token YOUR_TOKEN reboot (where) X.X β IP vacuum cleaner, YOUR_TOKEN β his API-token).
Download the voice pack for your model|Find out. IP-router|Get it. API-token MI Home Hack|Backup the original sounds|Check firmware compatibility-->
β οΈ Attention: On models with firmware v2023.12+ Xiaomi blocks the download of uncertified sounds, and this can only be avoided through downgrade firmware (see section 4).
3. Recording your voice: how to make a vacuum cleaner "talking"
Do you want a vacuum cleaner to speak in your voice or in a friend's voice?
- π€ Microphone for recording phrases (you can use a smartphone).
- π» Software for audio processing (Audacity, Adobe Audition).
- π Template of sound files of the vacuum cleaner (you can download here).
Instructions:
- Write down the phrases from the template (examples: "Battery is discharged", "Stuck"). Speak clearly, without noise.
- Process the sound in Audacity: Remove background noise (Effects β Noise Reduction). Normalize volume (Effects β Normalization). Save it in MP3 format with a bit rate of 64 kbps.
Replace the original files in the vacuum cleaner firmware (see Section 2).
| The phrase vacuum cleaner | Example of substitution (humour) | Duration of sound |
|---|---|---|
| Starting cleaning | "I'm a robot, not a slave! But I'll take it away." | 2-3 seconds |
| Charging complete. | "I'm full and content! It's time for the couch." | 3 seconds |
| Obstacle found. | "What is that?! Ah, that's your sock again..." | 4 seconds |
| Mistake. | "Everything's gone! I'm kidding, I'm broken." | 2 seconds |
π‘
To make your voice sound natural, write down phrases with one tone and timb. If the vacuum cleaner will "jump" from bass to soprano, it is more annoying than standard tips.
4 Downgrade firmware to circumvent restrictions
Newer versions of Xiaomi Vacuum Mop firmware (starting with v2023.10) block custom sound installation, and the solution is to roll back the software to an older version where possible, the only way to install informal voice packs on models from 2023 to 2026 (e.g., Xiaomi Vacuum Mop 2 Ultra).
How to do a downgrade:
- Download the archive with the firmware version you want (e.g. v2022.05) from xiaomifirmware.com.
- Connect the vacuum cleaner to the PC via USB (you will need a USB-C β USB-A adapter).
- Use the MiFlash utility for firmware: MiFlash.exe --clean --flash firmware_folder
- After the firmware, reset the settings in MI Home.
Setting:
- Connect the speaker to the phone.
- In Tasker, create a profile with the trigger βConnect to Wi-Fi vacuum cleaner networkβ (or use the MI Home API to track the cleaning status).
- Add the "Play Sound" action to your recording.
Plus method: no need to climb into the firmware. Minus: delay between the action of the vacuum cleaner and sound (1-3 seconds).
π‘
An external speaker is the safest way to add humor, but it depends on the stability of Bluetooth connectivity. If the vacuum cleaner moves to another room, the sound may be interrupted.
6. Extreme method: firmware custom software (root)
For the most desperate, installing alternative firmware like Valetudo or Dustcloud allows you to fully control the vacuum cleaner, including replacing all audio files and even adding new events (such as responding to voice commands).
How it works:
- π§ Get root access to the vacuum cleaner through an exploit (e.g., dirtycow for older models).
- π₯ Install Valetudo through SSH.
- π Customize custom sounds in the web interface (http://[IP_vacuumer]).
β οΈ Note: This method is warranty-free and may disrupt basic functions (e.g., laser navigation) and only use if you are prepared for risks!
Where to look for instructions:
- π Official website of Valetudo.
- π GitHub repository with manuals.