Hi,
ich habe vorhin das Sonos Plugin installiert. Danach habe ich Fehlermeldungen aus dem CLI und dem VISU Plugin.
Trotz der Fehlermeldungen funktionieren sowhol das CLI Plugin, als auch die Visu.
Die Fehlermeldungen wiederholen sich im 10 Sekundentakt. Ich habe das Sonos Plugin deinstalliert und den sonos_broker gestoppt. Die Fehlermeldungen bleiben. Was kann da passiert sein?
Hier ist die Plugin.conf dazu:
ich habe vorhin das Sonos Plugin installiert. Danach habe ich Fehlermeldungen aus dem CLI und dem VISU Plugin.
Trotz der Fehlermeldungen funktionieren sowhol das CLI Plugin, als auch die Visu.
Code:
Init SmartHome.py 1.0-35-gf62db45+ 2015-02-02 00:50:48 ERROR Connections WebSocket: problem binding 0.0.0.0:2424 (TCP): [Errno 98] Die Adresse wird bereits verwendet 2015-02-02 00:50:48 ERROR Connections CLI: problem binding 127.0.0.1:2323 (TCP): [Errno 98] Die Adresse wird bereits verwendet 2015-02-02 00:50:51 ERROR Connections WebSocket: problem binding 0.0.0.0:2424 (TCP): [Errno 98] Die Adresse wird bereits verwendet 2015-02-02 00:50:51 ERROR Connections CLI: problem binding 127.0.0.1:2323 (TCP): [Errno 98] Die Adresse wird bereits verwendet 2015-02-02 00:51:01 ERROR Connections WebSocket: problem binding 0.0.0.0:2424 (TCP): [Errno 98] Die Adresse wird bereits verwendet 2015-02-02 00:51:01 ERROR Connections CLI: problem binding 127.0.0.1:2323 (TCP): [Errno 98] Die Adresse wird bereits verwendet 2015-02-02 00:51:11 ERROR Connections WebSocket: problem binding 0.0.0.0:2424 (TCP): [Errno 98] Die Adresse wird bereits verwendet 2015-02-02 00:51:11 ERROR Connections CLI: problem binding 127.0.0.1:2323 (TCP): [Errno 98] Die Adresse wird bereits verwendet 2015-02-02 00:51:21 ERROR Connections WebSocket: problem binding 0.0.0.0:2424 (TCP): [Errno 98] Die Adresse wird bereits verwendet 2015-02-02 00:51:21 ERROR Connections CLI: problem binding 127.0.0.1:2323 (TCP): [Errno 98] Die Adresse wird bereits verwendet 2015-02-02 00:51:31 ERROR Connections WebSocket: problem binding 0.0.0.0:2424 (TCP): [Errno 98] Die Adresse wird bereits verwendet 2015-02-02 00:51:31 ERROR Connections CLI: problem binding 127.0.0.1:2323 (TCP): [Errno 98] Die Adresse wird bereits verwendet 2015-02-02 00:51:41 ERROR Connections WebSocket: problem binding 0.0.0.0:2424 (TCP): [Errno 98] Die Adresse wird bereits verwendet 2015-02-02 00:51:41 ERROR Connections CLI: problem binding 127.0.0.1:2323 (TCP): [Errno 98] Die Adresse wird bereits verwendet
Hier ist die Plugin.conf dazu:
Code:
# plugin.conf [knx] class_name = KNX class_path = plugins.knx # host = 127.0.0.1 # 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 busmonitor = True [visu] class_name = WebSocket class_path = plugins.visu smartvisu_dir = /var/www/smartvisu port = 2424 acl = rw [HUE] class_name = HUE class_path = plugins.hue hue_user = knxbususer # hue_ip = 'Philips-hue' hue_ip = 10.0.0.136 # hue_port = 80 # cycle_lamps = 5 # cycle_bridges = 30 # default_transitionTime = 0.4 [mlgw] class_name = mlgw class_path = plugins.mlgw host = mlgw.local port = 9000 username = mlgw password = mlgw rooms = {1: "KO", 2: "WZ", 3: "EZ", 4: "FL", 5: "GZ", 6: "AZ", 7: "DU", 8: "HW", 9: "BD", 10: "SZ", 11: "TR", 12: "TE"} mlns = {1: "BV9-WZ", 2: "BV10-SZ", 3: "BLActive-KO", 4: "BLActive-GZ", 5: "BLActive-BD", 6: "BLActive-DU", 7: "BLActive-AZ", 8: "BLC", 9: "BeoPlayV1-AZ"} log_mlgwtelegrams = 1 #[sonos] # class_name = Sonos # class_path = plugins.sonos # #broker_url = 192.168.178.31:12900 #optional # #refresh = 120 #optional [cli] class_name = CLI class_path = plugins.cli # ip = 0.0.0.0 update = True [sql] class_name = SQL class_path = plugins.sqlite
Kommentar