get_cheapest_hours
Find the cheapest electricity hours for a specific date, sorted by price, to schedule appliance use or EV charging. Prices are raw spot prices and exclude taxes and tariffs.
Instructions
Fetch the cheapest electricity hours for a given date, sorted by price ascending. Use this to advise Kim on the best time to run the dishwasher, EV charging, etc. IMPORTANT: Prices are raw Nord Pool spot prices and EXCLUDE Danish taxes, tariffs, and transport costs. The total consumer price is significantly higher.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | Price area: "DK1" (West Denmark) or "DK2" (East Denmark, default). Defaults to the DEFAULT_PRICE_AREA env var if set, otherwise "DK2". | |
| date | No | Date to query: "today" (default), "tomorrow", or a date in YYYY-MM-DD format. Note: tomorrow's prices are published around 13:00 CET — the API returns 404 before that. | |
| count | No | Number of cheapest hours to return (default 3, max 24). |