Name | {{supply.name}} |
---|---|
Import MPAN core | {{era.imp_mpan_core}} |
Export MPAN core | {{era.exp_mpan_core}} |
Source Code | {{supply.source.code}} |
{% 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}} |
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}} | {% if hh_line.import_active %} {% set hh = hh_line.import_active %}{{hh.value}} | {{hh.status}} | {{hh.last_modified|hh_format}} | {% else %}{% endif %} {% if hh_line.import_reactive_imp %} {% set hh = hh_line.import_reactive_imp %} | {{hh.value}} | {{hh.status}} | {{hh.last_modified|hh_format}} | {% else %}{% endif %} {% if hh_line.import_reactive_exp %} {% set hh = hh_line.import_reactive_exp %} | {{hh.value}} | {{hh.status}} | {{hh.last_modified|hh_format}} | {% else %}{% endif %} {% if hh_line.export_active %} {% set hh = hh_line.export_active %} | {{hh.value}} | {{hh.status}} | {{hh.last_modified|hh_format}} | {% else %}{% endif %} {% if hh_line.export_reactive_imp %} {% set hh = hh_line.export_reactive_imp %} | {{hh.value}} | {{hh.status}} | {{hh.last_modified|hh_format}} | {% else %}{% endif %} {% if hh_line.export_reactive_exp %} {% set hh = hh_line.export_reactive_exp %} | {{hh.value}} | {{hh.status}} | {{hh.last_modified|hh_format}} | {% else %}{% endif %} |