Introduction: Why control Xiaomi TV from a smartphone?
Modern Xiaomi TVs (Mi TV 4/5, Redmi Smart TV, Mi QLED) support full control from the smartphone โ from basic commands to voice search and application launch. It is not just a replacement remote, but advanced functionality: fast text input, streaming content from the phone, integration with a smart home and even games using a gyroscope.
The main advantage is versatility. You don't have to search for a remote in the dark or buy additional accessories: you just need an Android or iOS phone with an installed application. And if you use the Xiaomi ecosystem (for example, a Redmi smartphone or POCO), then sync is automatically through your Mi Account.
In this article, we will discuss all the current ways of connecting, including hidden functions (for example, ADB management for advanced users), as well as solve typical problems such as signal delay or lack of response to commands.
Method 1: Official Mi Remote app
Mi Remote (formerly Mi TV Remote) is a basic tool for managing Xiaomi TV from a phone.It supports all models of the brandโs TVs, starting with Mi TV 3 (2016), and allows you not only to switch channels, but also to customize sound, run apps, and use voice search through Google Assistant or Alice.
To connect:
- ๐ฑ Install Mi Remote for Android or iOS. app weighs ~20 MB and works on Android 5.0 devices+ iOS 11+.
- ๐ Connect your phone and TV to the same Wi-Fi network. It's a must-have, and without it, synchronization won't happen.
- ๐ In the app, click "Add deviceยป โ Choose "TVยป โ Xiaomi will automatically find yours. TV locally.
- ๐ Confirm the pairing on the TV screen (a code of 4 digits will appear).
After connecting, 4 tabs will appear in the application:
| Tab | Functions |
|---|---|
| remote | Control keys (on, volume, channels, navigation) |
| Annexes | Quick launch of Netflix, YouTube, Prime Video, etc. |
| Voice. | Search content through your phoneโs microphone (works with Google Assistant) |
| Files. | Watching media from your phone to TV (photos, videos, music) |
โ ๏ธ Note: If the TV is not online, check if Miracast or Wi-Fi Direct is enabled in Xiaomi settings. TV (Settings โ Network โ In some models (Mi) TV 4A) This option is hidden โ it must be activated through the Developer.
Install Mi Remote on your phone|Connect the phone and TV single-wire|Update the TV to the latest version|Enable the "Network Discovery" mode in the settings TV-->
Method 2: Manage Google Home (for Android)
If you have an Android smartphone with Google Home installed, you can control Xiaomi TV through Google Assistant โ even without additional apps.This method is suitable for Chromecast-enabled models (such as Mi TV Q1/Q2 or Redmi Smart TV X).
Instructions:
- ๐ Make sure your TV is Chromecast enabled (Settings) โ Connections โ Chromecast).
- ๐ค Open Google Home on your phone โ press ยซ+ยป โ ยซSet up the deviceยป โ ยซConfigure compatible devicesยป.
- ๐บ Choose your Xiaomi TV from the list (if not, click "Do you see your device?" and enter the model manually).
- ๐ค Now you can give voice commands: โOK, Google, turn on Netflix on your TVโ or โSet volume at 50%ยป.
Advantages of this method:
- โ It works without a remote control โ enough voice.
- โ Integration with other Google devices (e.g. Nest speakers).
- โ The ability to create automation scenarios (e.g., โEvening Cinemaโ โ dimms lights, includes: TV and launches the film).
โ ๏ธ Note: On some of the firmware Xiaomi TV (Especially Chinese) Chromecast can be disabled by default. To activate it, go to Settings โ On TV. โ Software version and 5 times click on the line with the build number โ the developer menu will open, where you need to turn on Enable Chromecast.
Official Mi Remote app|Google Home / Assistant|Wi-Fi Direct|Another way.|I can't control my phone.-->
Method 3: Wi-Fi Direct for direct connection
If you don't have a router, or if you want to connect to a TV without the Internet, use Wi-Fi Direct, which creates a direct network between your phone and TV, which is convenient for traveling or in the country, and the data transfer speed is lower than Wi-Fi, but it's enough to control the remote.
How to set up:
- On TV: go to Settings โ Network โ Wi-Fi Direct and turn on the function. Remember the network name (e.g. MiTV-1234).
- On your phone: open Settings โ Wi-Fi โ find the TV network and connect to it. Password is usually not required.
- Start Mi Remote โ the TV must be automatically determined.
Limitations of the method:
- ๐ถ The distance between the devices should not exceed 10 meters.
- ๐ Increased battery consumption (up to 15% per hour with active use).
- ๐ฎ Some features are not supported, such as streaming high-resolution video.
๐ก
If Wi-Fi Direct is not enabled, upgrade your TV firmware to MIUI TV 3.0+. On older versions, this feature may not work well.
Method 4: Manage through Mi Home (for Xiaomi ecosystem)
If you have other Xiaomi devices (like Yeelight light bulbs, Mi Robot robot vacuum cleaner or smart socket), you can control your TV through the Mi Home app.
- ๐ ยซEvening modeโ: when switched on TV After 20:00, the lamps are muted and the curtains are closed.
- ๐ ยซCinema: when you launch a movie on Netflix, the sound panel of Xiaomi is turned on.
- ๐ช ยซNo one at home: when all family members leave TV switch off automatically.
To add a TV to Mi Home:
- Open the app and go to the Devices section โ Add the device.
- Select the category โTVโ โ Xiaomi โ your model.
- Confirm the pairing on the TV screen (the code will appear in the upper right corner).
- After the connection, the TV will appear in the main menu next to other devices.
Important: To work with this method, the TV must be linked to the same Mi Account as the phone, and if the accounts are different, sync will not occur.
How to connect a TV to a Mi Account?
Method 5: Advanced ADB management (for technical users)
If the standard methods don't work, and you want full control of Xiaomi TV, you can use ADB (Android Debug Bridge), a debugging tool that lets you send commands directly to the TV system.
- ๐ Install applications manually (such as Kodi or Stremio).
- ๐ง Change system settings (screen resolution, refresh rate).
- ๐ฑ Emulate remote presses through scripts.
Instructions for connection:
- On the TV, turn on Developer Mode: go to Settings โ About TV โ Software version and 7 times click on the line with the build number.
- Return to Settings โ Additional โ For developers and activate USB Debugging and Network Debugging.
- Install ADB Tools on your computer or phone (for example, via Termux for Android).
- Connect to the TV on the TV. IP-Address: adb connect [IP_TV address]:5555 (IP You can find out in Settings โ Network โ State of the network).
- Check Connection: Adb devices should show up on your TV list.
Examples of useful commands:
- Turn on/off TV: adb shell input keyevent 26
- Update: Adb shell input keyevent 24
- Open YouTube: adb shell am start -n com.google.android.youtube.tv/com.google.android.apps.youtube.tv.activity.ShellActivity
โ ๏ธ Attention: Misuse of the right ADB It can cause a system failure. Don't change the system files (/system) Do not remove pre-installed apps โ this will deprive you of warranty and can make the TV inoperable.
๐ก
ADB gives you complete control of your TV, but it requires technical knowledge, and standard methods (Mi Remote or Google Home) are enough for ordinary users.
Typical problem solving
Even with the right setup, errors can occur. Let's consider the most common and ways to fix them:
| Problem. | Reason. | Decision |
|---|---|---|
| The phone doesn't find the TV in Mi Remote | Different Wi-Fi networks or Miracast disabled | Connect both devices to the same network and check settings โ Network โ Miracast |
| Delay in pressing buttons | Weak Wi-Fi signal or overloaded router | Connect to 5GHz network or use Wi-Fi Direct |
| Voice commands are not working on Google Home | Chromecast disabled or outdated firmware | Update your TV to the latest version and enable Chromecast in your settings |
| Mi Home doesn't see TV | Mi Accounts or Regional Restrictions | Link TV to the same account as your phone, or change region to Russia |
If nothing helps, reset the network on the TV:
- Go to Settings โ Network โ Network Reset.
- Confirm the action (the TV will restart).
- Reconnect to Wi-Fi and try to sync your devices again.