Xiaomiβs robot vacuum cleaners have long been an integral part of smart homes, but their standard voice assistant in Chinese or English doesnβt always suit users. Someone wants to hear native speech, someone is bored with monotonous sound, and some just want to personalize the device. In this article, we will analyze all the available ways to change the voice on vacuum cleaners Mi Robot Vacuum, Viomi, Dreame and other models of the Xiaomi ecosystem β from official settings in the Mi Home app to installing custom firmware.
It is important to understand that voice change capabilities depend on the vacuum cleaner model and firmware version. For example, new Mijia-based devices (such as the Xiaomi Robot Vacuum-Mop 2 Pro) support language change directly in the app, whereas for older models like the Mi Robot Vacuum, the newer Mi Robot Vacuum is designed to be able to change the language. 1S We'll look at both options, and we'll also talk about how to get around regional restrictions and where to download alternative voice packets.
If you are not sure of your technical skills, start with official methods - they are safe and do not require hacking of the device. ADB, But remember, any unauthorized changes could lead to a loss of warranty or unstable vacuum cleaner operation.
1. Official ways to change voice through Mi Home
The easiest and safest method is to use the built-in settings in the Mi Home app, which is suitable for most modern Xiaomi vacuum cleaners released after 2020.
- Update the app to the latest version in Google Play or App Store. Older versions may not display all available options.
- Connect the vacuum cleaner to the app via Wi-Fi (if you haven't already done so) and make sure the device is on the same network as your smartphone.
- Open the vacuum cleaner card in Mi Home, go to Settings β Voice prompts (or Language Settings in English version).
In this section, you'll see a list of available languages. Most models are available for:
- π¨π³ Chinese (by default)
- π¬π§ English (British or American)
- π©πͺ German
- π«π· French
- π·πΊ Russian (not on all models)
- πͺπΈ Spanish
If the list does not include Russian, try changing the region of your Mi Home account to Russia or Turkey (in some firmwares Russian appears only for these regions).
- Go to the profile in Mi Home (the icon of the person in the upper right corner).
- Click on the line with your region (e.g. China or United States).
- Select Russia and confirm the shift. After that, reboot the app.
β οΈ Warning: Changing the region may result in some features being lost if your vacuum cleaner model is not officially supported in Russia, for example, zoning options or integration with Yandex Alice may be missing.
2. Alternative voice packets: where to download and how to install
If the built-in languages aren't enough, you can install custom voice packs from the community, which works for most Xiaomi-based vacuum cleaners, but requires root access or modified firmware.
- π§ Forum 4PDA β Here are the Russian firmware and voice packs for Mi Robot Vacuum models 1/1S/2, Viomi V2/V3 others.
- π GitHub β open source repositories for modifying firmware.
- π¦ Mi Home Mods is a community where custom voices are shared (including female/male voices and even celebrity voices).
The installation process usually includes the following steps:
- Download the archive with a voice packet (for example, ru_RU_voice_pack.zip).
- Connect the vacuum cleaner to the computer through USB (You will need a USB-Type-C or Micro-USB adapter, depending on the model).
- Use it. ADB Total Commander to copy files to a folder /miio/voice/ device-wise.
- Reboot the vacuum cleaner by holding the Home button for 10 seconds.
For models with Valetudo support (alternative firmware), the process is even easier:
ssh root@[IP_vacuum cleaner
cd /opt/valetudo/voice_packs/
wget https://example.com/custom_voice.tar.gz
tar -xzvf custom_voice.tar.gz
rebootβ οΈ Warning: Installing informal voice packets may disrupt standard vacuum cleaner functions, such as low charge or error alerts.Before experimenting, back up the original files!
Download the right voice package for your model
Check the version of the vacuum cleaner firmware
Backup of original files /miio/voice/
Connect the vacuum cleaner to the PC through USB-cable
Install ADB drivers (if required)
-->
3. Russification through firmware: step-by-step instructions
If your vacuum cleaner does not support Russian at the official level, you can flash it with a modified version of the firmware. This method is suitable for advanced users and requires an understanding of the processes of IoT devices firmware. 1S:
Tools required:
- π₯οΈ Windows computer 10/11 Linux.
- π USB-Type-C Cable (to connect to a vacuum cleaner).
- π Firmware with Russian language (for example, mirobot_vacuum_v11_ru.bin).
- π οΈ MiHome Hack or Xiaomi Flash Tool.
Step-by-step:
- Download the firmware from a verified source (recommended) 4PDA). Note the version: for the Mi Robot Vacuum 1S I'll do the base firmware. v11, a for Viomi V3 β v18.
- Connect the vacuum cleaner to your PC in firmware mode. To do this, turn off the vacuum cleaner. Press the Home buttons. + Spot Cleaning and hold for 5 seconds. plug in the cable USB vacuum cleaner and computer.
- Launch Xiaomi Flash Tool and select the downloaded firmware file.
| Model vacuum cleaner | Supported firmware | Reference to the Russian version | Notes |
|---|---|---|---|
| Xiaomi Mi Robot Vacuum 1S | v11_ru, v33_ru | 4PDA | Requires unlocking the loader |
| Viomi V2 Pro | v18_ru, v22_ru | MiHome Mods | Supports the female/male voice |
| Dreame D9 | v35_ru | GitHub | We need to turn off signature verification. |
| Xiaomi Mop 2 Pro | v41_ru | Telegram chat | Russification through Valetudo |
Installing unofficial firmware will void Xiaomiβs warranty and may cause sensors or engines to operate in an unstable manner. If the vacuum cleaner is used to clean large rooms, itβs best to stay on official software.
4. Recording your own voice: is it possible?
Yes, some enthusiasts manage to replace standard voice prompts with their own recordings.
- π€ Write phrases in.wav format (mono, 16 kHz, 16 bits).
- π Replace the original files in the folder /miio/voice/.
- π Reboot the vacuum cleaner.
List of standard phrases that can be replaced (for Mi Robot Vacuum) 1S):
start_cleaning.wav - "Getting clean up"
low_battery.wav β "Low battery charge"
error_01.wav - "Mistake: stuck with wheels"
complete.wav - "Cleaning is complete"
return.wav - "Going back to base"To record your voice, use programs like Audacity or Adobe Audition.
- π The volume of the recording must match the original (peak level is not higher than the original). -3 dB).
- β±οΈ The duration of the phrases should not exceed the original by more than 0.5 seconds.
- π File format β WAV PCM (compressively).
Example of a command to convert voice to the desired format
β οΈ Note: If you replace the files incorrectly (for example, specify the wrong names), the vacuum cleaner may stop playing any sounds. ADB or refashion the device.
5 Problems and Solutions: What to Do When Your Voice Doesn't Change
Sometimes, even after all the manipulations, the vacuum cleaner still speaks the same language, and let's look at the typical problems and the ways to solve them:
| Problem. | Possible cause | Decision |
|---|---|---|
| Language doesn't change at Mi Home | An outdated version of the app | Update Mi Home to the latest version |
| After the firmware, the vacuum cleaner is silent | Damaged files in /miio/voice/ | Restore the original files or re-flash the device |
| Voice is lost in Chinese after the update | Official software re-writes settings | Turn off automatic updates in Mi Home |
| Cannot connect to ADB. | Drivers not installed | Install Mi USB Driver and check the connection |
If the vacuum cleaner after firmware behaves unstable (for example, does not see the base or builds the map incorrectly), try:
- Reset the settings to factory (Settings β Reset to Mi Home).
- Reflash the device with the original firmware from the official Xiaomi website.
- Contact Telegram Chat Support for your model.
π‘
Before you run the firmware, check the file's compatibility with your vacuum cleaner model. For example, the firmware for Mi Robot Vacuum 1S Not suitable for Viomi V3, even if they look similar in appearance.
6.Integration with voice assistants: Alice, Google Assistant, Siri
If you donβt need to change the voice of the vacuum cleaner, you can connect it to external voice assistants, which will allow you to control the cleaning of voice in Russian through Yandex Alice, Google Assistant or Siri.
Setting up through Yandex Alice:
- Install the Yandex application on your smartphone.
- Connect the vacuum cleaner to the Mi Home and make sure it is on the same network as the Alice column (Yandex Station or Smart Column).
- In the Yandex app, go to Devices β Add Device β Xiaomi.
- Sign in through your Mi Home account and select your vacuum cleaner.
- Now you can give commands like: "Alice, start the vacuum cleaner" or "Alice, return the vacuum cleaner to base."
Connection to Google Assistant:
- π± Install the Google Home app.
- π Add Mi Home to your settings through Works with Google.
- π£οΈ Now you can control the vacuum cleaner with commands: OK Google, start cleaningΒ».
Siri (iPhone) will require:
- Add Mi Home to the HomeKit app.
- Create scenes for the main commands (e.g., βLiving Room Cleaningβ).
- Activate Siri and say, "Hey Siri, start the living room cleaning scene."
π‘
Integration with voice assistants does not change the voice of the vacuum cleaner, but allows you to control it in Russian through external devices (columns, smartphones).
7. Xiaomi vacuum cleaners models with support for Russian language
Not all Xiaomi vacuum cleaners support Russian out of the box, and the table below shows the models for which official or unofficial Russification is available:
| Model | Official Russian | Informal Russification | Notes |
|---|---|---|---|
| Xiaomi Mi Robot Vacuum 1S | β No. | β Yes (through firmware) | Requires unlocking the loader |
| Viomi V2 Pro | β No. | β Yes (Valetudo) | Supports the female voice |
| Xiaomi Mop 2 Pro | β Yes (since 2023) | β Yes (alternative packages) | Russian is available in the "Russia" region |
| Dreame D9 | β No. | β Yes (modified firmware) | Requires disabling signature verification |
| Xiaomi Robot Vacuum-Mop 2 Lite | β Yes. | β No. | Russian is included in Mi Home |
If your model is not on the list, check it out on the forum. 4PDA β Maybe she already has a custom firmware with Russian.