{% extends "layout.html" %} {% set active_page = active_page|default('meters') -%} {% block title %}Energy Usage - {{meter_name}} - {{ period_desc }}{% endblock %} {% block container %}

Energy Usage {{meter_name}}

Tariff Comparison

Ergon Energy AGL Origin
Component Usage T11 T12 T14 T11 T12 T11 T12
Service Fee {{ mth.num_days }} days ${{ (mth.ergon_t11.supply_charge.cost_incl_gst/100)|round(2) }} ${{ (mth.ergon_t12.supply_charge.cost_incl_gst/100)|round(2) }} ${{ (mth.ergon_t14.supply_charge.cost_incl_gst/100)|round(2) }} ${{ (mth.agl_t11.supply_charge.cost_incl_gst/100)|round(2) }} ${{ (mth.agl_t12.supply_charge.cost_incl_gst/100)|round(2) }} ${{ (mth.origin_t11.supply_charge.cost_incl_gst/100)|round(2) }} ${{ (mth.origin_t12.supply_charge.cost_incl_gst/100)|round(2) }}
Demand Charge {{ (mth.demand)|round(3) }} kW {% if not peak_month %}
min 3 kW{% endif %}
- - ${{ (mth.ergon_t14.demand.cost_incl_gst/100)|round(2) }} - - - -
All Consumption {{ (mth.load_total)|round(2) }} kWh ${{ (mth.ergon_t11.all_usage.cost_incl_gst/100)|round(2) }} - ${{ (mth.ergon_t14.all_usage.cost_incl_gst/100)|round(2) }} ${{ (mth.agl_t11.all_usage.cost_incl_gst/100)|round(2) }} - ${{ (mth.origin_t11.all_usage.cost_incl_gst/100)|round(2) }} -
Peak Consumption {{ (mth.load_peak1)|round(2) }} kWh
SEQ: {{ (mth.load_peak2)|round(2) }}
- ${{ (mth.ergon_t12.peak.cost_incl_gst/100)|round(2) }} - - ${{ (mth.agl_t12.peak.cost_incl_gst/100)|round(2) }} - ${{ (mth.origin_t12.peak.cost_incl_gst/100)|round(2) }}
Shoulder Consumption SEQ Only {{ (mth.load_shoulder2)|round(2) }} kWh - - - - ${{ (mth.agl_t12.shoulder.cost_incl_gst/100)|round(2) }} - ${{ (mth.origin_t12.shoulder.cost_incl_gst/100)|round(2) }}
Off-Peak Consumption {{ (mth.load_offpeak1)|round(2) }} kWh
SEQ: {{ (mth.load_offpeak2)|round(2) }}
- ${{ (mth.ergon_t12.offpeak.cost_incl_gst/100)|round(2) }} - - ${{ (mth.agl_t12.offpeak.cost_incl_gst/100)|round(2) }} - ${{ (mth.origin_t12.offpeak.cost_incl_gst/100)|round(2) }}
Total ${{ (mth.ergon_t11.total_charges.cost_incl_gst/100)|round(2) }} ${{ (mth.ergon_t12.total_charges.cost_incl_gst/100)|round(2) }} ${{ (mth.ergon_t14.total_charges.cost_incl_gst/100)|round(2) }} ${{ (mth.agl_t11.total_charges.cost_incl_gst/100)|round(2) }} ${{ (mth.agl_t12.total_charges.cost_incl_gst/100)|round(2) }} ${{ (mth.origin_t11.total_charges.cost_incl_gst/100)|round(2) }} ${{ (mth.origin_t12.total_charges.cost_incl_gst/100)|round(2) }}
Savings to Ergon T11 - ${{ (mth.ergon_t11.total_charges.cost_incl_gst/100-mth.ergon_t12.total_charges.cost_incl_gst/100)|round(2) }} ${{ (mth.ergon_t11.total_charges.cost_incl_gst/100-mth.ergon_t14.total_charges.cost_incl_gst/100)|round(2) }} ${{ (mth.ergon_t11.total_charges.cost_incl_gst/100-mth.agl_t11.total_charges.cost_incl_gst/100)|round(2) }} ${{ (mth.ergon_t11.total_charges.cost_incl_gst/100-mth.agl_t12.total_charges.cost_incl_gst/100)|round(2) }} ${{ (mth.ergon_t11.total_charges.cost_incl_gst/100-mth.origin_t11.total_charges.cost_incl_gst/100)|round(2) }} ${{ (mth.ergon_t11.total_charges.cost_incl_gst/100-mth.origin_t12.total_charges.cost_incl_gst/100)|round(2) }}

Daily Summary

Date General Supply Controlled Load Generation
📈 {% raw %}{{ daily.day }}{% endraw %} {% raw %}{{ daily.load_total.toFixed(2) }}{% endraw %} {% raw %}{{ daily.control_total.toFixed(2) }}{% endraw %} {% raw %}{{ daily.export_total.toFixed(2) }}{% endraw %}
{% endblock container%}