calc.engineer / Solar & Power / Inverter Sizing
Inverter Sizing v1.0.0
Size a DC-to-AC inverter for off-grid solar, battery backup, or mobile power systems. Computes the required continuous VA rating from total load watts and power factor, estimates surge capacity for motor-starting loads (3-7x rated power), applies NEC-recommended 20% derating for continuous operation, and selects the nearest standard inverter size. Also calculates DC input current at the system voltage for cable and fuse sizing. Chain from solar_load_audit to get peak_watts and largest_load_watts, then chain to wire_gauge or wire_ampacity to size the DC cables. Essential for off-grid cabins, RV/van builds, emergency backup, and solar+battery installations.
← from solar_load_audit.peak_watts← from solar_load_audit.largest_load_wattsfeeds wire_gauge →feeds wire_ampacity →
Fill in the inputs and Compute to see the structured result.
From an agent (MCP) or the API
curl -X POST https://calc.engineer/api/inverter_sizing \
-H "Content-Type: application/json" \
-d '{"continuous_watts": …, "surge_watts": …, "largest_load_watts": …}'MCP: connect to https://calc.engineer/mcp and call inverter_sizing.
calc.engineer — free, MCP-native engineering tools.