{% extends "layout.html" %} {% from 'macros/macros.html' import alert_dismiss with context %} {% macro tag_file_download(p, t0, tf, ns, btn_type)%} {{ p }} ({{ t0 }}->{{ tf }}, N={{ ns }}) {% endmacro %} {% block content %}

EnerPI Control

{% if alerta %} {{ alert_dismiss(alerta) }} {% endif %}

enerPI logger administration


{% if is_sender_active and not after_sysop %}
Status: ACTIVE; Host: {{ d_last_msg['host'] }}
{% else %}
Status: OFF; Host: {{ d_last_msg['host'] }}
{% endif %}

Reports


EMAIL Status last 24h

HDF data stores (from {{ d_catalog['ts_init']|ts_strftime }})


Data CATALOG ({{ d_catalog['ts_catalog']|ts_strftime }}) RAW Data

{% for (p, t0, tf, ns) in list_stores %} {% if 'MONTH' in p %} {{ tag_file_download(p, t0, tf, ns, 'success') }} {% elif 'TODAY' in p %} {{ tag_file_download(p, t0, tf, ns, 'warning') }} {% else %} {{ tag_file_download(p, t0, tf, ns, 'primary') }} {% endif %} {% endfor %}


{% endblock %}