Power Budget / Energy Audit
calculate_power_budgetCalculate total daily energy consumption from a list of electrical loads. Each load specifies its power draw, how many hours per day it runs, and quantity. Returns total daily energy (Wh and Ah), peak power draw, and average power. This is typically the first step in sizing a battery bank and solar system.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loads | Yes | List of electrical loads to include in the budget | |
| systemVoltage | Yes | System voltage in volts (e.g. 12, 24, 48) |