Dual-Fuel Economic Switchover (Heat Pump vs Gas Balance Point)

The setpoint a dual-fuel (hybrid) thermostat should hand off to gas at.

Run the calculator

Example

You enter

You get

Details, formula, and sources

as the outdoor temperature falls the heat pump's COP drops until the gas furnace becomes cheaper per delivered Btu. Heat-pump $/MMBtu = 293.07 / COP x rate_kwh against gas $/MMBtu = 10 / AFUE x rate_therm gives the crossover COP; the outdoor temperature where the unit falls to it is the economic switchover. Set it too warm and the customer burns gas the heat pump could deliver cheaper; too cold and they run the heat pump into its expensive low-COP range. An economic setpoint aid, not a controls-commissioning procedure.

gas_per_mmbtu = 10 / afue x rate_therm; hp_per_mmbtu = 293.07 / cop_now x rate_kwh; cop_switch = 293.07 x rate_kwh / gas_per_mmbtu; run_hp = hp_per_mmbtu <= gas_per_mmbtu.

The delivered-Btu fuel-cost comparison (heat-pump $/MMBtu = 293.07 / COP x rate_kwh, gas $/MMBtu = 10 / AFUE x rate_therm, switchover COP where the two are equal), by name; 1 MMBtu = 293.07 kWh and 10 therms per MMBtu are named constants.

The delivered-Btu cost comparison is public arithmetic; dual-fuel setpoint worksheets are widely published.

Estimate. AHJ and licensed professional govern.

Field names used by the API: rate_kwh, rate_therm, afue, cop_now, gas_per_mmbtu, hp_per_mmbtu, cop_switch, run_hp, verdict

Related tools