Moin Moin,
habe Probleme das wenn ich einen Schalter erstelle keinen GAD in Fhem angezeigt wird.
Woran kann das liegen.
Rechte sind auf 755
Das ganze läuft auf ein RPi 2
Danke für euere Hilfe.
MFg MJoomla
habe Probleme das wenn ich einen Schalter erstelle keinen GAD in Fhem angezeigt wird.
Woran kann das liegen.
/**
* -----------------------------------------------------------------------------
* @package smartVISU
* @author Martin Gleiß
* @copyright 2012
* @license GPL [http://www.gnu.de]
* -----------------------------------------------------------------------------
*/
{% extends "rooms.html" %}
{% block content %}
<h1><img class="icon" src='{{ icon0 }}scene_livingroom.png'/>Schlafzimmer</h1>
<div class="preblock">
</div>
<div class="block">
<div class="set-2" data-role="collapsible-set" data-theme="c" data-content-theme="a" data-mini="true">
<div data-role="collapsible" data-collapsed="false" >
<h3>Licht</h3>
<table width="90%">
<tr>
<td align="left" width="100px">
{{ basic.switch('Stehlampe1', 'Stehlampe1', icon1~'light_floor_lamp.png', icon0~'light_floor_lamp.png') }}
</td>
<td>Stehlampe1</td>
</tr>
</table>
</div>
</div>
</div>
{% endblock %}
* -----------------------------------------------------------------------------
* @package smartVISU
* @author Martin Gleiß
* @copyright 2012
* @license GPL [http://www.gnu.de]
* -----------------------------------------------------------------------------
*/
{% extends "rooms.html" %}
{% block content %}
<h1><img class="icon" src='{{ icon0 }}scene_livingroom.png'/>Schlafzimmer</h1>
<div class="preblock">
</div>
<div class="block">
<div class="set-2" data-role="collapsible-set" data-theme="c" data-content-theme="a" data-mini="true">
<div data-role="collapsible" data-collapsed="false" >
<h3>Licht</h3>
<table width="90%">
<tr>
<td align="left" width="100px">
{{ basic.switch('Stehlampe1', 'Stehlampe1', icon1~'light_floor_lamp.png', icon0~'light_floor_lamp.png') }}
</td>
<td>Stehlampe1</td>
</tr>
</table>
</div>
</div>
</div>
{% endblock %}
Das ganze läuft auf ein RPi 2
Danke für euere Hilfe.
MFg MJoomla
Kommentar