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.
Month | #Days | Imp (morning) | Imp (day) | Imp (evening) | Imp (night) | Imp (total) | Exp |
---|---|---|---|---|---|---|---|
{{row.month}} | {{row.num_days}}{% if row.incomplete %}*{% endif %} | {{row.imp_morning|round(2)}} | {{row.imp_day|round(2)}} | {{row.imp_evening|round(2)}} | {{row.imp_night|round(2)}} | {{row.imp|round(2)}} | {{row.exp|round(2)}} |