How do you know? IP-Xiaomi vacuum cleaner address: all ways for models 2018-2026.

Why Xiaomi vacuum cleaner needs IP-address and where to find

IP-The address of the Xiaomi robot vacuum cleaner is its β€œdigital passport” in your local network, without which you can not connect to the device directly (for example, through a computer). SSH Or Telnet, or the Home Assistant, or the firmware update manually, or the diagnosis of connectivity issues, most users don't even know that their Mi Robot Vacuum or Dreame Bot has its own. IP β€” until they have to know him.

Unlike smartphones or laptops, where IP is displayed in network settings, Xiaomi vacuum cleaners have this parameter hidden. The manufacturer did not provide a direct display of the address in the Mi Home mobile app (now Xiaomi Home), so you have to use workarounds. Fortunately, there are at least five of them - from simply viewing the list of devices in the router to advanced methods using nmap or arp-scan.

In this article, we will discuss all the current methods of definition. IP-Xiaomi vacuum cleaner addresses (including Mi Robot Vacuum-Mop 2 Pro, DreameBot models) D9, Xiaomi Mi Robot Vacuum 1S and others), and explain why the address may suddenly change and how to fix it.

Method 1: View the list of devices in the router

The most universal method is to check the list of connected devices in your router’s web interface, which works independently of the vacuum cleaner model and firmware version, but requires access to the router’s settings.

Instructions:

  • 🌐 Open the browser and enter in the address bar IP Your router (usually 192.168.0.1, 192.168.1.1 or 192.168.8.1) login and login password are listed on the device sticker.
  • πŸ“‹ Go to the Connected Devices section, DHCP-Clients or Local Network (name depends on router model).
  • πŸ” Find a device called roborock, miio, or dreame (sometimes displayed as an unknown device with a device called a roborock or a dreame). MAC-The address will be indicated next to it. IP.

If the vacuum cleaner is not listed, make sure it is on and connected to the same Wi-Fi network as your computer/smartphone. IP-device-address MAC β€” This is useful if the address changes frequently.

πŸ’‘

If you have a router from a provider (such as Rostelecom or Beeline), access to the list of devices may be limited, in which case use method 2 or 3.

Method 2: Using the Xiaomi Home (Mi Home) app

Xiaomi Home (formerly Mi Home) doesn’t show up IP-The vacuum cleaner address is directly, but it can be obtained indirectly through a network report or device settings, which works for most models except the oldest (until 2019).

Step-by-step:

  1. Open the Xiaomi Home app and select your vacuum cleaner.
  2. Go to Device Settings β†’ General β†’ About the Program (or Device Information).
  3. Click on the field several times with the firmware version (for example, 3.5.9_004216). In some firmware, this will cause the appearance of a hidden menu with technical data, including: IP.
  4. If the menu does not appear, go to Settings β†’ Network and check the Diagnostics section of the Network – local IP may be displayed there.

For Dreame vacuum cleaners (like DreameBot D10 Plus), the path is different: Device profile β†’ Cog sign β†’ About program β†’ Network information. If IP isn’t displayed, try updating the firmware – newer versions often add this feature.

Check the Wi-Fi connection of the vacuum cleaner | Update the Xiaomi Home app to the latest version |Reset the vacuum cleaner (hold the power button for 10 seconds) |Try another way from this article-->

Method 3: Use of the Nmap utility (for advanced users)

If the first two methods didn't work, you can scan the local network using the free Nmap utility, which requires access to a computer running Windows, macOS or Linux, but gives 100% results.

Instructions for Windows:

  1. Download nmap from the official nmap.org website and install it.
  2. Open the Command Prompt (Win + R β†’ cmd).
  3. Enter the command to scan the network (replace 192.168.1.0/24 with your router’s subnet): nmap -sn 192.168.1.0/24
  4. In the results, find a device named roborock, miio, or an unknown device with an open port of 54321 (a standard port for Xiaomi vacuum cleaners).

For macOS/Linux, the command is similar, but nmap can be installed via brew install nmap (Mac) or sudo apt install nmap (Ubuntu/Debian). If there are too many devices in the scan results, use the manufacturer filter:

nmap -sn 192.168.1.0/24 | grep -i "roborock\|miio\|dreame"
How do I know if I can connect my router?
Open the Command Prompt and enter ipconfig (Windows) or ifconfig (macOS/Linux). Find a line. IPv4-Address: The first three numbers (for example, 192.168.0.) And there's your subnet. /24 at the end of the scanning of all addresses from.1 before.254.

Method 4: Through the Android terminal (without root)

If you have an Android smartphone, you can find out the IP of the vacuum cleaner without any additional software, either through the built-in terminal or the Termux app, and this method works even if the vacuum cleaner is not displayed in the router.

Instructions:

  1. Install Termux from Google Play (or use the built-in Terminal app on Xiaomi/Redmi).
  2. Connect to the same Wi-Fi network as the vacuum cleaner.
  3. Enter a command for scanning ARP-cache /proc/net/arp Or use ping. + arp: ping -c 1 192.168.1.255 & arp -a
  4. Find the results. MAC-address 78:11:DC, 7C:01:9E or 48:E1:E9 (typical prefixes for devices Xiaomi/Roborock). It'll be close. IP.

If the terminal produces a Permission denied error, try using the Fing app (available on Google Play and the App Store) that scans the network and shows all connected devices from their devices. IP and MAC-address.

Through the router.|Through the Xiaomi Home app|With nmap.|Through the Android terminal|Other-->

Method 5: Direct polling of the vacuum cleaner using the MiIO protocol

For tech-savvy users, there is a way to get IP directly from a vacuum cleaner by sending it a MiIO request. This works if you have a device token (it can be obtained through the Mi Home app or the miio-cli utility).

Instructions:

  1. Install Node.js from the official website nodejs.org.
  2. Install the utility miio-cli through the command: npm install -g miio-cli
  3. Enter the command to scan devices (replace TOKEN with your real token): miio discover --token TOKEN
  4. The results will be IP-address of the vacuum cleaner, its model and other data.

If there is no token, it can be extracted from the traffic of the Xiaomi Home app using the HTTP-Note: transferring the token to third parties gives them full control over your vacuum cleaner!

πŸ’‘

The device token is like a vacuum cleaner password, never share it in the public domain or store it in the cloud.

Why? IP-The address of the vacuum cleaner may change and how to fix it

Many users are faced with a situation where IP-Xiaomi's vacuum cleaner address suddenly changes. It's because of the mechanism. DHCP β€” A protocol that automatically assigns addresses to devices on the network. By default, the router can issue a new vacuum cleaner. IP with each connection, which creates problems for integrations (for example, with Home Assistant).

Decisions:

  • πŸ”’ Lock it down. IP router: Find MAC-address of the vacuum cleaner (through any of the methods above) and tie it to a static IP customized DHCP-router.
  • βš™οΈ Set up static. IP vacuum cleaner: Some models (e.g. Roborock) S7) allow you to set a fixed IP manually SSH Telnet.
  • πŸ“± Use the host name: Instead IP Connect by device name (e.g. roborock-vacuum.local) if your router supports mDNS.

If the vacuum cleaner often loses connection to Wi-Fi, check the power saving settings on the router (turn off 802.11r or 802.11k) and make sure it is connected to a 2.4 GHz network (most Xiaomi models do not support 5 GHz).

πŸ’‘

After the shift IP The vacuum cleaner stopped responding to commands from Home Assistant, restart integration or update configuration YAML-file.

Table: Comparison of IP definition methods for different models

Model vacuum cleanerThrough the router.Through Xiaomi HomeThrough nmapThrough the terminalThrough MiIO
Xiaomi Mi Robot Vacuum 1Sβœ… Yes.⚠️ Only in older versions of the appβœ… Yes.βœ… Yes.βœ… Yes.
Roborock S5/S6βœ… Yes.βœ… Yes, in the section "About the programme")βœ… Yes.βœ… Yes.βœ… Yes.
DreameBot D9/D10βœ… Yes.βœ… Yes (in Network Information")βœ… Yes.βœ… Yes.βœ… Yes.
Xiaomi Mi Robot Vacuum-Mop 2βœ… Yes.❌ No (firmware update required)βœ… Yes.βœ… Yes.βœ… Yes.
Roborock S7/S8βœ… Yes.βœ… Yes (in "Diagnostics of the Network")βœ… Yes.βœ… Yes.βœ… Yes.

If your model is not listed in the table, try universal methods (via router or nmap).Dreame vacuum cleaners older than 2020 may need to update the firmware through the official app.

Frequent Mistakes and How to Avoid Them

In determining IP-Xiaomi vacuum cleaner addresses are common problems that users often face. Here are the most common ones and how to solve them:

⚠️ Note: If the vacuum cleaner doesn’t appear in the router’s device list, check if it’s connected to a 2.4GHz network. Many models (such as the Mi Robot Vacuum 1) don’t support 5GHz and simply won’t be visible on the network.

Other mistakes:

  • πŸ”Œ Vacuum is not connected to the network: Reboot it (hold the power button 10-15 seconds) and check the Wi-Fi settings in the Xiaomi Home app.
  • πŸ“΅ IP Changes after each reboot: Set up static IP on the router or use reservations DHCP down MAC-address.
  • πŸ”’ No access to your router: Use mobile apps like Fing or Network Analyzer to scan your network.
  • πŸ›‘ nmap doesn't find vacuum: Make sure your computer and vacuum cleaner are in the same subnet.

If none of these methods worked, check if the Wi-Fi settings on the vacuum cleaner have reset, restart it and try to reconnect through the Xiaomi Home app.

Can I find out the IP vacuum cleaner Xiaomi without connecting to Wi-Fi?
No. IP-The address is assigned only when connected to the local network, and if the vacuum cleaner is not connected to Wi-Fi, it does not have a single address. IP. In this case, first set up the connection through the Xiaomi Home app.
Why is the vacuum cleaner not displayed in the router’s list of devices?
Possible reasons: The vacuum cleaner is connected to another network (like a neighbor), the device is off or asleep, the router locks unknown devices (check firewall settings), the vacuum cleaner is connected to a 5 GHz network that it doesn't support. Solution: restart the vacuum cleaner, check the Wi-Fi settings in the app and make sure it's connected to the correct network.
What? IP-address at the Xiaomi vacuum cleaner by default?
Xiaomi vacuum cleaners do not have a fixed IP by default – it is assigned by the router dynamically via DHCP. However, many routers give addresses in the range 192.168.1.100-192.168.1.200 or 192.168.0.100-192.168.0.200. To find out the exact address, use one of the methods described in the article.
Can I connect to the vacuum cleaner via IP from another network (via the Internet)?
No, it can't be directly. Xiaomi vacuum cleaner works only on the local network. For remote management, use the official Xiaomi Home app (it connects through the Xiaomi cloud) or configure port port port port port port port port port port port port port port port port port port on the router (not recommended due to security risks).
What if the IP vacuum cleaner conflicts with another device?
If two devices on the network are the same IP (conflict DHCP), Do this: Reset the router and vacuum cleaner. Set up reservations in the router. IP down MAC-If the conflict is repeated, manually assign a static vacuum cleaner. IP off-range DHCP (for example 192.168.1.250).