Einen wunderschönen!
Ich bitte ganz dringend um Hilfe!
Ich bin nun endlich mal wieder an meiner Einrichtung vom RasPi dran. Leider funktioniert das Schalten nicht.
Ein Groupswrite funktioniert tadellos, auch das schalten über den Sensor funktioniert, aber nicht über die Oberflächeder Smartvisu.
Hier mal die smartvisu.config:
[1stfloor]
[[wohnen]]
[[[spots]]]
[[[[onoff]]]]
type = bool
visu_acl = rw
knx_dpt = 1
knx_listen = 4/6/140
knx_send = 4/6/140
knx_init = 4/6/140
[[[[dimmen]]]]
type = num
visu_acl = rw
knx_dpt = 14
knx_listen = 4/6/148
knx_send = 4/6/141
knx_init = 4/6/148
und die passende HTMl dazu:
/**
* -----------------------------------------------------------------------------
* @package smartVISU
* @author Martin Gleiß
* @copyright 2012
* @license GPL [http://www.gnu.de]
* -----------------------------------------------------------------------------
*/
{% extends "base.html" %}
{% block sidebar %}
{% include 'rooms_menu.html' %}
{% endblock %}
{% block content %}
<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>Spots</h3>
<table width=100%>
<td align=left>
{{ basic.switch('S2', '1stFloor.wohnen.spots.onoff', icon1~'light_floor_lamp.png', icon0~'light_floor_lamp.png') }} testing
</td>
</table>
</div>
</div>
</div>
{% endblock %}
irgendwelche ideen??
Ich bitte ganz dringend um Hilfe!

Ich bin nun endlich mal wieder an meiner Einrichtung vom RasPi dran. Leider funktioniert das Schalten nicht.
Ein Groupswrite funktioniert tadellos, auch das schalten über den Sensor funktioniert, aber nicht über die Oberflächeder Smartvisu.
Hier mal die smartvisu.config:
[1stfloor]
[[wohnen]]
[[[spots]]]
[[[[onoff]]]]
type = bool
visu_acl = rw
knx_dpt = 1
knx_listen = 4/6/140
knx_send = 4/6/140
knx_init = 4/6/140
[[[[dimmen]]]]
type = num
visu_acl = rw
knx_dpt = 14
knx_listen = 4/6/148
knx_send = 4/6/141
knx_init = 4/6/148
und die passende HTMl dazu:
/**
* -----------------------------------------------------------------------------
* @package smartVISU
* @author Martin Gleiß
* @copyright 2012
* @license GPL [http://www.gnu.de]
* -----------------------------------------------------------------------------
*/
{% extends "base.html" %}
{% block sidebar %}
{% include 'rooms_menu.html' %}
{% endblock %}
{% block content %}
<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>Spots</h3>
<table width=100%>
<td align=left>
{{ basic.switch('S2', '1stFloor.wohnen.spots.onoff', icon1~'light_floor_lamp.png', icon0~'light_floor_lamp.png') }} testing
</td>
</table>
</div>
</div>
</div>
{% endblock %}
irgendwelche ideen??
Kommentar