calc.engineer / Solar & Power / Battery Autonomy
Battery Autonomy v1.0.0
Calculates how many days a battery bank can sustain loads without solar input — critical for off-grid and backup power sizing. Accounts for depth of discharge, round-trip efficiency (lithium vs lead-acid), minimum state of charge, and optional partial solar contribution during cloudy weather. Outputs autonomy in days and hours, usable capacity, and daily deficit. Use with avg_solar_contribution_pct = 0 for worst-case (no sun) scenarios, or 20-30% for realistic cloudy-day modeling. Chains from solar_sizing (battery_kwh) and solar_load_audit (daily_kwh).
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/battery_autonomy \
-H "Content-Type: application/json" \
-d '{"daily_kwh": …, "battery_kwh": …, "dod": …}'MCP: connect to https://calc.engineer/mcp and call battery_autonomy.
calc.engineer — free, MCP-native engineering tools.