Home Assistant energy saving is not about making a smart home less comfortable. It is about stopping waste when a room is empty, while keeping lights, climate, and appliances stable when someone is still there. The difference sounds small, but it changes how every automation should be built.
A basic motion sensor can tell Home Assistant that someone moved. A presence-aware setup can tell Home Assistant that someone is still occupying the room. Add IR control for air conditioners, TVs, fans, or projectors, and the automation can do more than switch a light. It can reduce the runtime of devices that quietly consume the most energy.
This guide shows how to build practical Home Assistant energy saving automations with mmWave presence sensors, IR AC control, and local rules. It also explains when to use eMotion Air, when to use eMotion Pro, and when a dedicated eRemote HA makes more sense for legacy IR appliances.
If you are still choosing a sensor, start with the best mmWave presence sensors for Home Assistant guide, then come back here to turn the sensor data into energy-saving rules.

Why Presence Beats Motion for Energy Saving
Most energy-saving automations fail in one of two ways. They turn things off too early, or they wait so long that they barely save energy. A PIR motion sensor often creates both problems because it only sees movement. If someone sits still at a desk, reads in bed, or watches a movie, Home Assistant may think the room is empty. To avoid annoying shutoffs, users add long vacancy delays. Those delays are comfortable, but they can leave lights and AC running long after a room is actually empty.
mmWave presence sensing gives Home Assistant a better signal. Instead of asking, "Did someone move recently?" the automation can ask, "Is someone still present?" That makes shorter, more confident energy-saving rules possible. Lights can turn off after a true vacancy delay. Air conditioning can step down after the room has been empty for a while. Media devices can remain active during quiet viewing, then shut down only when the room is really unused.
| Sensor signal | Energy-saving risk | Best use |
|---|---|---|
| PIR motion | Can miss still people, leading to long delays or false shutoffs | Hallways, entryways, closets, quick movement zones |
| mmWave presence | Needs careful placement to avoid false positives from fans or moving curtains | Bedrooms, offices, living rooms, media rooms |
| Presence plus IR control | Requires clear appliance mapping and manual override logic | Rooms with AC, TV, projector, fan, or other IR appliances |
For energy saving, the strongest rooms are the ones where people stay still and high-power devices run in the background. A home office may keep lights and AC active for hours. A bedroom may run climate overnight. A living room may keep the TV, projector, or AC on after everyone leaves. These are the rooms where presence data is more useful than simple motion.
eMotion Air is useful when placement flexibility matters, especially where wiring is inconvenient. eMotion Pro is stronger when the same room needs presence detection and IR appliance control in one device. The right choice depends less on the sensor spec sheet and more on the room you are trying to make smarter.

AC and Lighting Automation with IR Control
Lights are the easiest energy-saving target, but AC often matters more. A room can waste far more energy by cooling or heating empty space than by leaving one LED lamp on. That is why presence plus IR control is such a practical Home Assistant combination. The sensor decides whether the room is occupied. Home Assistant applies timing, comfort, and manual override rules. The IR device sends the actual command to the appliance.
For rooms with an IR air conditioner, there are two clean paths. If the sensor is in the same room and can face the appliance, eMotion Pro can combine presence sensing and built-in IR control. If the appliance needs a separate IR point, or if you want broader IR coverage for TV, AC, set-top box, or projector control, eRemote HA gives Home Assistant a dedicated IR-to-MQTT bridge.
A good energy-saving rule should include four parts:
- Presence state: only treat a room as empty after the sensor reports no one present.
- Vacancy timer: use a short delay for hallways and a longer delay for offices, bedrooms, and media rooms.
- Comfort guardrails: avoid aggressive AC changes during sleep, extreme weather, or guest mode.
- Manual override: if someone turns a device off or changes a scene manually, Home Assistant should respect that choice for a defined period.
| Room | Presence automation | Energy-saving action |
|---|---|---|
| Home office | Keep lights and desk scene active while someone is still at the desk | After true vacancy, turn off task lighting and reduce AC runtime |
| Bedroom | Use presence plus time of day to avoid harsh nighttime changes | Step down AC only after the room is empty, not while someone is sleeping quietly |
| Living room | Use presence to protect movie or reading time from false vacancy | Turn off lights, TV, projector, or AC after everyone leaves |
| Media room | Keep media mode active while presence remains true | Send IR shutdown or eco commands after a longer no-presence delay |
The key is to separate "no motion" from "no one is there." A person sitting still should not lose the light or AC. An empty room should not keep cooling just because a long motion delay is still counting down. This is where Home Assistant becomes more than a remote-control dashboard. It becomes a local rule engine that understands the room.

Local Control vs Cloud Automations
Energy-saving automations should be boring in the best possible way. They should run every day, with low latency, without needing a phone app to stay awake or a remote server to answer. Cloud automations can be useful for notifications, voice assistants, and optional services, but the core room logic should be local whenever possible.
Local control gives Home Assistant three advantages. First, commands are faster. A vacancy rule can turn off lights or reduce AC without waiting for multiple cloud hops. Second, the home keeps working when internet access is unstable. Third, occupancy data stays closer to the home. Presence, sleep, work, and room-use patterns are sensitive signals, so it makes sense to keep the basic automation loop local.
LinknLink's Home Assistant angle is built around MQTT and local-first workflows. eMotion devices can provide room signals to Home Assistant. eRemote HA can expose IR commands through IR2MQTT. Home Assistant then decides what to do based on rules you can inspect, change, back up, and tune.
The practical benefit is reliability. If a room is empty for 15 minutes, the rule can reduce AC. If someone returns, the rule can restore comfort. If the internet drops, the routine can continue. That is the kind of automation that actually saves energy because it becomes dependable enough to leave enabled.
Recommended LinknLink Setup
The best setup depends on room type, power availability, and appliance control needs. Start with the rooms where energy waste is most visible: office, bedroom, living room, and media room. Then choose the device that gives Home Assistant the right signal and the right control path.
| Device | Use it when | Primary energy-saving role |
|---|---|---|
| eMotion Air | You need flexible sensor placement and battery-powered room awareness | Presence and environment data for lights, climate rules, and low-friction retrofits |
| eMotion Pro | A room needs mmWave presence plus built-in IR control for an AC, TV, or similar device | Occupancy-aware AC and lighting automation from one room-level device |
| eRemote HA | You already have IR appliances that need local Home Assistant control | IR-to-MQTT commands for AC, TV, projector, fan, and media routines |
| Best mmWave guide | You are still comparing sensor types and room placement | Choosing the right presence sensor before writing automation rules |
For a small apartment, start with one presence-aware room and one IR-controlled appliance. For a larger home, build room templates: office, bedroom, living room, and media room. Each template can use the same structure with different vacancy timing and comfort rules.
A simple starter plan looks like this:
- Office: eMotion Pro or eMotion Air for presence, with lights held on while someone works.
- Bedroom: presence-aware climate logic with gentler nighttime behavior.
- Living room: presence plus eRemote HA for TV, projector, or AC control.
- Whole-home away mode: only trigger after all key rooms have been vacant long enough to avoid false shutoffs.
Once those rules are stable, expand slowly. Energy saving improves when automations are trusted. One reliable room is more valuable than five noisy rules that the household disables after a week.
FAQ
What is the best Home Assistant automation for saving energy?
The best starting point is a room-vacancy rule that turns off lights, reduces AC runtime, and stops media devices only after a reliable presence sensor confirms that no one is still in the room.
Why are presence sensors better than motion sensors for energy saving?
Motion sensors can miss people who are sitting still, so users often add long delays that waste energy. mmWave presence sensors help Home Assistant understand actual occupancy more reliably.
Can Home Assistant turn off an IR air conditioner automatically?
Yes. With an IR-to-MQTT device such as eRemote HA, or a presence sensor with built-in IR such as eMotion Pro, Home Assistant can send local IR commands when a room becomes vacant.
Do energy saving automations need the cloud?
No. A local Home Assistant setup can use MQTT device states, local rules, and local IR commands so core energy-saving routines do not depend on a vendor cloud.
Which LinknLink devices fit this setup?
Use eMotion Air where battery placement is helpful, eMotion Pro where presence and built-in IR belong in the same room, and eRemote HA where existing IR appliances need local Home Assistant control.
Conclusion
The strongest Home Assistant energy-saving automations are not the most complicated ones. They are the rules that know whether a room is truly occupied, wait the right amount of time, respect manual control, and then shut down the waste quietly.
Presence sensors solve the "someone is sitting still" problem. IR control solves the "existing appliance still uses a remote" problem. Local Home Assistant rules connect both signals into a system that can reduce wasted lighting, cooling, heating, and media runtime without making the home feel less comfortable.
Start with one room. Tune the presence signal. Add IR control where the energy impact is real. Then copy the pattern across the rooms where it will save the most.