{% extends "base.html" %} {% block content %}

{% if obj %} Sensor {{ obj.sensor_id }} {% else %} Sensor {{ sensor_id }} {% endif %}

Sensor information

{% if obj %} {% else %}

This sensor has no location set.

{% endif %} {% if boiler_bool %} {% include "boiler_values.html" %} {% else %} {% include "sensor_values.html" %} {% endif %}

For historical values visit grafana website

Back to sensor list
{% endblock content %}