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

Johanna

Licht

  {{ basic.stateswitch('JohannaDeckenlicht', 'OG.Johanna.Deckenlicht', 'icon', ['1', '0'], ['light_ceiling_light.svg', 'light_ceiling_light.svg'], '', ['icon1', 'icon0']) }} Deckenlampe
  {{ basic.stateswitch('JohannaDeckeSchmetterlinge', 'OG.Johanna.Schmetterlinge', 'icon', ['1', '0'], ['light_wire_system_1.svg', 'light_wire_system_1.svg'], '', ['icon1', 'icon0']) }} Schmetterlinge

Heizung

{{ device.rtr('', '', 'OG.Johanna.temperature', 'OG.Johanna.temperature.set', 'OG.Johanna.temperature.mode', 'OG.Johanna.temperature.night', 'OG.Philipp.temperature.frost', 'OG.Johanna.temperature.on', '', '0.5') }}

Status

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

Temperaturverlauf

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