calculate_ev_charging_cost
Calculate electric vehicle charging cost and time to full charge. Input battery capacity, current charge, and rate to plan trips.
Instructions
Compute electric vehicle charging cost and time to full. Use for EV trip planning. Inputs: battery kWh, current %, target %, charger kW, kWh price. Returns cost and hours. See list_bundles for related 'energie' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| battery_kwh | Yes | Battery capacity kWh | |
| current_pct | Yes | Current charge % | |
| target_pct | No | Target charge % | |
| price_kwh | No | Price per kWh |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools). | |
| formula | No | Human-readable formula or method used (e.g. "I=P·r·t", "Magnus formula"). | |
| source | No | Authoritative source for the rule or formula (e.g. "Article 197 CGI", "NF DTU 21"). | |
| reference_url | No | Link to a calcul2 page documenting the calculation in detail. |