{{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.

Historical Usage (kWh) Forecast Usage (kWh) Tariff A Tariff B
Daily Charge {{ annual_data.num_days }} days 365 days
Morning {{ annual_data.imp_morning|round(1)}}
Day {{ annual_data.imp_day|round(1)}}
Evening {{ annual_data.imp_evening|round(1)}}
Night {{ annual_data.imp_night|round(1)}}
Export {{ annual_data.exp|round(1)}}
Total $ $ ($)

Monthly Usage

{% for row in month_data %} {% endfor %}
Total monthly usage (kWh)
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)}}

More Charts

{% if exp_overview_chart %} {% endif %} {{daily_chart}}