/** * ----------------------------------------------------------------------------- * @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.rtr('', '', 'DG.Wohnen.temperature', 'DG.Wohnen.temperature.set', 'DG.Wohnen.temperature.mode', 'DG.Wohnen.temperature.night', 'DG.Wohnen.temperature.frost', 'DG.Wohnen.temperature.on', '', '0.5') }}

Lichter

  {{ basic.stateswitch('DGWandLED', 'DG.Wohnen.LEDWand', 'icon', ['1', '0'], ['light_wall_2.svg', 'light_wall_2.svg'], '', ['icon1', 'icon0']) }} LED-Wandspots
  {{ basic.stateswitch('DGBodenLED', 'DG.Wohnen.LEDBoden', 'icon', ['1', '0'], ['light_uplight.svg', 'light_uplight.svg'], '', ['icon1', 'icon0']) }} LED Bodenspots
  {{ basic.stateswitch('DGStedoTV', 'DG.Wohnen.StedoTV', 'icon', ['1', '0'], ['message_socket.svg', 'message_socket.svg'], '', ['icon1', 'icon0']) }} 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 %}