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

Johanna

Licht

  {{ basic.switch('JohannaDeckenlicht', 'OG.Johanna.Deckenlicht', icon1~'light_ceiling_light.png', icon0~'light_ceiling_light.png') }} Deckenlampe
  {{ basic.switch('JohannaDeckeSchmetterlinge', 'OG.Johanna.Schmetterlinge', icon1~'light_wire_system_1.png', icon0~'light_wire_system_1.png') }} Schmetterlinge

Heizung

{{ device.rtrmacflei('OG.Johanna.temperature', 'OG.Johanna.temperature.stellgroesse', 'OG.Johanna.temperature', 'OG.Johanna.temperature.set', 'OG.Johanna.temperature.mode', 'OG.Johanna.temperature.night', 'OG.Philipp.temperature.frost', '', 'OG.Johanna.temperature.zwangon', 'OG.Johanna.temperature.zwangoff', '', '0.5') }}

Status

{{ basic.symbol('FensterJohanna1', 'OG.Johanna.Fenster', 'Fenster ist offen', icon1~'fts_window_1w_open.png') }} {{ basic.symbol('FensterJohanna2', 'OG.Johanna.Fenster', 'Fenster ist zu', icon0~'fts_window_1w.png', 0) }}
{{ basic.symbol('TuerJohanna1', 'OG.Johanna.Tuer', 'Tür ist offen', icon1~'fts_door_open.png') }} {{ basic.symbol('TuerJohanna2', 'OG.Johanna.Tuer', 'Tür ist zu', icon0~'fts_door.png', 0) }}

Temperaturverlauf

{{ plot.rtr('p3', 'OG.Johanna.temperature', 'OG.Johanna.temperature.set', 'OG.Johanna.temperature.state') }}
{% endblock %}