Published on February 07, 2026 by Claudio Cabete
My home is a classic 1960s split-level — the kind of layout HVAC engineers quietly curse. No doors between levels, a cold lower floor with tile, and a full masonry fireplace that sits at 50°F all winter. It’s a perfect storm of thermal mass and uncontrolled convection.
The furnace is a standard 80% PCMU-LD12N095B, but with one major upgrade: a custom gas-flow regulator that lets me modulate input between 27.7 and 67.3 cu ft/hr programmatically.
To understand what the house is actually doing, I use four temperature sensors:
The intake/output pair gives me a real-time measurement of the heat-exchanger ΔT, which becomes the control variable for gas flow. The upstairs/downstairs sensors show how the house distributes that heat.
We live upstairs from 00:00–15:00, then downstairs from 14:00–00:00, so the heating strategy must adapt to two completely different thermal environments every day.
When the outside temperature is mild:
Mild days consistently show:
The house simply isn’t fighting a steep temperature gradient.
As the outside temperature drops, the house loses heat faster. If the setpoint is above the natural equilibrium temperature, the furnace must run hotter to overcome that loss and still climb toward the target.
But once the target temperature is reached, the physics flip:
This is where this system shines.
Once the target temperature is reached, the controller drops the furnace to 27.7 cu ft/hr, the lowest stable firing rate. At that point, the system enters a high-efficiency regime:
A thermostat only knows room temperature. This system knows how much heat the furnace is actually delivering.
ΔT = T_output − T_intake
This value becomes the real-time indicator of:
The controller dynamically adjusts gas flow to maintain a ΔT target that depends on outside temperature:
This adaptive ΔT is what allows the system to run efficiently across wildly different conditions.
Once the home reaches the target temperature:
So the controller drops to 27.7 cu ft/hr, and the system simply maintains.
The intake/output sensors confirm that ΔT stays within the target band, and the controller trims gas flow as needed.
This is where efficiency peaks — especially on mild days.
Most HVAC articles warn against closing vents. They’re not wrong — for fixed-speed, fixed-input systems.
This system is neither.
Because it measures real-time ΔT and dynamically adjusts firing rate, closing vents behaves very differently.
Here’s what actually happens:
00:00–15:00 - All downstairs vents closed - Downstairs return closed - All upstairs vents open - Result: upstairs stays warm with minimal gas input
After 15:00 - All downstairs vents open - ~95% of upstairs vents closed - Result: downstairs warms efficiently, and upstairs stays at 69–70°F simply because heat rises
This strategy would not work on a traditional furnace. It works here because the controller continuously adapts gas flow to match airflow and thermal load.
The biggest surprise in this entire project is how much efficiency was hiding in the interaction between:
A 60-year-old split-level with a cold masonry wall shouldn’t be outperforming “efficient homes,” but with the right data and a controller that respects physics, it can.
Efficiency isn’t a furnace spec — it’s a relationship between the building, the equipment, and the control strategy.