vrm_get_overall_stats
Retrieve aggregated energy totals for solar yield, consumption, and battery performance over custom or predefined periods.
Instructions
Get aggregated energy totals (daily, monthly, yearly) for solar yield, consumption, battery performance, etc.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes | Installation/site ID | |
| type | No | Time period type | custom |
| attributeCodes | Yes | Array of attribute codes to get totals for (e.g., ['Pb', 'Pc', 'kwh']) | |
| start | No | Start time as epoch milliseconds (for custom type) | |
| end | No | End time as epoch milliseconds (for custom type) |