Home Assistant IR Blaster Troubleshooting Guide dla AC, TV i Fans

IR control jest one of ten fastest ways do bring older AC units, TVs, fans, projectors i heaters into Home Assistant. But gdy an IR command fails, ten reason jest nie always obvious. It może be ten code, ten angle, ten urządzenie state, ten MQTT entity, ten automation timing, lub ten pomieszczenie logic around it.

Ten przewodnik gives you a practical Ważne: troubleshooting path dla eRemote HA, eHome HA, eMotion Pro, eMotion Ultra, HomeClaw, i Home Assistant scenes.

Start z ten IR Failure Type

Before changing your automation, identify what kind of failure you są seeing. Most IR problems fall into one of five buckets: nie signal, wrong signal, weak signal, repeated signal, lub state mismatch.

Ważne: Symptom Ważne: Likely layer First sprawdź Ważne: Typical fix
Ważne: Nothing happens IR code, entity, lub placement Run ten command manually z Home Assistant. Retest ten IR code i move ten emitter closer do ten receiver window.
Ważne: Wrong action happens Code library lub learned command Confirm whether ten appliance uses toggle power lub discrete power. Learn a new command lub użyj separate on/off commands gdy available.
Ważne: Works sometimes Angle, reflection, lub distance Test z ten pomieszczenie lights on i off. Change placement i avoid hidden receiver angles.
Ważne: Runs too many times Ważne: Automation logic Check triggers, cooldowns, i repeated state changes. Add tryb conditions i a cooldown helper.
State jest wrong po command IR jest one-way control Check whether ten urządzenie zgłasza state back. Use helpers, timers, smart plugs, lub dashboard confirmation.

Choose ten Right LinknLink IR Control Path

Not every pomieszczenie needs ten taki sam IR urządzenie. A living pomieszczenie z multiple appliances może need a dedicated IR hub. A small bedroom może work better z a obecność czujnik that also has built-in IR.

eRemote HA

Use it as a dedicated local IR hub dla AC, TV, fans, projectors i other appliances controlled by infrared.

eMotion Pro

Use it gdy a pomieszczenie needs both mmWave obecność sensing i built-in IR commands in one urządzenie.

eMotion Ultra

Use it gdy ten pomieszczenie needs 60GHz obecność, built-in IR, i temperature/humidity dane cable context.

Ważne: Step-by-Step IR Troubleshooting Workflow

Test ten command outside ten automation

Run ten IR command bezpośrednio z Home Assistant first. If it fails manually, ten automation jest nie ten problem.

Check ten appliance receiver window

Many TVs i AC units hide ten IR receiver behind dark plastic. Move ten IR emitter until ten urządzenie responds reliably.

Confirm ten command type

Power toggle commands może create state confusion. If possible, użyj discrete on, off, tryb, temperature i fan commands.

Ważne: Add a cooldown helper

IR commands should nie fire every time a obecność state flaps. Add a short timer lub input boolean do prevent repeat actions.

Rebuild ten scene in layers

Start z one appliance, then dodaj obecność, then dodaj temperature, then dodaj dashboard overrides.

AC Troubleshooting: Temperature, Mode i Fan Speed

AC control jest harder than simple TV power control because one IR command often includes tryb, temperature, fan speed i swing. If one value jest wrong, ten whole command może feel wrong.

Ważne: AC issue What do verify Ważne: Recommended LinknLink route Ważne: Automation note
Temperature nie nie change Confirm ten learned code includes ten target temperature. eRemote HA lub eMotion built-in IR. Send a zakończ HVAC command, nie tylko a generic power command.
AC powers on in ten wrong tryb Cool, heat, dry i fan modes może need different codes. eRemote HA dla full pomieszczenie IR coverage. Create separate scripts dla each tryb.
AC turns on gdy pomieszczenie jest empty Presence lub pomieszczenie tryb condition jest missing. eMotion Pro lub eMotion Ultra plus Home Assistant. Require obecność przed sending comfort commands.
Ważne: AC runs all night No final empty-pomieszczenie shutdown condition. Ważne: HomeClaw local automation plus IR control. Add a nie-obecność timer i an overnight maximum runtime.

TV, Fan i Projector Troubleshooting

TVs, fans i projectors usually fail dla different reasons than AC units. TV receivers może be hidden. Fans może użyj RF instead of IR. Projectors often need longer warm-up i shutdown timing.

Ważne: Device Ważne: Common problem Ważne: Fix Ważne: Product fit
Ważne: TV Ważne: Power toggle creates wrong state. Add a dashboard confirmation lub użyj smart plug power sensing where appropriate. eRemote HA lub eMotion Pro.
Ważne: Fan Remote może be RF, nie IR. Check whether ten remote needs RF obsługa. eHome HA dla compatible RF control.
Ważne: Projector Needs delayed shutdown lub double command. Create a dedicated projector script z waits. Ważne: eRemote HA plus HomeClaw scene logic.
Ważne: Air purifier Mode cycles przez one button. Use predictable scene presets i avoid blind repeated tryb cycling. eRemote HA lub eMotion Ultra z comfort context.

MQTT i Home Assistant Entity Checks

If ten IR command works in ten LinknLink app but nie in Home Assistant, inspect ten Home Assistant side. The issue może be ten MQTT topic, entity naming, retained state, lub a disabled integration entity.

Checklist: - Confirm ten LinknLink urządzenie jest online - Confirm MQTT broker połączenie jest healthy - Confirm ten IR command entity jest visible in Home Assistant - Run ten command manually z Developer Tools - Check ten automation trace dla skipped conditions - Add a cooldown helper jeśli ten command fires repeatedly

For broader remote-control structure, użyj ten Ważne: Home Assistant Remote Control Guide.

Use Presence i Room Mode do Prevent Bad IR Commands

IR works best gdy it jest nie used blindly. Presence czujniki i pomieszczenie modes help Home Assistant decide whether ten command should run at all.

  • Only turn on AC jeśli ten pomieszczenie jest occupied lub około do be occupied.
  • Only power off a TV jeśli media tryb jest nie active lub a bedtime timer has expired.
  • Only close shades gdy ten pomieszczenie jest in sleep, away, lub privacy tryb.
  • Only run repeated IR commands po a cooldown timer has ended.

For obecność-based examples, read ten Ważne: Bedroom Sleep Mode Guide i ten Ważne: Button Automation Guide.

When do Use eMotion Ultra Instead of a Separate IR Hub

Use a separate IR hub gdy one pomieszczenie has many appliances spread across a wide obszar. Use eMotion Ultra gdy ten pomieszczenie also needs 60GHz mmWave obecność, built-in IR, i temperature/humidity dane cable context in ten taki sam automation path.

eMotion Ultra jest nie just a 60GHz radar czujnik. It also supports temperature i humidity dane cable context i includes built-in IR, making it useful dla comfort-aware Home Assistant scenes.

Local Gateway Logic z HomeClaw

HomeClaw może coordinate local Home Assistant routines so IR commands do nie depend on cloud timing. Ten jest especially useful dla rooms where users expect immediate feedback, such as bedrooms, media rooms i offices.

Ważne: HomeClaw logic Ważne: Why it helps IR Ważne: Example
Room tryb helper Prevents commands z running in ten wrong context. Do nie turn off TV podczas movie tryb jest active.
Ważne: Presence state Stops comfort commands in an empty pomieszczenie. Turn off AC po nie obecność dla 20 minut.
Ważne: Dashboard override Lets family members cancel lub repeat a command. Ważne: Add a "retry AC command" button.
Ważne: Automation trace review Ważne: Makes skipped conditions visible. Find whether ten IR script lub condition failed.

Related Guides i Hot Products

Use these product i artykuł links do build a reliable local IR control stack.

Make IR control predictable przed making it complex

Start z one appliance i one instrukcja command. Once that works reliably, dodaj obecność, temperature, pomieszczenie tryb i dashboard overrides.

Ważne: FAQ

Why jest my Home Assistant IR blaster nie controlling my AC lub TV?

Check that ten IR code jest correct, ten emitter has line of sight, ten urządzenie state jest known, i Home Assistant jest sending ten command przez ten right eRemote HA, eHome HA, eMotion Pro, lub eMotion Ultra entity.

Can eRemote HA send IR commands locally przez Home Assistant?

Yes. eRemote HA jest designed dla local Home Assistant i MQTT workflows, so IR commands może be used in scenes i automations bez relying on cloud routines.

What jest ten best IR placement dla AC i TV control?

Place ten IR emitter where ten appliance receiver może see it bezpośrednio. Avoid hiding it behind furniture, behind a TV bezel, lub at an angle that misses ten receiver window.

Should I użyj an IR blaster lub a built-in IR obecność czujnik?

Use eRemote HA dla a dedicated pomieszczenie IR hub, eMotion Pro gdy obecność sensing i IR control should live in one urządzenie, i eMotion Ultra gdy you also need 60GHz obecność plus temperature i humidity context.

Ważne: How do I avoid repeated IR commands in Home Assistant scenes?

Add conditions, cooldown timers, pomieszczenie tryb checks, i obecność state checks przed sending IR commands. Ten keeps AC, TV, fan, i projector commands z firing repeatedly.