/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2015 * @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', 'light_wall_2.svg', 'light_wall_2.svg') }} LED-Wandspots
  {{ basic.switch('DGBodenLED', 'DG.Wohnen.LEDBoden', 'light_uplight.svg', 'light_uplight.svg') }} LED Bodenspots
  {{ basic.switch('DGStedoTV', 'DG.Wohnen.StedoTV', 'message_socket.svg', 'message_socket.svg') }} Steckdose TV

Status Fenster

{{ basic.symbol('WoFensterNord1', 'DG.Wohnen.Fenster1', 'Dachfenster Nord ist offen', 'fts_window_roof_open_2.svg', 1, '', 'icon1') }} {{ basic.symbol('WoFensterNord2', 'DG.Wohnen.Fenster1', 'Dachfenster Nord ist zu', 'fts_window_roof_shutter.svg', 0) }}
{{ basic.symbol('WoFensterSuedlinks1', 'DG.Wohnen.Fenster2', 'Dachfenster Süd links ist offen', 'fts_window_roof_open_2.svg', 1, '', 'icon1') }} {{ basic.symbol('WoFensterSuedlinks2', 'DG.Wohnen.Fenster2', 'Dachfenster Süd links ist zu', 'fts_window_roof_shutter.svg', 0) }}
{{ basic.symbol('WoFensterSuedrechts1', 'DG.Wohnen.Fenster3', 'Dachfenster Süd rechts offen', 'fts_window_roof_open_2.svg', 1, '', 'icon1') }} {{ basic.symbol('WoFensterSuedrechts2', 'DG.Wohnen.Fenster3', 'Dachfenster Süd rechts zu', 'fts_window_roof_shutter.svg', 0) }}
{{ basic.symbol('WoTuer1', 'DG.Wohnen.Tuer', 'Tür ist offen', 'fts_door_open.svg', 1, '', 'icon1') }} {{ basic.symbol('WoTuer2', 'DG.Wohnen.Tuer', 'Tür ist zu', 'fts_door.svg', 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 %}