{% extends "base.html" %} {% block title %} Sites » {{site.code}} {{site.name}} » Energy Management » Monthly figures {% endblock %} {% block inner_head %} {% endblock %} {% block nav %} Sites » {{site.code}} {{site.name}} » Energy Management » Monthly Figures {% endblock %} {% block content %}
This is a table of inflows and outflows of electricity from the site from the public electricity network, from generators and from third parties. The 'used' quantity is found by taking the sum of all the imports and subtracting all the exports. The 'displaced' quantity is: generated - parasitic - export_to_network. Virtual supplies are excluded as they aren't so useful for energy management and engineering purposes.
For all months | {{"{:,.1f}".format(total.used.md)}} | {% if total.used.md_date %} {{total.used.md_date|hh_format}} {% endif %} | {{"{:,.1f}".format(total.used.kwh)}} | {{"{:,.1f}".format(total.displaced.md)}} | {% if total.displaced.md_date %} {{total.displaced.md_date|hh_format}} {% endif %} | {{"{:,.1f}".format(total.displaced.kwh)}} | {{"{:,.1f}".format(total.imp_net.md)}} | {% if total.imp_net.md_date %} {{total.imp_net.md_date|hh_format}} {% endif %} | {{"{:,.1f}".format(total.imp_net.kwh)}} | {{"{:,.1f}".format(total.imp_3p.md)}} | {% if total.imp_3p.md_date %} {{total.imp_3p.md_date|hh_format}} {% endif %} | {{"{:,.1f}".format(total.imp_3p.kwh)}} | {{"{:,.1f}".format(total.imp_gen.md)}} | {% if total.imp_gen.md_date %} {{total.imp_gen.md_date|hh_format}} {% endif %} | {{"{:,.1f}".format(total.imp_gen.kwh)}} | {{"{:,.1f}".format(total.exp_net.md)}} | {% if total.exp_net.md_date %} {{total.exp_net.md_date|hh_format}} {% endif %} | {{"{:,.1f}".format(total.exp_net.kwh)}} | {{"{:,.1f}".format(total.exp_3p.md)}} | {% if total.exp_3p.md_date %} {{months[-1].exp_3p.md_date|hh_format}} {% endif %} | {{"{:,.1f}".format(total.exp_3p.kwh)}} | {{"{:,.1f}".format(total.exp_gen.md)}} | {% if total.exp_gen.md_date %} {{total.exp_gen.md_date|hh_format}} {% endif %} | {{"{:,.1f}".format(total.exp_gen.kwh)}} | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Month | Used | Displaced | Import | Export | Data quality | ||||||||||||||||||||
Import Net | Import 3rd Party | Generated | Export Net | Export 3rd Party | Parasitic | ||||||||||||||||||||
MD / kW | Date of MD | kWh | MD / kW | Date of MD | kWh | MD / kW | Date of MD | kWh | MD / kW | Date of MD | kWh | MD / kW | Date of MD | kWh | MD / kW | Date of MD | kWh | MD / kW | Date of MD | kWh | MD / kW | Date of MD | kWh | ||
{{month.start_date|hh_format('date')}} | {{ "{:,.1f}".format(month.used.md) }} | {% if month.used.md_date %} {{month.used.md_date|hh_format}} {% endif %} | {{ "{:,.1f}".format(month.used.kwh)}} | {{ "{:,.1f}".format(month.displaced.md)}} | {% if month.displaced.md_date %} {{month.displaced.md_date|hh_format}} {% endif %} | {{ "{:,.1f}".format(month.displaced.kwh)}} | {{ "{:,.1f}".format(month.imp_net.md)}} | {% if month.imp_net.md_date %} {{month.imp_net.md_date|hh_format}} {% endif %} | {{ "{:,.1f}".format(month.imp_net.kwh)}} | {{ "{:,.1f}".format(month.imp_3p.md)}} | {% if month.imp_3p.md_date %} {{month.imp_3p.md_date|hh_format}} {% endif %} | {{ "{:,.1f}".format(month.imp_3p.kwh)}} | {{ "{:,.1f}".format(month.imp_gen.md)}} | {% if month.imp_gen.md_date %} {{month.imp_gen.md_date|hh_format}} {% endif %} | {{ "{:,.1f}".format(month.imp_gen.kwh)}} | {{ "{:,.1f}".format(month.exp_net.md)}} | {% if month.exp_net.md_date %} {{month.exp_net.md_date|hh_format}} {% endif %} | {{ "{:,.1f}".format(month.exp_net.kwh)}} | {{ "{:,.1f}".format(month.exp_3p.md)}} | {% if month.exp_3p.md_date %} {{month.exp_3p.md_date|hh_format}} {% endif %} | {{ "{:,.1f}".format(month.exp_3p.kwh)}} | {{ "{:,.1f}".format(month.exp_gen.md)}} | {% if month.exp_gen.md_date %} {{month.exp_gen.md_date|hh_format}} {% endif %} | {{ "{:,.1f}".format(month.exp_gen.kwh)}} | {% if month.has_site_snags %} See generation graph for errors. {% endif %} |