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

Schlafzimmer

{{ basic.button('all_off', 'schlafen_licht_schalten', 'Aus', 'delete', '0', 'midi') }}

Licht

{{ device.dimmer('light_door', 'Tür dimmen', 'og.sleep.light_door', 'og.sleep.light_door.level') }}
{{ basic.switch('light_corner', 'og.sleep.light_corner', 'light_floor_lamp.svg', 'light_floor_lamp.svg') }} {{ basic.switch('light_cabinet', 'og.sleep.light_cabinet', 'light_wall_2.svg', 'light_wall_2.svg') }} {{ basic.switch('light_bed_li', 'og.sleep.light_bed_li', 'light_wall_3.svg', 'light_wall_3.svg') }} {{ basic.switch('light_bed_re', 'og.sleep.light_bed_re', 'light_wall_3.svg', 'light_wall_3.svg') }}
{{ basic.switch('socket', 'og.sleep.socket', 'message_socket.svg', 'message_socket.svg') }}

Einstellungen

Raumtemperatur

{{ device.rtr('heating', 'Heizung', 'og.sleep.heating', 'og.sleep.heating.set', 'og.sleep.heating.mode', 'og.sleep.heating.night', 'og.sleep.heating.frost', 'og.sleep.heating.state') }}

Plot

{{ plot.rtr('ph', 'og.sleep.heating', 'og.sleep.heating.set', 'og.sleep.heating.state') }}
{% endblock %}