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

Badezimmer / WC

Deckenspots

{{ basic.switch('Sotslinks', 'EG.Bad.Sotslinks', icon1~'light_downlight.png', icon0~'light_downlight.png') }} links {{ basic.switch('Sotsrechts', 'EG.Bad.Sotsrechts', icon1~'light_downlight.png', icon0~'light_downlight.png') }} rechts
   
{{ basic.switch('Spotsgesamt', 'EG.Bad.alleSpots', icon1~'light_downlight.png', icon0~'light_downlight.png') }} alle {{ basic.switch('WCDeckenspots', 'EG.EGWC.Spots', icon1~'light_downlight.png', icon0~'light_downlight.png') }} 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 %}