Comparisons

mmWave vs PIR: Presence Sensors HA 2026

Compare mmWave radar and PIR motion sensors for Home Assistant: occupancy vs movement, false triggers, privacy, placement, and when to combine both locally.

Privacy Smart Home Research Desk Apr 16, 2026

Keywords: mmwave presence sensor home assistant, mmwave vs PIR smart home, radar occupancy sensor privacy, Home Assistant motion sensor, local presence detection

Quick answer: Should I use mmWave or PIR for Home Assistant presence?

Use PIR for simple motion-activated lights and coarse triggers on a budget. Use mmWave when you need true occupancy (stillness while seated) and fewer false clears. For bathrooms and desks, mmWave wins; for hallways and perimeter alerts, PIR often suffices.

Source: Home Assistant motion integration

Executive Summary

PIR (passive infrared) sensors detect changes in heat from moving bodies. mmWave (60 GHz FMCW radar on many consumer boards) detects micro-motion and distance, which maps better to presence than to “someone waved an arm.” This guide compares both for local-first Home Assistant setups—stack with cloud-free sensors, Zigbee2MQTT vs ZHA, and lighting decisions.

Bottom line: Budget and wiring often point to PIR; comfort and automation quality often justify mmWave where occupancy matters.


How detection differs

AspectPIRmmWave
Primary signalInfrared heat deltaRF reflection / Doppler
Still person seatedOften no updateOften yes (depends on sensitivity)
Sun / radiator driftCan false-triggerLess sensitive to IR glare
Through glassUsually blockedCan see through thin barriers (varies)
Typical costLowerHigher

Privacy posture

Neither technology needs a camera in the room, which is why both are popular for privacy-minded automations1. The tradeoff is different:

ConcernPIRmmWave
Visual surveillanceNoneNone
Room mappingCoarseFiner range bins on some devices
RF exposureN/ALow-power consumer radars; follow manufacturer placement

For camera-based presence, compare Frigate and alternatives—different threat model entirely. If sensors cross subnets, plan mDNS carefully.


Automation patterns in Home Assistant

Use caseSuggested sensor
Hallway motion → lightPIR
Office desk occupancymmWave
Bathroom fan / light timeoutmmWave or dual-tech
Alarm perimeterPIR + door sensors

Use groups or template sensors to combine inputs and debounce flaky edges. Prefer local push (Zigbee, Z-Wave, ESPHome) over cloud bridges when possible—see hub comparisons.


Placement and tuning

TipPIRmmWave
Height2–2.5 m typicalFollow vendor (often chest height for presence)
FacingLens field of viewAvoid aiming at vibrating objects / fans
DebounceLonger off delayTune sensitivity and distance if exposed in UI

When to use both

A practical stack: PIR at the door path for instant “someone entered,” mmWave deeper in the room for holding lights on during still work. This reduces flicker and stale occupancy compared to either alone.

Comparison infographic of mmWave radar versus PIR passive infrared motion sensors for Home Assistant smart home occupancy detection showing detection zones privacy characteristics and false trigger patterns in 2026.
Match sensor physics to the automation: motion vs true occupancy.

Checklist

  • Define whether you need motion edges or sustained presence before buying.
  • Confirm Zigbee/Z-Wave/MQTT path into Home Assistant.
  • Test automations at night and with HVAC fans running.
  • Avoid pointing mmWave at metal blinds or rotating machinery.
  • Document entity names for household members who tweak scenes later.

FAQ

Frequently Asked Questions

Is mmWave better than PIR for sleep detection?

Neither replaces medical devices; for lights-off automations, mmWave can help detect stillness patterns but product firmware varies widely.

Do mmWave sensors work through walls?

Some energy can leak through thin partitions—mount and angle carefully to avoid cross-room triggers.

Can I run these without cloud accounts?

Yes—prefer Zigbee/Z-Wave/ESPHome paths integrated locally into Home Assistant.

Why does my PIR miss me at my desk?

PIR needs noticeable heat motion; small typing motion may not register—switch to mmWave or add a second trigger.

Are false triggers worse on PIR or mmWave?

PIR struggles with heat/sun/fans; mmWave struggles with vibrating metal and some appliances—tuning differs.


Primary sources

IDSourceURL
1Home Assistant motionhome-assistant.io
2Zigbee2MQTT docszigbee2mqtt.io

Conclusion

mmWave vs PIR is not a single winner—it is a physics vs price choice. Start from the automation story (motion vs occupancy), buy hardware that fits your radio stack, and iterate thresholds in real rooms before locking in scenes.

Footnotes

  1. Absence of video does not mean “zero data”—automation logs still exist on your hub; scope backups accordingly.