solar load audit
solar_load_auditCalculates total daily energy consumption from an appliance list — the critical first step before sizing solar panels or batteries. Enter each appliance with its wattage, hours of daily use, and quantity. Outputs total daily kWh (with configurable safety margin for surge and inrush current), peak simultaneous wattage, and recommended inverter VA rating per NEC 125% continuous load rule. Feeds directly into solar_sizing (daily_kwh) and battery_autonomy (daily_kwh). Essential for residential, RV, cabin, and off-grid system design.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appliances | Yes | List of appliances with wattage, hours per day, and quantity | |
| safety_margin_pct | No | Safety margin percentage to account for surge/inrush current, default 20% |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| peak_watts | Yes | Peak simultaneous wattage if all appliances run at once (W) | |
| total_daily_wh | Yes | Total daily energy consumption in watt-hours (Wh) | |
| appliance_count | Yes | Total number of appliance entries | |
| total_daily_kwh | Yes | Total daily energy consumption in kilowatt-hours (kWh) | |
| with_margin_kwh | Yes | Daily kWh including safety margin | |
| largest_load_watts | Yes | Wattage of the single largest appliance (W) | |
| recommended_inverter_va | Yes | Recommended inverter size in VA (peak watts * 1.25 per NEC) |