{% extends "base.html" %} {% block title %} » Supplies » {{supply.id}} » Hh Data {% endblock %} {% block inside_head %} {% endblock %} {% block nav %} Supplies » {{supply.name}} » HH Data {% endblock %} {% block content %}
Name {{supply.name}}
Import MPAN core {{era.imp_mpan_core}}
Export MPAN core {{era.exp_mpan_core}}
Source Code {{supply.source.code}}

Show HH Data

For {{ input_text('months', months, 2, 2) }} month(s) finishing at the end of {{input_date('finish', finish_date, 'month')}}
{% for hh_line in hh_lines %} {% if hh_line.import_active %} {% set hh = hh_line.import_active %} {% else %} {% endif %} {% if hh_line.import_reactive_imp %} {% set hh = hh_line.import_reactive_imp %} {% else %} {% endif %} {% if hh_line.import_reactive_exp %} {% set hh = hh_line.import_reactive_exp %} {% else %} {% endif %} {% if hh_line.export_active %} {% set hh = hh_line.export_active %} {% else %} {% endif %} {% if hh_line.export_reactive_imp %} {% set hh = hh_line.export_reactive_imp %} {% else %} {% endif %} {% if hh_line.export_reactive_exp %} {% set hh = hh_line.export_reactive_exp %} {% else %} {% endif %} {% endfor %}
HH Data
HH Starting (clock time) Imp
ACTIVE
kWh, Status, Modified
Imp
REACTIVE_IMP
kVArh, Status, Modified
Imp
REACTIVE_EXP
kVArh, Status, Modified
Exp
ACTIVE
kWh, Status, Modified
Exp
REACTIVE_IMP
kVArh, Status, Modified
Exp
REACTIVE_EXP
kVArh, Status, Modified
{{hh_line.timestamp|hh_format}} {{hh.value}} {{hh.status}} {{hh.last_modified|hh_format}} {{hh.value}} {{hh.status}} {{hh.last_modified|hh_format}} {{hh.value}} {{hh.status}} {{hh.last_modified|hh_format}} {{hh.value}} {{hh.status}} {{hh.last_modified|hh_format}} {{hh.value}} {{hh.status}} {{hh.last_modified|hh_format}} {{hh.value}} {{hh.status}} {{hh.last_modified|hh_format}}
{% endblock %}