CCU-Historian Fehler Log

Das Langzeitarchiv für HomeMatic

Moderator: Co-Administratoren

Antworten
Kaschi68
Beiträge: 12
Registriert: 18.12.2017, 12:31

CCU-Historian Fehler Log

Beitrag von Kaschi68 » 11.02.2018, 14:39

Hallo Zusammen,

hab eine Frage zu meiner Log. Ist das normal oder hab ich einen Fehler ?
Die Raspberrymatic läuft auf einem extra Tinkerboard, das CCU-Historian auf einem Pi.
Ist in der Config die Raspberrymatic als CCU2 richtig vorgewählt ?
Momentan hab ich das Backup auf stündlich stehen, um zu sehen ob es funktioniert.

2018-02-11 13:22:05|WARNING|Device BidCos-RF.CENTRAL.PONG does not exist
2018-02-11 14:03:37|WARNING|Device BidCos-RF.CENTRAL.PONG does not exist
2018-02-11 14:22:39|WARNING|Device BidCos-RF.CENTRAL.PONG does not exist
2018-02-11 14:24:46|SEVERE |Exception: Das Netzwerk ist nicht erreichbar
2018-02-11 14:24:46|SEVERE |Detail: java.net.SocketException: Das Netzwerk ist nicht erreichbar
at mdz.hc.itf.binrpc.BinRpcClient.connect(BinRpcClient.groovy:60)
at mdz.hc.itf.binrpc.BinRpcClient.send(BinRpcClient.groovy:74)
at mdz.hc.itf.binrpc.BinRpcClient.call(BinRpcClient.groovy:142)
at mdz.hc.itf.hm.HmBinRpcInterface.init(HmBinRpcInterface.groovy:121)
at mdz.hc.itf.hm.HmBinRpcInterface.start(HmBinRpcInterface.groovy:79)
at mdz.hc.itf.Manager$_start_closure1.doCall(Manager.groovy:60)
at mdz.hc.itf.Manager.start(Manager.groovy:58)
at mdz.ccuhistorian.HistorianSystem.<init>(HistorianSystem.groovy:38)
at mdz.ccuhistorian.Main.start(Main.groovy:96)
at mdz.ccuhistorian.Main.access$0(Main.groovy)
at mdz.ccuhistorian.Main$_run_closure4.doCall(Main.groovy:73)
at mdz.ccuhistorian.Main$_run_closure4.call(Main.groovy)
at mdz.Exceptions.lambda$0(Exceptions.java:84)
at mdz.Exceptions.catchToLog(Exceptions.java:74)
at mdz.Exceptions.catchToLog(Exceptions.java:84)
at mdz.ccuhistorian.Main.run(Main.groovy:73)
at mdz.ccuhistorian.Main.main(Main.groovy:41)
2018-02-11 14:25:40|WARNING|Device BidCos-RF.CENTRAL.PONG does not exist




Meine Config sieht so aus :

logSystem.consoleLevel=Level.INFO
logSystem.fileLevel=Level.WARNING
logSystem.fileName='/opt/ccu-historian/ccu-historian-%g.log'
logSystem.fileLimit=1000000
logSystem.fileCount=5
logSystem.binRpcLevel=Level.WARNING
database.dir='/opt/ccu-historian/data'
database.name='history'
database.user='sa'
database.password='xxxxxxxxxxxx'
database.backup='/opt/ccu-historian/backup/Historian_Backup_db_%Y-%M-%D-%H.gz'
database.webEnable=true
database.webPort=8082
database.webAllowOthers=true
database.tcpEnable=false
database.tcpPort=9092
database.tcpAllowOthers=false
database.pgEnable=false
database.pgPort=5435
database.pgAllowOthers=true
webServer.port=80
webServer.dir='/opt/ccu-historian/webapp'
webServer.logLevel=Level.WARNING
webServer.historianAddress='192.168.xxx.xxx'
// webServer.trendDesigns ... (s.a. Abschnitt 7.4.1 im Handbuch)
// webServer.apiKeys=[]
// webServer.menuLinks.link1.text='WebUI Settings'
// webServer.menuLinks.link1.address='http://192.168.xxx.xxx'
historian.metaCycle=3600000 // 1 Stunde
historian.bufferCount=5000
historian.bufferTime=0
devices.historianBinRpcPort=2099
devices.historianXmlRpcPort=2098
devices.historianAddress='192.168.xxx.xxx'
devices.device1.type=CCU2
devices.device1.address='192.168.xxx.xxx'
devices.device1.plugin1.type=CUXD

Vielen Dank und schönen Sonntag noch,
Gruß Kaschi68

Antworten

Zurück zu „CCU-Historian“