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

DG-Wohnen

Deckenlicht

{{ device.dimmer('DG.Wohnen.SchieneLANG', 'lange Schiene', 'DG.Wohnen.SchieneLANG', 'DG.Wohnen.SchieneLANG.dimmen', 0, 100, 10) }} {{ device.dimmer('DG.Wohnen.SchieneKURZ', 'kurze Schiene', 'DG.Wohnen.SchieneKURZ', 'DG.Wohnen.SchieneKURZ.dimmen', 0, 100, 10) }}

Heizung

{{ device.rtrmacflei('DG.Wohnen.temperature', 'DG.Wohnen.temperature.stellgroesse', 'DG.Wohnen.temperature', 'DG.Wohnen.temperature.set', 'DG.Wohnen.temperature.mode', 'DG.Wohnen.temperature.night', 'DG.Wohnen.temperature.frost', '', 'DG.Wohnen.temperature.zwangon', 'DG.Wohnen.temperature.zwangoff', '', '0.5') }}

Lichter

  {{ basic.switch('DGWandLED', 'DG.Wohnen.LEDWand', icon1~'light_wall_2.png', icon0~'light_wall_2.png') }} LED-Wandspots
  {{ basic.switch('DGBodenLED', 'DG.Wohnen.LEDBoden', icon1~'light_uplight.png', icon0~'light_uplight.png') }} LED Bodenspots
  {{ basic.switch('DGStedoTV', 'DG.Wohnen.StedoTV', icon1~'message_socket.png', icon0~'message_socket.png') }} Steckdose TV

Status Fenster

{{ basic.symbol('WoFensterNord1', 'DG.Wohnen.Fenster1', 'Dachfenster Nord ist offen', icon1~'fts_window_roof_open_2.png') }} {{ basic.symbol('WoFensterNord2', 'DG.Wohnen.Fenster1', 'Dachfenster Nord ist zu', icon0~'fts_window_roof_shutter.png', 0) }}
{{ basic.symbol('WoFensterSuedlinks1', 'DG.Wohnen.Fenster2', 'Dachfenster Süd links ist offen', icon1~'fts_window_roof_open_2.png') }} {{ basic.symbol('WoFensterSuedlinks2', 'DG.Wohnen.Fenster2', 'Dachfenster Süd links ist zu', icon0~'fts_window_roof_shutter.png', 0) }}
{{ basic.symbol('WoFensterSuedrechts1', 'DG.Wohnen.Fenster3', 'Dachfenster Süd rechts offen', icon1~'fts_window_roof_open_2.png') }} {{ basic.symbol('WoFensterSuedrechts2', 'DG.Wohnen.Fenster3', 'Dachfenster Süd rechts zu', icon0~'fts_window_roof_shutter.png', 0) }}
{{ basic.symbol('WoTuer1', 'DG.Wohnen.Tuer', 'Tür ist offen', icon1~'fts_door_open.png') }} {{ basic.symbol('WoTuer2', 'DG.Wohnen.Tuer', 'Tür ist zu', icon0~'fts_door.png', 0) }}

Rollo

{{ device.shutter('DG.Wohnen.Rollo', '', 'DG.Wohnen.Rollo.move', 'DG.Wohnen.Rollo.stop', 'DG.Wohnen.Rollo.pos', '', 'DG.Wohnen.Rollo.tilt') }}

Temperaturverlauf

{{ plot.rtr('p39', 'DG.Wohnen.temperature', 'DG.Wohnen.temperature.set', 'DG.Wohnen.temperature.state') }}
{% endblock %}