Smart lighting from Xiaomi Yeelight has long proven to be a reliable and functional solution for the modern home. However, controlling exclusively through a smartphone is not always convenient, especially when you need to quickly turn off the lights or change the scene without unlocking the screen of the gadget. It is in these situations that a physical remote control comes to the rescue, which allows you to instantly adjust the brightness, color temperature and include preset modes.
The process of pairing a remote with a chandelier or lamp can seem confusing due to the presence of different communication protocols and firmware versions. Users often find that standard methods do not work, or the remote responds with a delay. In this article, we will discuss in detail all the nuances of connection, from choosing the right type of remote to deep tuning through the developer console to make your lighting work flawlessly.
Selecting a compatible remote and checking the frequency
The first step is to determine the type of equipment you have. The Yeelight ecosystem uses different frequencies for wireless communication, and frequency incompatibility is the most common cause of malfunctioning. Most modern devices run at 433 MHz, but there are models that use 2.4 GHz or even Bluetooth Mesh. If you purchased a remote separately from the chandelier, make sure that your series of lights is supported on the package or in the specification.
Compatibility checks often require you to look at the deviceβs own settings through Yeelight. Some advanced models allow you to see the type of gateway or remote connected in the device information menu. If the remote is old or out of production, you may need to update the firmware of the chandelier itself to support new communication protocols.
Note the marking on the back cover of the remote. Having a Works with Xiaomi or Yeelight logo is a good sign, but it is not a guarantee of full compatibility with all features. For example, the ceiling chandelier remote may not support color tape management due to differences in protocol commands.
β οΈ Warning: Attempting to force a remote from another frequency group (e.g., 315 MHz instead of 433 MHz) may cause a chandelier receiver to malfunction.
There are several basic types of remotes that you can find on sale, and they differ not only in design, but also in internal content:
- ποΈ Official remotes Xiaomi/Yeelight β guaranteed compatibility, but often high price and limited button functionality.
- π Universal remotes with Mi Home support β require configuration through the gateway, but allow you to control hundreds of devices at once.
- π§ DIY-solution ESP8266 β for enthusiasts, allowing you to program any scenarios, but require soldering skills.
Preparation for interfaces: discharge and regimes
Before setting up, you need to get the chandelier ready to look for new devices. Standard procedure often requires resetting the network settings or going into pairing mode. For most Yeelight models, this is done by a series of quick power switches and power switches through a wall switch.
The exact sequence of actions depends on the model, but the classic method is: turn on the light, turn off, wait a second, turn on again. Repeat this cycle 5 times. On the fifth switch, the lamp should blink several times, signaling the transition to Pairing Mode. If there is no blinking, try to increase the interval between switches or, conversely, make them faster.
βοΈ Checklist of preparation for connection
It's important to understand that when you pair the chandelier, it's only visible to devices in the immediate vicinity. 10-15 This is especially critical for models using Bluetooth or Zigbee, where the search radius in the setting mode is limited.
| Model chandelier | Actions for discharge | Indication of regime |
|---|---|---|
| Yeelight Pro | 5 on/off cycles | Smooth attenuation |
| Ceil (Basic) | 10 on/off cycles | Fast blinking. |
| Color Bulb | 5 on/off cycles | RGB color change |
| Moonlight | Reset button retention | Orange light |
Connection process through the Mi Home application
The official way to link the remote is through the Mi Home ecosystem. Open the app on your smartphone, making sure your account is tied to the region corresponding to the device's firmware (often China or Europe). Go to your chandelier card and find the settings section, which can be called Control, Remote Control or Remote Control.
Inside the menu, click the Add Remote or + button, and the system will ask you to perform a specific action with the remote, such as pressing and holding a specific combination of buttons, usually by simultaneously pressing the on and off buttons, or by holding the center button for 5-7 seconds for a long time.
β οΈ Note: If the app does not see the remote after 3-4 try to remove the chandelier from the list of devices and add it again, re-doing the reset procedure.
Successful connectivity is confirmed by an audible signal (if available in the model) or a change in the color of the indicator, after which the remote can be assigned specific functions. In standard mode, the buttons can work as scene switches, but through the settings menu you can reassign them to change brightness or color.
π‘
Use the Sharing feature in Mi Home so family members can control the chandelier from their phones, even if the remote is physically lost.
Configure through the developer console (for advanced)
For users who lack standard functionality, there is a possibility of customization through LAN Control: This method allows you to send commands directly to IP-The chandelier address bypasses cloud servers, and you need to start by enabling Developer Mode in Yeelight, and this is done in the About Me section, where you need to quickly tap the app version number.
Once you turn on the mode, you'll see a "LAN Control" switch in the settings of each lamp. Turn it on. Now you can use third-party apps or scripts to emulate the remote, for example, you can create a virtual remote on a tablet or use a smart speaker for voice control that will emulate the buttons of the physical remote.
{"id":1,"method":"set_bright","params":[50,"smooth",1000]}This command, sent to port 55443, will change the brightness to 50%, and knowing these commands, you can program any universal remote with an IR port or Wi-Fi, configuring it to send HTTP/TCP packets instead of infrared signals.
List of popular Yeelight ports
Solving delay and response problems
A frequent complaint of users is a noticeable delay between pressing a button and light response. This can be caused by congestion of the Wi-Fi network or weak signal. If the chandelier is connected through a gateway (Bluetooth Mesh or Zigbee), make sure that the gateway itself is located close enough to the router and the remote control.
Signal interference is another enemy of stable operation. Microwave ovens, cordless phones, and neighborhood routers can create noise in the 2.4 GHz band. Try changing the router's Wi-Fi channel to a less busy one (like 1, 6, or 11) or switching the chandelier to 5 GHz if the model supports dual-band mode.
The problem can also be in the remote's power supply. Even if the LED on the remote lights up, the voltage may not be enough to transmit the radio signal at the right distance, and replacing the battery with a high-quality alkaline often solves the "dead zone" problem where the remote stops working.
- πΆ Check it out. RSSI β signal level in the application. -70 dBm is considered unstable.
- π Update firmware β manufacturers often release patches that improve connection stability.
- π‘ Use a repeater β if the chandelier is far from the router, the signal amplifier will solve the problem of cliffs.
Integration with other smart home systems
The connected Yeelight remote can be integrated into broader smart home scenarios using platforms like Home Assistant, HomeKit or Yandex Smart Home, in which case pressing a button on the remote can not only change the light, but also trigger scenarios: close the curtains, turn on the TV or start a robot vacuum cleaner.
To implement such a bundle, Home Assistant uses yeelight integration, which automatically detects devices on the local network. Once a chandelier is added to the HA, events from the remote (if they penetrate) or the lamp state can be used as triggers for automation.
β οΈ Note: When integrated through third-party hubs, Mi Home cloud scripts may stop working or run with a high latency.
Using MQTT allows you to achieve minimal latency and complete independence from the manufacturer's servers, ideal for those who appreciate fault tolerance, and by setting up the bridge between Yeelight and MQTT, you have complete control over every bit of data transferred from remote to lamp.
π‘
Local control via Home Assistant or MQTT provides instant response and lighting even when there is no internet connection.