This folder contains ready-to-use Home Assistant dashboards for the Norway Electricity Prices integration, ordered from simple to complex.
Tip: Every example uses NO3 (Trondheim) as the price area. Replace every occurrence of
no3with your area code (no1,no2,no4, orno5) to match your region.
- In Home Assistant go to Settings → Dashboards → Add Dashboard.
- Open the new dashboard and click ⋮ → Edit Dashboard → Raw configuration editor.
- Paste the contents of the chosen YAML file and click Save.
| File | Complexity | HACS extras? | Description |
|---|---|---|---|
dashboard-minimal.yaml |
🟢 Simple | None | Two glance cards showing current price, next hour, price level, average, and cheap/expensive status. Perfect as a sidebar panel or secondary view. |
dashboard-overview.yaml |
🟡 Moderate | None | A full-page daily overview with a colour-coded gauge, current vs next hour, daily min/avg/max statistics, cheap/expensive indicators, and a "current vs average" comparison. Uses only built-in HA cards. |
dashboard.yaml |
🟠 Detailed | apexcharts-card | The comprehensive reference dashboard: gauge, entity cards, daily stats, colour-coded hourly bar chart, 48-hour forecast, best charging window, cheapest/expensive hour tables, and a full entity list. |
dashboard-ev-charging.yaml |
🔴 Advanced | apexcharts-card | An energy-optimisation dashboard for EV owners and smart-home users. Highlights the best consecutive charging window, side-by-side cheapest/expensive hour tables, hourly chart with average overlay, and a 48-hour forecast. |
| Requirement | Minimal | Overview | Detailed | EV / Smart-Home |
|---|---|---|---|---|
| Norway Electricity Prices integration | ✅ | ✅ | ✅ | ✅ |
| apexcharts-card (HACS frontend) | — | — | ✅ | ✅ |
- Combine dashboards: Copy individual cards from different files into a single dashboard to create your own mix.
- Add automations panel: Pair any dashboard with the automation
examples in
docs/automations.md. - Multiple areas: Duplicate cards for different price areas to compare regions on the same dashboard.
- Theme colours: Adjust the
colorvalues in gauge segments and chartcolor_thresholdentries to match your HA theme.