Xiaomi’s Rarely Used Bluetooth Devices: Secret Features and Hidden Potential

Xiaomi’s ecosystem is known not only for smartphones and fitness bracelets, but also for dozens of non-obvious Bluetooth gadgets that most users don’t even know about, often overshadowed by flagship products, but also for unique tasks ranging from monitoring sleep with medical precision to automating a smart home at the professional level, the problem is that documentation on them is scarce and retailers rarely understand their real capabilities.

In this article, we will break down the little-known Xiaomi Bluetooth devices that go beyond standard headphones and trackers: from the Mijia Smart Tag with undocumented features to the Xiaomi Mi Temperature and Humidity Sensor 2, which can not only show the weather, but also prevent mold in the apartment. You will learn how to connect them correctly, which hidden settings to activate through Mi Home or alternative applications, and where to buy them in 2026.

We'll focus on compatibility issues, because many of these gadgets are not officially supported outside of China, but there are workarounds, and we'll also cover a few life hacks, like how to use the Xiaomi MiJia Bluetooth Button to control a smart home without a smartphone, or how to turn the Mijia Honeywell Smoke Detector into part of the security system with notifications in Telegram.

Top.-5 The most obvious Bluetooth devices Xiaomi

If you think you know all Xiaomi gadgets, you're probably wrong. Here are five devices that are rarely seen in reviews, but can dramatically simplify everyday life:

  • πŸ” Mijia Smart Tag is not just a tag for finding keys, but a full-fledged motion sensor with a history of movement (works even without the Internet).
  • 🌑️ Xiaomi Mi Temperature and Humidity Sensor 2 is the only sensor in the lineup with Bluetooth Mesh support, which allows you to build networks of 30+ device.
  • πŸ”˜ MiJia Bluetooth Button is a programmable button that can run scripts in Home Assistant or send SMS.
  • 🚬 Mijia Honeywell Smoke Detector – smoke detector with a 10-year battery that can distinguish steam from a real fire.
  • πŸ’€ Xiaomi Mi Smart Sleep Monitor - a device under the mattress, analyzing the phases of sleep without wearing on the body (more precisely, many smart watches).

Interesting fact: most of these gadgets are not officially sold in Russia and Europe, but they can be ordered on AliExpress or in Chinese stores with delivery. LYWSD03MMC, not obsolete LYWSD02).

πŸ“Š What a rare Bluetooth device Xiaomi you are interested in?
Mijia Smart Tag
Temperature and humidity sensor
Programmable button
Smoke sensor
Sleep monitor
Other

How to connect rare Bluetooth gadgets Xiaomi to Mi Home

The main problem with little-known devices is that they are not visible in the standard list when added to the Mi Home.

  1. Install the latest version of Mi Home (preferably Chinese or international 4.6.300)+).
  2. Switch the region to China in the profile settings.
  3. Click Add Add the device β†’ Other devices β†’ Manually.
  4. Enter the name of the model (for example, LYWSD03MMC temperature-sensor).
  5. If your device is not located, use alternative apps like Home Assistant or Aqara Home.

Important: Some devices (such as the Mi Smart Sleep Monitor) require binding to a Chinese Mi Account. Without this, they will only work in guest mode with stripped-down features.

Install the Chinese version of Mi Home|Create a backup account in case of blocking|Prepare an interpreter for Chinese instructions|Check compatibility with your smartphone (Android) 8+/iOS 12+)|Have a resetting needle on hand (in case of errors)

-->

If the device is connected, but the data is not updated, check:

  • πŸ“Ά Distance to router (for some sensors maximum - 10 meters without obstacles).
  • πŸ”‹ Charge level (for example, Smart Tag discharges for a charge level) 2-3 months with active use).
  • πŸ“± Bluetooth version on your smartphone (needs Bluetooth 5.0)+ steady-work).

Mijia Smart Tag features: more than just a tag

Mijia Smart Tag (model) XMYD01FM) At first glance it seems like a regular tracker for keys, but in fact it is a multifunctional sensor with undocumented capabilities:

FunctionHow to activatePractical application
History of displacementEnable in Mi Home β†’ The device β†’ Settings β†’ JournalTrack where the child or pet has been
Motion sensorAdd as β€œSmart Sensor” in the scriptAutomatically turn on the light when moving
Deleted photoPress the button on the tag three times.Take a selfie at a distance of up to 10 meters
Lost mode.Activated automatically when removed >50 m m mGet notifications if the bag is left in the cafe

The most useful feature is smart home integration, so you can customize a scenario where if the tag is approaching the door (motion sensor is activated), the lights are turned on and the robot vacuum cleaner is launched.

  1. Open Mi Home β†’ Automation β†’ Create a script.
  2. Choose a Mijia Smart Tag Trigger β†’ Movement detected.
  3. Add actions (e.g., enable Yeelight).
  4. Save it and test it.

Xiaomi Mi Temperature and Humidity Sensor 2: Professional Climate Monitoring

Sensor. LYWSD03MMC β€” It is not just a thermometer, but a tool for monitoring the microclimate with precision. Β±0.3Β°C and Bluetooth Mesh support, key features:

  • πŸ“Š Long-term statistics: save data for 365 days (unlike budget analogues with 30 days of memory).
  • πŸ”„ Mesh network: You can link up to 30 sensors into a single network to cover a large area (such as a greenhouse or office).
  • ⚠️ Alerts: notifications when leaving the specified thresholds (for example, humidity) >70% = mold-risk).
  • πŸ”‹ Autonomy: battery CR2032 hold on 1.5-2 yearly updates to the data each 10 minute.

For maximum accuracy, place the sensor:

  • At a height of 1.5 meters from the floor (avoid direct sunlight).
  • Far from heat sources (batteries, kitchen stove).
  • In a room with minimal air circulation (for example, not near the air conditioner).

Critical feature: this sensor does not work with Wi-Fi directly. Remote monitoring requires a Bluetooth gateway (for example, Xiaomi Bluetooth Gateway or a smartphone with a permanent connection).

How to get around the limit of 30 sensors in one Mesh network?
Use multiple Bluetooth gateways (e.g., 2 Xiaomi Bluetooth Gateways) to spread them across different rooms, each gateway can control a group of 30 devices, and data will be combined in one Mi Home application.

MiJia Bluetooth Button: a programmable button for a smart home

MiJia Bluetooth Button (model) WXKG01LM) It looks like a normal wireless button, but it's actually a universal trigger for all scenarios:

  • πŸ”¦ Light control (single press - turn on, double - turn off).
  • πŸšͺ Signaling (prolonged pressing) = anxiety).
  • πŸ“± Remote control of the smartphone (for example, launching a voice assistant).
  • πŸ”„ Automation (pressing) β†’ vacuum-stack).

To adjust the button:

  1. Add it to Mi Home as a "Smart Button".
  2. Go to Automation. β†’ Create a script.
  3. Select a trigger (single/double/long-press).
  4. Set up an action (e.g. enable Xiaomi Smart Plug).

Advanced life hack: If you plug a button into Home Assistant, you can set up a notification to Telegram or even a phone call.

automation:


- alias: "SOS button"




trigger:




platform: event




event_type: mihome_button




event_data:




key: "1000" # long press




action:




service: notify.telegram




data:




message: "Alarm! SOS button pressed!"

πŸ’‘

The MiJia Bluetooth Button can work without the internet – all scripts run locally via Bluetooth if compatible Xiaomi devices are used.

Mijia Honeywell Smoke Detector: Smart smoke detector with 10-year battery

Mijia Honeywell Smoke Detector (model) JTYJ-GD-01LM/BW) stand out:

  • πŸ”‹ 10 years of battery life (built-in battery, no replacement required).
  • 🚨 Distinguish smoke and steam (does not work falsely when cooking).
  • πŸ“‘ Bluetooth + Zigbee (works both independently and in a smart home system).
  • πŸ”Š 85 dB volume (audit even in a large apartment).

To connect:

  1. Install the sensor on the ceiling (optimally - in the center of the room).
  2. Add to Mi Home through the "Security" section.
  3. Set up notifications in Settings β†’ Alerts.

Important nuance: the sensor is not compatible with Russian standards of fire alarm (GOST R) 53325-2012), It can only be used as an additional means of warning, not as a primary means of communication.

⚠️ If the sensor starts to beep every time 30 Seconds are not a malfunction, but a low battery charge signal (although the manufacturer claims that the battery is not a fault). 10 In practice, this happens through years of work. 5-7 You can only reset the sound by replacing the device.

Xiaomi Mi Smart Sleep Monitor: Medical analysis of sleep without wearable devices

The Mi Smart Sleep Monitor (Model) MMC-01-ZM) β€” This is a touchpad under the mattress that analyzes the:

  • πŸ’€ Sleep phases (light/deep)/REM).
  • πŸ“ˆ Heart rate.
  • πŸ›Œ Movements and postures in dreams.
  • 🌑️ Temperature and humidity around the bed.

Advantages over smart watches:

ParameterMi Band 8Mi Smart Sleep Monitor
Precision of sleep phases70-80%90-95%
Autonomy16 daysNo charge required.
ConvenienceWe should wear it on our hand.Install once
Additional dataSteps, pulse.Temperature, humidity, snoring

For maximum accuracy:

  • Place the panel strictly under the chest.
  • Use a mattress no more than 30 cm thick.
  • Connect to the outlet (operates from the network, but there is a backup battery).

⚠️ Note: The device is not intended to diagnose sleep apnea or other medical findings, and its data are advisory and do not replace the consultation of a doctor.

Where to buy rare Bluetooth devices Xiaomi in 2026

Most of the devices in this review are not officially sold in Russia and Europe, but they can be found:

  • πŸ›’ AliExpress is the widest range, but the risk of running into a fake%+ and Russian reviews.
  • 🏬 Banggood – There are often promotional prices, but delivery is longer (3-4 weekdays).
  • πŸ“¦ Chinese shops (Taobao, 1688) - lowest prices, but need intermediaries to deliver.
  • πŸ‡¨πŸ‡³ Official store.xiaomi.com – only for those with a Chinese shipping address.

Average prices for rare gadgets (July 2026):

The devicePrice, β‚½Where is it cheaper?
Mijia Smart Tag800-1200AliExpress
Mi Temperature and Humidity Sensor 21500-2000Banggood
MiJia Bluetooth Button1000-1400Taobao
Mijia Honeywell Smoke Detector2500-3000Official resellers
Mi Smart Sleep Monitor5000-6500AliExpress (seller of Xiaomi Mall)

Before buying, check:

  • πŸ“„ Compatible with your region in Mi Home (some devices only work with a Chinese account).
  • πŸ”Œ Power adapter (for example, Sleep Monitor comes with a Chinese plug).
  • πŸ“¦ Components (often sellers save on batteries or mounts).

FAQ: Frequent questions about rare Xiaomi Bluetooth devices

Can I use Mijia Smart Tag to track pets?
Yes, but with reservations, the label weighs everything. 6 gram, therefore suitable for cats and small dogs, but: Indoor range - up to 30 Meters (depends on the walls) Battery holds. 1-2 You can use a cover to attach the collar to the collar (sold separately). GPS-Tracker (e.g. Xiaomi Mi Pet Tracker).
Why does Mi Temperature Sensor show incorrect data?
Most often the problem is: Incorrect placement (near the window, battery, kitchen stove) Poor contact of the battery (try to take out and insert back). CR2032). Outdated firmware (update via Mi Home) interference from other Bluetooth devices (unplug the devices at 5.8GHz). If nothing helps, reset the sensor to factory settings (press the button for 10 seconds).
How to Integrate MiJia Bluetooth Button with Home Assistant
To do this: Install the Xiaomi component BLE in configuration.yaml: xiaomi_ble: devices: - mac: "XX:XX:XX:XX:XX:XX" # MAC-address of your button round_trip_time: 10 Reboot Home Assistant. Create automation with event trigger: xiaomi_ble. MAC-The address of the button can be found through the nRF Connect application (Android/iOS).
What is Xiaomi Mi Smart Sleep Monitor better than smartwatch?
Main advantages: Passive monitoring β€” no need to wear on the hand, no discomfort. High accuracy β€” analyzes the movements of the whole body, not just the hands. Additional sensors β€” measures the temperature and humidity around the bed. No dependence on charging β€” works on the network (as opposed to a watch that needs to be charged each week). Disadvantages: does not track daily activity (steps, calories) and requires stationary installation.
Can I use Xiaomi Smoke Detector without Mi Home?
Yes, the sensor works autonomously: Loud signal (85 dB) will work even without connecting to a smartphone. Built-in siren is powered by a non-removable battery for 10 years. To test, press and hold the button on the case for 3 seconds. However, without the Mi Home you will not get: Notifications on the phone. Integration with other devices (for example, automatic gas shutdown).