{% extends "_base.html" %} {% block title %}iDigi Gateway Development Kit{% endblock %} {% block body_id %}class="index"{% endblock %} {% block script %} {% comment %} {% endcomment %} {% endblock %} {% block bodycontent %}

logout

refresh

Content on this page was generated at {% now "P T o\n D F d, Y"%}. Refresh this page to update the information displayed with the latest values.

{% if not lth_divs and not rpm_divs and not xbr_divs %}

There are no recognized devices. Double-check your Dia configuration

{% endif %} {% if lth_divs %}

environmental sensor

{% for d in lth_divs %} {{ d }} {% endfor %}
{% endif %} {% if rpm_divs %}

environmental sensor

{% for d in rpm_divs %} {{ d }} {% endfor %}

Power

{% if power_on %}

{% else %}

{% endif %}
{% endif %} {% if xbr_divs %}

wall router

{% for d in xbr_divs %} {{ d }} {% endfor %}
{% endif %}
{% endblock %} {% block logging %}

environmental sensor

Telemetry

{% if light_history or temperature_history or current_history %} {% if light_history %}
{{ light_history }}
{% endif %} {% if temperature_history %}
{{ temperature_history }}
{% endif %} {% if current_history %}
{{ current_history }}
{% endif %}
{% else %} {% if user.logging %}

It may take several minutes for your data to be logged. Please refresh this page in a few minutes to see graphs of your data.

{% else %}

You must enable logging to see data from your kit. Once you enable logging, it may take a few minutes before you see graphs of your data.

{% endif %} {% endif %} {% if user.logging %}

Logging is active. Samples will stop being gathered at {{ user.logging_deadline|date:"P T" }}.

{% else %}

Logging is inactive. Logout and back in to re-enable.

{% endif %}
{% endblock %}