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

Badezimmer / WC

Deckenspots

{{ basic.stateswitch('Sotslinks', 'EG.Bad.Sotslinks', 'icon', ['1', '0'], ['light_downlight.svg', 'light_downlight.svg'], '', ['icon1', 'icon0']) }} links {{ basic.stateswitch('Sotsrechts', 'EG.Bad.Sotsrechts', 'icon', ['1', '0'], ['light_downlight.svg', 'light_downlight.svg'], '', ['icon1', 'icon0']) }} rechts
   
{{ basic.stateswitch('Spotsgesamt', 'EG.Bad.alleSpots', 'icon', ['1', '0'], ['light_downlight.svg', 'light_downlight.svg'], '', ['icon1', 'icon0']) }} alle {{ basic.stateswitch('WCDeckenspots', 'EG.EGWC.Spots', 'icon', ['1', '0'], ['light_downlight.svg', 'light_downlight.svg'], '', ['icon1', 'icon0']) }} WC Spots

Heizung

{{ device.rtr('EG.Bad.temperature', 'TemperaturBad', 'EG.Bad.temperature', 'EG.Bad.temperature.set', 'EG.Bad.temperature.mode', 'EG.Bad.temperature.night', 'EG.Bad.temperature.frost', 'EG.Bad.temperature.state') }}

Temperaturverlauf

{{ plot.period('p21', 'EG.Bad.temperature', 'avg', '12h') }} {% endblock %}