cooling btu
cooling_btuEstimate the cooling load (BTU/hr) for a homelab or server closet based on equipment wattage, room dimensions, insulation quality, and solar exposure. All electrical power converts to heat — this tool calculates equipment heat output, envelope heat gain through walls, and solar gain to produce a total BTU/hr cooling requirement. Recommends AC tonnage, mini-split sizing (rounded to standard 6K BTU increments), and exhaust fan CFM for ventilation-only cooling. Use after power_cost to size cooling for your homelab room.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| insulation | No | Wall/ceiling insulation quality: poor (uninsulated garage), average (standard drywall), good (insulated interior), excellent (server room with vapor barrier) | average |
| total_watts | Yes | Total power consumption in watts — all power becomes heat | |
| sun_exposure | No | Solar heat gain: none (interior/basement room), partial (one exterior wall with window), full (multiple sun-facing windows) | partial |
| room_width_ft | No | Room width in feet | |
| target_temp_f | No | Desired room temperature in degrees Fahrenheit | |
| ambient_temp_f | No | Ambient temperature outside the room in degrees Fahrenheit | |
| room_height_ft | No | Room ceiling height in feet | |
| room_length_ft | No | Room length in feet |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ac_tons | Yes | Cooling capacity needed in tons of refrigeration (1 ton = 12,000 BTU/hr) | |
| total_btu | Yes | Total cooling load in BTU/hr (equipment + envelope + sun) | |
| envelope_btu | Yes | Heat gain/loss through walls based on room size, insulation, and delta-T | |
| equipment_btu | Yes | Heat generated by equipment in BTU/hr (watts * 3.412) | |
| will_overheat | Yes | True if total heat load is positive and no cooling is provided | |
| exhaust_cfm_needed | Yes | Exhaust fan airflow needed in cubic feet per minute if using ventilation instead of AC | |
| mini_split_btu_recommended | Yes | Recommended mini-split size rounded up to nearest 6,000 BTU increment |