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

Küche

Heizung

{{ device.rtr('kueche_heizen', 'Heizung', '1/0/4/9.xxx', '1/0/3/9.xxx', '1/0/8/1.001', '1/0/6/1.001', '1/0/7/1.001', '1/0/2/1.001') }}

Licht

{{ device.dimmer('kueche_licht1', 'Decke', '1/1/1/1.001', '1/1/5/5.xxx') }} {{ device.dimmer('kueche_licht2', 'Arbeitsplatte', '1/1/21/1.001', '1/1/25/5.xxx') }} {{ device.dimmer('kueche_licht3', 'Herd', '1/1/11/1.001', '1/1/15/5.xxx') }} {{ device.dimmer('kueche_licht4', 'Glasteil', '1/1/31/1.001', '1/1/34/5.001') }}


Rollladen

{{ shutter.two ('kueche_sueden', 'Süden', '1/2/1/1.001', '1/2/2/1.001', '1/2/4/5.001', '') }}

Rollladen

{{ shutter.two ('kueche_osten', 'Osten', '1/2/11/1.001', '1/2/12/1.001', '1/2/14/5.001', '') }}

Rollladen

{{ shutter.two ('kueche_alle', 'Alle', '1/2/21/1.001', '1/2/22/1.001', '1/2/24/5.001', '') }}

Status

{{ basic.symbol('status1', '1/4/12/1.001', 'Kühlschrank ein', 'control_on_off.svg', '', '', 'icon1') }} {{ basic.symbol('status2', '1/4/12/1.001', 'Kühlschrank aus', 'control_on_off.svg', 0) }} {{ basic.symbol('status3', '1/4/32/1.001', 'Backofen ein', 'control_on_off.svg', '', '', 'icon1') }} {{ basic.symbol('status4', '1/4/32/1.001', 'Backofen aus', 'control_on_off.svg', 0) }}
{{ basic.symbol('status5', '1/4/22/1.001', 'Mikrowelle ein', 'control_on_off.svg', '', '', 'icon1') }} {{ basic.symbol('status6', '1/4/22/1.001', 'Mikrowelle aus', 'control_on_off.svg', 0) }} {{ basic.symbol('status7', '1/4/2/1.001', 'Geschirrspüler ein', 'control_on_off.svg', '', '', 'icon1') }} {{ basic.symbol('status8', '1/4/2/1.001', 'Geschirrspüler aus', 'control_on_off.svg', 0) }}
{% endblock %}