Dashboard View History Admin

Sensor Data Dashboard

{% for row in data %} {% endfor %}
Id Sensor Timestamp Temp HR Bat
{{ row[0] }} {{ row[1] }} {{ row[2] }} {{ row[3] }}°C {{ row[4] }}% {{ row[5] }}%

Current Weather

{% if temperature %}

The current temperature is {{ temperature }}°C

{% else %}

Unable to fetch weather data.

{% endif %}

History in graphs