get_electricity_consumption
Retrieve half-hourly electricity consumption with cost estimates for a given period. Returns 30-minute interval readings from start to end datetime.
Instructions
Get half-hourly electricity consumption data with cost estimates. Returns 30-minute interval readings for the specified period.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period_to | Yes | End datetime in ISO 8601 format, e.g. 2024-02-01T00:00:00+09:00 | |
| period_from | Yes | Start datetime in ISO 8601 format, e.g. 2024-01-01T00:00:00+09:00 |