The following annual data is for the most recent 12 months of available data. ({{ annual_data.first_day}} to {{ annual_data.last_day }})
{% if annual_data.num_days | int != 365 %}Warning: the data only includes {{ annual_data.num_days }} days.
{% endif %}| ☀️ Summer | 🍂Autumn | ❄️Winter | 🌼Spring | 🏡Year | ⬆️Export |
|---|---|---|---|---|---|
| {% if 'SUMMER' in season_data %}{{ season_data['SUMMER']|round(1) }}{% endif %} | {% if 'AUTUMN' in season_data %}{{ season_data['AUTUMN']|round(1)}}{% endif %} | {% if 'WINTER' in season_data %}{{ season_data['WINTER']|round(1) }}{% endif %} | {% if 'SPRING' in season_data %}{{ season_data['SPRING']|round(1) }}{% endif %} | {{ season_data['TOTAL']|round(1) }} | {{ season_data['EXPORT']|round(1) }} |
You can compare these seasonal values to averages at the Energy Made Easy website.