Configuring smart lighting without a neutral wire

Configuring smart lighting without a neutral wire

Getting smart lighting working without a neutral at the switch is straightforward enough if you stop trying to make the wall switch do a job it cannot do. In older UK homes, that usually means leaving the mains wiring alone and choosing bulbs, relays, and controls that fit the circuit you already have.

Getting started with smart lighting configuration

Assessing your current wiring setup

Turn the power off at the consumer unit before you open the switch plate. Look for a neutral conductor at the back of the switch box. If you only see a live loop, usually brown or red at the switch terminals, and a switched live to the lamp, there is no neutral at the switch. Check the lamp type too: bayonet, GU10, or pendant. Count how many lamps are on the circuit. That affects whether smart bulbs or a relay make more sense.

If the colours or layout are unclear, take a photo and label the wires before you touch anything. If mains work is outside your comfort zone, get a qualified electrician in. This is not the place to be brave.

Choosing the right smart bulbs

Smart bulbs are the simplest option when the neutral is at the ceiling rose rather than the switch. Use mains-powered smart bulbs in existing fittings; LED GU10 or B22 are common. Philips Hue and IKEA Trådfri are both solid examples. They use Zigbee and work well with Home Assistant. If you want dimming, buy bulbs rated for it.

If several bulbs share one circuit, check the load and wattage. Test one lamp at a time. For bathrooms or sealed fittings, check the IP rating and heat limits. If you want the lights to keep working when the internet is down, pick bulbs and a hub that support local control.

Understanding wireless protocols: Zigbee vs WiFi

Zigbee is a low-power mesh protocol. Mains-powered devices act as repeaters and help with range. It suits smart bulbs and battery wall switches. Latency stays low and it does not pile more traffic onto WiFi.

WiFi bulbs connect directly to the router. They do not build a mesh and can swamp an access point if you run a lot of them. Use WiFi bulbs if you want a direct app setup and no hub. Use Zigbee if you want Home Assistant integration, local control, or battery-powered wall switches.

For hub hardware, use a Zigbee coordinator such as a ConBee II or a Sonoff Zigbee 3.0 USB stick. In Home Assistant, the usual options are ZHA, Zigbee2MQTT, or deCONZ. I’d pick ZHA if I wanted simple, or Zigbee2MQTT if I wanted MQTT control and wider device support.

Implementing smart lighting solutions

Installing smart bulbs without neutral wires

If you are using smart bulbs:

  • Turn off the circuit at the consumer unit, replace the bulb, then turn the circuit back on.
  • Leave the wall switch permanently on. If the switch cuts power, the bulb will drop off the network and stop responding properly.
  • Fit a wireless wall switch or button over the faceplate. Battery-powered Zigbee remotes such as Aqara or Hue dimmer switches can stick to the faceplate with adhesive or sit in a blank plate.

If you want the switch to stay useful as a physical control, convert it to a wireless switch. Remove the mechanical switch and fit a battery-powered Zigbee wireless switch in its place, or mount a wireless remote on the faceplate and label it. Only rewire the mechanical switch if there is a neutral in the box.

If you want to keep the existing switch in play without a neutral, use a smart relay at the ceiling rose or the consumer unit. A small relay where the neutral is present lets the switch stay as the physical control while the relay handles smart control at the lamp. Shelly and Sonoff both make compact relays; check the product spec for neutral requirements. I usually prefer the ceiling rose, since that is where the neutral normally is.

Integrating with Home Assistant

Add the Zigbee coordinator to the Home Assistant host, then add the ZHA or Zigbee2MQTT integration. Pair the bulbs and battery switches so they can form a mesh. The basic process is:

  1. Plug the coordinator into the Home Assistant machine.
  2. Put Home Assistant into pairing mode in the integration page.
  3. Power-cycle the bulb or press the device pairing button.
  4. Assign each device to a room and give it a sensible name, such as lounge-ceiling-left.

For WiFi bulbs, use the manufacturer integration or the native Home Assistant integration if one exists. If local control is available, turn off cloud access in the vendor app after pairing.

Keep the automations simple:

  • Single press toggles the ceiling light.
  • Long press dims in 10% steps.
  • Hold sets a scene for watching TV.

Test the automations with the router offline if local control matters. Zigbee devices will still work locally through Home Assistant when the internet is down, as long as Home Assistant is still reachable on the local network.

Troubleshooting common issues

If a bulb will not pair, try these checks:

  • Power-cycle the bulb three times with one-second gaps to trigger pairing mode.
  • Move the bulb within 1–2 metres of the coordinator during pairing.
  • Remove any vendor app that locks the firmware first; some bulbs will not pair cleanly with third-party systems until they have been reset.

If the switches cut power to smart bulbs, the bulbs will lose the network and behave badly. The fix is to leave the switch permanently on and use a wireless switch. If wiring has to change, fit a relay at the rose rather than running new neutrals to the switch.

Common mesh problems:

  • Too many WiFi bulbs can overload a single access point. Move some bulbs to Zigbee or add another access point.
  • A thin Zigbee mesh will drop devices. Add a couple of mains-powered Zigbee repeaters such as smart plugs or in-line switches.

If Home Assistant cannot see a device, check the logs for network errors and restart the Zigbee coordinator integration. Re-pair the device if it reports an unknown state after firmware updates.

Practical example setups:

  • Simple and low fuss: replace ceiling GU10s with Zigbee smart bulbs, keep the mechanical switches permanently on, use an Aqara wireless button on the faceplate, and integrate it all into Home Assistant with ZHA.
  • More permanent: fit a Shelly or Sonoff relay at the ceiling rose, keep the wall switch wired to the relay, and let Home Assistant control the light through the relay.
  • No hub: use WiFi smart bulbs and the vendor app, and accept the cloud dependency and extra WiFi load.

Final takeaways
Smart lighting without a neutral is very doable, and often less trouble than rewiring. Use smart bulbs when the neutral is only at the ceiling. Use a relay at the rose if you want the physical switch to stay wired. Zigbee is the better choice for local, reliable lighting control and mesh range. Home Assistant works well with ZHA or Zigbee2MQTT for local automations and battery-powered wireless switches.

Related posts

Monitoring radio, transport and core faults

Private 5G resilience does not come from a cheerful dashboard or a nice radio map. I want to see where the attach failed, which path dropped, and whether the core is quietly spoiling the whole thing;...

Immich | v3.2.2

Immich v3 2 2: small patch fixes cross user face reassign bug, skips faces owned by other accounts, recommended update for users relying on face reassign

Nextcloud | v35.0.0

Nextcloud v35: polished UI, Files and sharing upgrades, better client parity, security hardening, performance and admin gains, developer notes and upgrade tips