/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2015 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "rooms.html" %} {% block content %}

Wohnzimmer

Raumtemperatur

{{ device.rtr('heating', 'Heizung', 'eg.living.heating', 'eg.living.heating.set', 'eg.living.heating.mode', 'eg.living.heating.night', 'eg.living.heating.frost', 'eg.living.heating.state') }}

Plot

{{ plot.rtr('ph', 'eg.living.heating', 'eg.living.heating.set', 'eg.living.heating.state') }}

Bewässerung

{{ basic.switch('wassersaeule_1', 'wassersaeule_1_schalten', 'sani_irrigation.svg', 'sani_irrigation.svg') }} Wassersäule 1
{{ basic.switch('wassersaeule_2', 'wassersaeule_2_schalten', 'sani_irrigation.svg', 'sani_irrigation.svg') }} Wassersäule 2

Einstellungen

{{ basic.checkbox('wassersaeulen_auto', 'wassersaeulen_auto', 'Automatik') }}
{% endblock %}