{{nmi}} {{start|yearmonth}} to {{end|yearmonth}}

{{tou_chart}}

Annual Usage

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 %}
Average seasonal daily usage (kWh)
☀️ 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.

Monthly Usage

{{month_table}}

More Charts

{{profile_chart}}
Average Daily Profile (last 12 mth)
{{profiles_chart}}
All Daily Profiles (last 12 mth)
{% if exp_overview_chart %} {% endif %}
{{daily_chart}}
Daily Totals
{{ldc_chart}}
Load Duration Curve (last 12 mth)
{% if not static_mode %}

Tariff Calculator

{% include 'tariff-calculator.html' %} {% endif %}