/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2015 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "base.html" %} {% block sidebar %} {% include 'stats.navigation.html' %} {% endblock %} {% block content %}

Temperaturen Fußbodenheizung

Erdgeschoss

Ist Soll Heizen
{{ smallrtr.one ('srtr_kueche', 'Küche', '1/0/4/9.xxx', '1/0/3/9.xxx', '1/0/2/1.001') }} {{ smallrtr.one ('srtr_wz', 'Wohnen', '0/0/4/9.xxx', '0/0/3/9.xxx', '0/0/2/1.001') }} {{ smallrtr.one ('srtr_gz', 'Gäste', '2/0/4/9.xxx', '2/0/3/9.xxx', '2/0/1/5.001') }} {{ smallrtr.one ('srtr_gwc', 'WC', '3/0/4/9.xxx', '3/0/3/9.xxx', '3/0/2/1.001') }} {{ smallrtr.one ('srtr_dieg', 'Diele EG', '4/0/4/9.xxx', '4/0/3/9.xxx', '4/0/2/1.001') }}

Dachgeschoss

Ist Soll Heizen
{{ smallrtr.one ('srtr_badog', 'Bad', '9/0/4/9.xxx', '9/0/3/9.xxx', '9/0/2/1.001') }} {{ smallrtr.one ('srtr_sz', 'Schlafen', '6/0/4/9.xxx', '6/0/3/9.xxx', '6/0/2/1.001') }} {{ smallrtr.one ('srtr_kz', 'Kind', '7/0/4/9.xxx', '7/0/3/9.xxx', '7/0/2/1.001') }} {{ smallrtr.one ('srtr_az', 'Arbeiten','8/0/4/9.xxx', '8/0/3/9.xxx', '8/0/2/1.001') }} {{ smallrtr.one ('srtr_diog', 'Diele OG', '10/0/4/9.xxx','10/0/3/9.xxx','10/0/2/1.001') }}
{% endblock %}