Fix Dead pixel checks on Ryzen 7 9800X3D build
Dead pixel on Ryzen 7 9800X3D build needs careful display-chain checks, not a single-part blame. Test the screen, cable, port, scaling, drivers, and setup context before replacing hardware.
Read moreAutomating your air conditioner with home assistant based on presence and temperature uses climate entities to switch the aircon on when a room sensor exceeds a threshold and off when presence clears. A 15-minute hold prevents shutoffs during brief room exits.
An aircon that runs whether anyone is home or not is the easiest way to waste electricity, and Home Assistant solves it cleanly by tying the unit to a room sensor and a presence signal. The climate entity that represents your aircon switches on when a room crosses a temperature threshold and someone is present, and switches off when the room clears or cools. A short hold timer stops it flapping every time you nip to the kitchen.
Build an automation around your aircon's climate entity that turns it on when a room temperature sensor exceeds your threshold and presence is detected, then turns it off when presence clears. Add a 15-minute hold so a brief exit does not shut the unit down. Done well, this trims runtime to only the times a room is both warm and occupied.
This build assumes your aircon already appears in Home Assistant as a climate entity, whether through an integration like Sensibo, a generic thermostat setup, or an IR blaster that controls the unit. You also need a temperature reading for the room and some way to detect presence, which can be a motion sensor, a phone tracker, or a dedicated presence sensor. The smart home range at Evetech covers the sensors and hubs that feed these automations, and the best-selling accessories include the small fittings and adapters that tidy a sensor install.
The single setting that separates a pleasant automation from a frustrating one is the presence hold. Without it, the aircon reacts to every momentary gap in motion detection, cutting out the instant you sit still or step away, then lurching back on. A 15-minute hold smooths all of that, keeping the unit running through the natural pauses of occupying a room while still shutting down properly when you actually leave. The smart home and appliances range at Evetech has the presence and temperature sensors that make this responsive without being twitchy.
You need the aircon to appear as a climate entity, which can come from a brand integration, a generic thermostat configuration, or an IR controller. Once it shows as a climate entity, the automation works the same way regardless of brand.
It depends on your comfort, but starting around 25 degrees for the on-trigger and a couple of degrees lower as the comfort target works for many rooms. Adjust to taste after watching it run for a few days.
That is short-cycling, usually caused by no hold timer on the presence-off action. Add a delay of around 15 minutes before the off action so brief absences and motion gaps do not toggle the unit.
Yes, motion sensors are the simplest presence input. For people who sit still, a dedicated presence sensor holds the state more reliably, avoiding the aircon cutting out when no one is moving.
It should, because the aircon only runs when a room is both warm and occupied rather than cooling empty spaces. The exact saving depends on your habits, but eliminating unoccupied runtime is where the gains come from.
Want your aircon to run only when it should? Explore the smart home sensors and hubs at Evetech and build a Home Assistant automation that cools rooms only when they are warm and occupied.
You need the aircon to appear as a climate entity, which can come from a brand integration, a generic thermostat configuration, or an IR controller. Once it shows as a climate entity, the automation works the same way regardless of brand.
It depends on your comfort, but starting around 25 degrees for the on-trigger and a couple of degrees lower as the comfort target works for many rooms. Adjust to taste after watching it run for a few days.
That is short-cycling, usually caused by no hold timer on the presence-off action. Add a delay of around 15 minutes before the off action so brief absences and motion gaps do not toggle the unit.
Yes, motion sensors are the simplest presence input. For people who sit still, a dedicated presence sensor holds the state more reliably, avoiding the aircon cutting out when no one is moving.
It should, because the aircon only runs when a room is both warm and occupied rather than cooling empty spaces. The exact saving depends on your habits, but eliminating unoccupied runtime is where the gains come from.