{# This template is for a daily overview. #} {% extends "base.html" %} {% block title %}Indoor weather for {{ data.date_stamp }}{% endblock %} {% block head %}{% endblock %} {% block content %}
These are recordings for temperature and humidity at the indoor base station.
{% if data.current_data %}Data is for the five minute period ending at {{ data.current_data_ts }}
Sensor | Value |
---|---|
Indoor Relative Humidity | {{ data.current_data.indoor_relative_humidity }}% |
Indoor Temperature | {{ data.current_data.indoor_temperature|round(1) }}°C |