{% extends "layout.html" %} {% from 'macros/macros.html' import alert_dismiss with context %} {% macro tag_file_download(p, label, btn_type)%} {{ label|safe }} {% 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, label) in list_stores %} {% if 'MONTH' in p %} {{ tag_file_download(p, label, 'success') }} {% elif 'TODAY' in p %} {{ tag_file_download(p, label, 'warning') }} {% else %} {{ tag_file_download(p, label, 'primary') }} {% endif %} {% endfor %}

enerPI API Help

{% endblock %}