Hi,
ich habe das Problem, dass die Kommunikation smartVISU - smarthome.py - KNX offenbar nicht klappt.
Anbei ein Log.
Meine smarthome config:
Und meine room_Arbeitszimmer
Hat jemand eine Idee warum es nicht klappt? eibd läuft lokal und funktioniert.
btw: Es sollte "wants to update an invalid item" heißen ;-)
Gruß
René
ich habe das Problem, dass die Kommunikation smartVISU - smarthome.py - KNX offenbar nicht klappt.
Anbei ein Log.
Meine smarthome config:
Code:
# /usr/local/smarthome/items/OG.conf
[og]
name = Obergeschoss
[[arbeitszimmer]]
name = Arbeitszimmer
sv_page = room
[[licht]]
type = bool
visu = yes
visu_acl = rw
knx_dpt = 1
knx_send = 2/0/3
knx_listen = 2/4/3
knx_init = 2/4/3
sv_widget = "{{ basic.switch('item', 'item',icon1~'light_light.png',icon0~'light_light.png' ) }}"
Code:
{% extends "rooms.html" %}
{% block content %}
<h1><img class="icon" src='{{ icon0 }}scene_office.png'/>Arbeitszimmer</h1>
<div class="block">
<div class="set-2" data-role="collapsible-set" data-theme="c" data-content-theme="a" data-mini$
<div data-role="collapsible" data-collapsed="false">
<h3>Licht</h3>
Deckenlicht<br />
{{ basic.flip('og.arbeitszimmer.licht', 'og.arbeitszimmer.licht') }}
</div>
<br/><br/>
</div>
</div>
{% endblock %}
btw: Es sollte "wants to update an invalid item" heißen ;-)
Gruß
René


Kommentar