{% extends "base.html" %} {% set active_page = "sensors" %} {% block title %} Sensor data {% endblock %} {% block divs %}
Select dates
Properties
Name {{ sensor.name }}
Unit {{ sensor.unit }}
Event Resolution {{ sensor.event_resolution }}
Timezone {{ sensor.timezone }}
Knowledge Horizon Type {{ sensor.knowledge_horizon_fnc }}
Statistics
There is no data for this sensor yet.
There was a problem fetching statistics for this sensor's data.

{% block leftsidepanel %} {{ super() }} {% endblock %} {% block sensorChartSetup %} {{ super() }} {% endblock %} {% endblock %}