calculate_heat_pump_sizing
Calculate required BTU for a single-zone heat pump using location, home size, and build year. Get model suggestions and oversizing warnings.
Instructions
Calculate required BTU capacity for a single-zone heat pump installation.
This tool performs a quick sizing calculation based on:
Home location (ZIP code) for climate zone and design temperature
Square footage and building age for heat loss estimation
Optional humidity considerations for enhanced dehumidification needs
Returns: Dictionary with: - required_btu: Recommended BTU capacity - btu_range_min/max: Acceptable range for equipment selection - design_temperature: Design heating temperature for location - climate_zone: ASHRAE climate zone - recommended_models: List of suitable heat pump models - calculation_notes: Detailed explanation of calculations - humidity_recommendations: Optional humidity control advice - oversizing_warnings: Warnings if system may be oversized
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zip_code | Yes | 5-digit US ZIP code | |
| square_feet | Yes | Home square footage (100-10000) | |
| build_year | Yes | Year home was built (1900-2025) | |
| humidity_concerns | No | Does home have humidity issues? | |
| humidity_level | No | Humidity level: low, normal, high, extreme | normal |
| dehumidification_priority | No | Prioritize dehumidification capability |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||