Pairing Multiple Identical Devices Without Confusing the Hub

When you pair five identical smart bulbs in sequence, the hub may merge them or assign wrong names. Here is how to keep them distinct from the start.

Pairing Multiple Identical Devices Without Confusing the Hub
Difficulty Beginner
Estimated time 30 minutes
Last tested May 2026
Verified on HomeKit, Alexa, SmartThings +1

You bought a pack of five identical smart bulbs to put in a chandelier. You screw them in, put the hub in pairing mode, and they all join. Now your hub shows “Smart Bulb 1”, “Smart Bulb 2”, through “Smart Bulb 5”, but you have no way to tell which one is which. When you try to set up scenes, you cannot remember which bulb is the leftmost, which is the rightmost. After thirty minutes of trial and error, you wish you had paired them differently.

Why this happens

Most hubs assign default names like “Generic Zigbee Bulb 1”, “Generic Zigbee Bulb 2” in the order they pair. They do not know which physical bulb is which because there is no spatial information in the Zigbee handshake.

The cleanest fix is to pair one at a time, identify the bulb immediately, name it, and only then move to the next. This takes longer per bulb but eliminates all the confusion downstream.

The one-at-a-time method

For a five-bulb chandelier:

  1. Have all five bulbs out of their sockets at the start.
  2. Put the hub in pairing mode.
  3. Install the first bulb in the leftmost socket. Wait for it to appear in the hub app.
  4. Immediately rename it to “Leftmost Chandelier” or whatever describes its position.
  5. Repeat for the next bulb (“Left of Center Chandelier”), and so on.

This way, each bulb has a clear name before the next one joins.

The blink-to-identify method

If you have already paired all five bulbs with generic names, the recovery is to use the bulb’s blink or identify function. Each Zigbee bulb supports an identify command that makes it flash for a few seconds.

  • In the Hue app: open the bulb, tap the gear, look for “Identify” or “Make it blink”. Watch the chandelier to see which bulb flashed.
  • In SmartThings: similar; the device’s settings page often has a Test or Identify option.
  • In Hubitat: the Zigbee Details page has an identify command.
  • In Home Assistant: the Zigbee device page has an identify button.

One by one, identify each generic-named bulb, rename it based on which physical position blinked, and you can sort out a fully-paired set in about 10 minutes.

The physical install order

If you have not paired yet, install the bulbs in a consistent order: leftmost first, then move clockwise. This way, even with default names, you know the bulb numbered 1 is leftmost, 2 is next, etc.

This is a habit worth developing. It applies to multi-bulb fixtures, multi-plug power strips, anywhere you have several identical devices in spatial relationships.

Group versus individual control

Once paired, decide whether you need individual control or group control. If all five chandelier bulbs are always controlled together (always the same brightness, always the same color), assign them to a single zone or group and control the group. You do not need to remember which bulb is which because they always move together.

This is the simpler setup for most chandelier and multi-bulb fixture scenarios.

If you do need individual control

Some lighting designs use individual bulb control to create effects (asymmetric lighting, gradient effects, individual color per bulb). For these:

  • Each bulb needs a unique, descriptive name
  • Scenes should reference each bulb by name, not by group
  • Voice commands work better with descriptive names than “Bulb 3”

The one-at-a-time pairing method is essential here.

Pairing multiple plugs in different outlets

Same problem with smart plugs. If you plug five plugs into a power strip and pair them all at once, you cannot tell which plug controls which appliance.

Pair one at a time. Plug only one into the power strip at a time. Pair, name, then plug in the next.

If you have already paired them all, label the plugs physically. Stick a small piece of tape on each with a number. Then identify them through the app’s blink or test function to map the app number to the physical number.

Pairing multiple identical sensors

Sensors (door, motion, leak) have the same issue. Pair one at a time, in its final location, and name it immediately. Door sensors can be a particular pain because they often have no LED to confirm pairing; you have to rely on the app showing the new device.

For batch sensor installation, the trick is to keep the unpaired sensors in a different room from the paired ones. Each time you pair a new sensor, it appears in the app as the most recent addition. Name and place it before you start the next.

The hub’s auto-naming patterns

Different hubs name new devices differently. Understanding the pattern helps:

  • SmartThings: usually uses the device’s manufacturer name plus a generic descriptor.
  • Hubitat: uses the driver name plus a number, like “Generic Zigbee Bulb 7”.
  • Hue: uses the bulb type, like “Hue White 3”.
  • Home Assistant: uses the manufacturer plus model plus a short hash.

None of these are useful for distinguishing identical devices. Rename always.

When you need many identical devices and bulk pairing

For genuine bulk deployment (an office with 50 identical bulbs), use the manufacturer’s bulk pairing tools if available. Philips has a commercial setup tool. Sengled and similar brands have batch provisioning through their own apps. These tools assign device IDs in a structured pattern that supports later identification.

Consumer hubs are not optimized for bulk; if you have more than ten of the same device to pair, consider whether the manufacturer offers a better tool.

Labels matter more than naming

For identical devices, write a small label and stick it physically on the device or its base. Match the label text to the name in your hub. When you need to find “bulb 3” physically a year later, the label tells you which bulb it is without having to identify by location alone.

Painters tape works fine and removes cleanly. The label does not need to be pretty. It just needs to exist. Combined with the in-app naming conventions covered in our Hue room rebind guide, the result is a setup that future-you can troubleshoot without re-learning the layout.

The label-the-bulb habit

Before installing identical bulbs, write a tiny serial number with a marker on the base where it will not be visible after installation. Match that number to the in-app name. When you need to physically identify which bulb is which a year later, the marker tells you instantly. The wider topic of identical-device chaos is in our bulb rebind guide.

Works with
HomeKitAlexaSmartThingsZigbee

Frequently asked questions

Why does the identify command not work on some bulbs?

Older Zigbee bulbs from certain manufacturers do not implement the identify cluster, or implement it as a no-op. You have to fall back to toggling the bulb on and off through the app while watching the chandelier.

Can I pair bulbs to different rooms during the same pairing session?

Yes. Pair the bulb, name it, assign it to a room, then start the next pairing. The hub does not care that consecutive pairings target different rooms.

How do I keep track of physical placement?

A photo of the room with each device labeled is the cleanest record. Take it before you start, mark up each device with its eventual name, then refer to the photo during pairing.

Does the order of pairing affect device performance?

Not directly, but devices that pair near other already-paired devices may bind to them as routing parents. This can affect mesh routing in subtle ways. For best results, pair from the center of your home outward.

What if I have devices from different manufacturers that look identical?

The hub's device list will show the manufacturer in the device details even when the name is generic. Filter or sort by manufacturer to disambiguate.

Can I bulk rename devices?

Some hubs support this through API access or third-party tools. SmartThings's IDE has bulk editing. Home Assistant has bulk editing through the UI. Hue's app does not.