ich lasse das alles auf einer synology ds109 laufen.
SmartVisu 2.7 läuft
smarthome.py läuft, bekomme Fehler im log:
in der plugin.conf
was genau muß da bei host stehen( mein knx interface ?)
SmartVisu 2.7 läuft
smarthome.py läuft, bekomme Fehler im log:
Code:
2014-06-04 11:11:03,990 ERROR Connections KNX: could not connect to 127.0.0.1:6720 (TCP): [Errno 111] Connection refused -- connection.py:connect:380 2014-06-04 11:11:03,996 DEBUG Connections WebSocket: binding to 192.168.178.35:2424 (TCP) -- connection.py:connect:160 2014-06-04 11:11:03,999 DEBUG Connections CLI: binding to 0.0.0.0:2323 (TCP) -- connection.py:connect:160
Code:
[knx]
class_name = KNX
class_path = plugins.knx
# host = 192.168.178.35
# host = 127.0.0.1
# host = 192.168.178.23
# port = 6720
# send_time = 600 # update date/time every 600 seconds, default none
# time_ga = 1/1/1 # default none
# date_ga = 1/1/2 # default none
[visu]
class_name = WebSocket
class_path = plugins.visu
ip='192.168.178.35'
port=2424
acl = rw
smartvisu_dir = /volume1/web/smartVISU_2.7
[cli]
class_name = CLI
class_path = plugins.cli
ip = 0.0.0.0
update = True
[sql]
class_name = SQL
class_path = plugins.sqlite


Kommentar