Remote activation of the kettle Xiaomi: all ways and life hacks

Turning on the kettle without getting out of the couch is the dream of any sloth and the reality of the owner of Xiaomi smart appliances. But if everything is intuitive with a smartphone or a light bulb, then with electric kettles, you often wonder why the app does not see the device, how to configure remote access over the Internet, and whether you can do without the Mi Home hub. In this article, we will analyze all the current ways of remote switching on, from the official application to voice commands and automation through the Home Assistant.

It is important to understand that not all Xiaomi kettles support remote control out of the box. For example, budget versions like the Mi Smart Kettle Pro require connection through the gateway, and flagship versions (for example, the Viomi Smart Kettle) work directly over Wi-Fi. We will look at hardware requirements, step-by-step instructions and typical errors that interfere with stable operation. And at the end of this article, answers to frequent questions and safety tips (spoiler: remotely switching on the kettle without water can lead to a fire is not a joke).

Which Xiaomi kettles support remote control?

Not all Xiaomi smart kettles are equally useful, but here are the key models that support remote switching:

  • πŸ”Ή Viomi Smart Kettle – flagship with Wi-Fi, works without a gateway, supports voice control through Alice and Google Assistant.
  • πŸ”Ή Mi Smart Kettle Pro – requires a Mi Home Gateway for remote access, but cheaper than analogues.
  • πŸ”Ή Xiaomi Smartmi Smart Kettle – budget version with Bluetooth (control only within a radius of 10 meters).
  • πŸ”Ή Viomi Mini Smart Kettle – compact version with Mi Home support, but without integration with Apple HomeKit.

If your model is not on this list, check its name on the box or in the documents. Unmarked kettles "Smart" or "Wi-Fi" in 99% of cases do not support remote control (CN) You may not be able to use the Mi Home servers.

πŸ“Š What kind of kettle Xiaomi you have?
Viomi Smart Kettle
Mi Smart Kettle Pro
Xiaomi Smartmi (Bluetooth)
Another smart kettle
Regular (without smart functions)

Before buying or setting up, check the device’s communication protocol:

ProtocolModels.Need a lock?Remote access
Wi-FiViomi Smart Kettle, Viomi Mini❌ No.βœ… Yes (via the Internet)
ZigbeeMi Smart Kettle Pro (older versions)βœ… Yes, Mi Home Gateway)βœ… Yes (through the lock)
BluetoothXiaomi Smartmi, some Redmi❌ No.❌ No (only within a radius of 10 m)

⚠️ Warning: Zigbee-enabled kettles (such as 2020’s Mi Smart Kettle Pro) require a mandatory connection to the Mi Home Gateway 3. Without it, remote control will not work, even if the device is connected to the Mi Home via Bluetooth.

Method 1: Managing the Mi Home application

The official Mi Home app is the most reliable way to remotely turn on the kettle, but there are nuances: region-specific, network settings, and model restrictions.

Step-by-step:

  1. Install Mi Home from Google Play or App Store.
  2. Sign up or sign in to your Xiaomi account (required! without an account, remote access does not work).
  3. Connect the kettle to the socket and turn it on with a button on the case (the indicator should light up).
  4. In the app, click Add Device (+) β†’ Household appliances β†’ Teapot.
  5. Choose your model and follow the instructions on the screen (usually you need to connect to the temporary Wi-Fi network of the kettle).
  6. Once connected, the kettle will appear in the main menu, and you can now turn it on/off or set the temperature.

Is the kettle connected to the socket?|Does the indicator on the body burn?|The right region is chosen in Mi Home (China/Europe)?|Have you reset the kettle settings (hold the 5 sec button)?|Wi-Fi operates at 2.4 GHz (5 GHz not supported)?

-->

If the kettle doesn't connect, try:

  • πŸ”„ Reboot the router and smartphone.
  • πŸ“Ά Switch Wi-Fi to 2.4 GHz (teapots don't work with 5 GHz).
  • 🌍 Change the region in Mi Home to China mainland (sometimes helps with Chinese models).
  • πŸ”§ Reset the kettle to factory settings (hold the switch on button 5-10 seconds).

⚠️ Note: If you are using the Mi Smart Kettle Pro with Zigbee protocol, first connect the Mi Home Gateway to the application, and then add the kettle through the gateway menu. Without this step, remote control will not work!

Method 2: Voice control via Alice, Google or Siri

If the kettle is connected to the Mi Home, it can be turned on by voice via Yandex Alice, Google Assistant or Siri (for HomeKit), but there are limitations:

  • πŸ—£οΈ Alice works only with kettles connected to Mi Home on the server Russia or Europe.
  • πŸ€– Google Assistant requires Mi Home account to be linked in Google Home settings.
  • 🍎 Siri supports only models with HomeKit integration (e.g. Viomi Smart Kettle for the European market).

Setting up for Alice:

  1. Open Mi Home and make sure that the kettle is in the same account with Yandex.
  2. Tell Alice, "Find my devices" β†’ wait for synchronization.
  3. Now you can use the commands: "Alice, turn on the kettle" "Alice, heat the water to 80 degrees" "Alice, turn off the kettle in 5 minutes"

πŸ’‘

If Alice doesn't see the kettle, check in Mi Home that the device is added to a room with a name in Russian (e.g. "Kitchen"). English room names can cause synchronization errors.

Setting up for Google Assistant:

  1. Open Google Home and click Add (+) β†’ The device β†’ Set up the device.
  2. Select Xiaomi Mi Home from the list of services and sign in to your account.
  3. Allow access to the devices and wait for synchronization.
  4. Now you can say, "OK, Google, turn on the kettle in the kitchen."

Siri will require:

  1. Connect the kettle to Apple HomeKit via Mi Home (not available for all models).
  2. Add the device to the Home app (iOS).
  3. Use commands like, "Hi Siri, turn on the kettle."
Why don’t voice assistants always work with Xiaomi kettles?
The main problem is the different Mi Home servers, and if the kettle is connected to a Chinese server (mainland China) and Alice is working with a European server, the synchronization will not happen. Solution: create a second Mi Home account with the Russia region and reconfigure the device.

Method 3: Automation with Home Assistant or Yandex Smart Home

For advanced users who want to integrate a kettle into a smart home, automation systems like Home Assistant or Yandex Smart Home are suitable, which allows you to create scenarios (for example, β€œturn on the kettle when the alarm is off”) or control the device from the same panel with other gadgets.

Connection to Home Assistant:

  1. Install Home Assistant on a Raspberry Pi or other server.
  2. In the configuration file.yaml add integration Xiaomi Miio: Miio: devices: - host: IP_token: YOUR_TOKEN model: viomi.kettle.v1
  3. Get a token kettle through MiHome Token Extractor (Android).
  4. Reboot Home Assistant and add a kettle to the interface.

For Yandex Smart Home:

  1. Connect the kettle to Mi Home (as in Method 1).
  2. Open the Yandex application β†’ Devices β†’ Add the device β†’ Xiaomi.
  3. Sign in and select a teapot from the list.
  4. It can now be added to scripts (e.g., "Morning" or "Coming Home").

πŸ’‘

Home Assistant allows you to bypass the limitations of Mi Home, such as managing Chinese models of kettles from Europe, but it will require manual tuning and knowledge of basic commands. YAML.

Method 4: Control through a smart socket (if the kettle is not smart)

If your Xiaomi kettle doesn’t support remote control, but you have a smart socket (like the Xiaomi Mi Smart Plug or Aqara Smart Plug), you can turn it on indirectly:

  1. Connect the kettle to a smart socket.
  2. Add the socket to Mi Home (similar to Method 1).
  3. Now turn on the socket = kettle-in.

Limitations of this method:

  • ❌ You can not adjust the temperature (the kettle will warm to the maximum).
  • ❌ No protection from turning on without water (risk of overheating!).
  • ❌ Not all outlets can withstand the power of the kettle (check the characteristics: you need a socket at 2200 W and above).

⚠️ Attention: Using a smart socket with a kettle is a potentially dangerous method. If the kettle turns on without water, the TEN will overheat, which can lead to a fire. Always check for water before remotely switching on!

How to reduce risks:

  • πŸ’§ Use a kettle with automatic shutdown when boiling (all Xiaomi models are equipped with it).
  • ⏱️ Set the timer in the socket for 5-10 minutes (maximum heating time).
  • πŸ”Œ Buy overheating sockets (such as Aqara Smart Plug) T1).

Method 5: Third-party applications (if Mi Home doesn't work)

If the official Mi Home app refuses to plug in the kettle, alternative solutions can be tried, but beware: third-party programs may violate privacy policies and do not guarantee stable operation.

Popular alternatives:

  • πŸ“± Mi Home Lite is a simplified version of the official app, sometimes works better with Chinese devices.
  • 🌐 Home Assistant (already mentioned in Method 3) – for advanced users.
  • πŸ”§ MiToolKit (Android) – allows you to manually add devices to your device. MAC-address.

How to connect the kettle through MiToolKit:

  1. Download MiToolKit with 4PDA (officially out of stores).
  2. Turn on the kettle and bring the smartphone closer to it.
  3. In the app, click Scan and select a kettle from the list.
  4. Enter token (can be obtained through Packet Capture in Mi Home).
  5. Save the device and try to control it.
Risks of using third-party applications
1. Data Leakage: Unofficial programs can transfer logins / passwords to third parties. 2. Account lock: Xiaomi can ban an account for using uncertified software. 3. Unstable work: The teapot can spontaneously turn on / off. We recommend using such methods only if the official methods do not work, and you understand the risks.

Typical errors and their solutions

Even after setting it up properly, the kettle may not be switched on remotely, and here are the most common problems and solutions.

Problem.Possible causeDecision
The kettle doesn't connect to Wi-FiThe router runs on 5 GHz or hides it SSIDSwitch router to 2.4 GHz, disable network hiding
App doesn't see kettleWrong region in Mi Home or reset settingsChange the region to China or Russia, drop the kettle (hold the 5 sec button)
Voice commands are down.The teapot is connected to the Chinese server Mi HomeCreate a new account with the region "Russia" and reconfigure the device
The teapot is turned on, but does not heat the water.Protection against switching on without waterAdd water and try again (water level sensor may be contaminated)
Smart socket turns off when heatedThe rosette can not withstand the power of the kettleBuy a 2200W power outlet+ (For example, Xiaomi Mi Smart Plug 2)

If none of these methods helped, check:

  • πŸ”Œ Food: the kettle should be plugged into the socket, and the indicator should burn.
  • πŸ“Ά Wi-Fi signal: the kettle should be in the coverage area of the router (not further than 10 meters from it).
  • πŸ”„ Updates: In Mi Home, check for firmware updates for the kettle.

FAQ: Frequent Questions About Remotely Turning On Xiaomi’s Kettle

Can I turn on the Xiaomi kettle over the internet if I am not at home?
Yes, but it does: To connect the kettle to Mi Home via Wi-Fi (not Bluetooth!), to enable Remote Access (check your account settings) to prevent the router from blocking outbound connections (sometimes rebooting the router helps), if the kettle is connected through the Zigbee gateway, remote access will only work when the gateway is turned on (it must be constantly connected to power and the Internet).
Why does the kettle turn on but turn off immediately?
This works with protection against turning on without water. Check: The water level in the kettle (should be above the minimum mark); the cleanness of the level sensor (wipe the bottom of the kettle with a wet cloth); the closure density of the lid (some models block heating when the lid is open); If the problem persists, try resetting the kettle to factory settings (hold the switch on button for 10 seconds).
How to turn on Xiaomi kettle with Apple HomeKit?
Officially, only Viomi Smart Kettle models for the European market support HomeKit. To connect: Open Mi Home and find the option Add to HomeKit in the kettle settings. QR-The code from the kettle case in the app Home (iOS). Once added, the kettle will appear in the House and be available for management through Siri. If there is no HomeKit option, your model does not support this feature.
Can you control Xiaomi teapot through a Telegram bot?
Yes, but you will need to set up Home Assistant (see Method) 3). Install Telegram Bot in Home Assistant. Create a bot through @BotFather You can use Telegram and link it to Home Assistant. Write a script to control the kettle (example of a team: /kettle_on). This is a solution for advanced users, as it requires knowledge. YAML and server settings.
Xiaomi teapot doesn't connect to Mi Home after reset.
Try this: Hold the kettle button for 15 seconds before the beep (full reset). Remove the kettle from Mi Home (if there is one) and add it again. Check that your smartphone is connected to the 2.4 GHz network (turn off 5 GHz in the Wi-Fi settings). If the kettle is Chinese, change the region in Mi Home to China mainland. If nothing helps, contact Xiaomi with the model of the kettle and the firmware version (you can find it in Mi Home in the device information).