^

Themabewertung:
  • 325 Bewertung(en) - 2.66 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
openHAB 2.0 Beta -> LCN Binding?
#27
Hallo Lisa,

noch eine Frage, die ich zu Begin hätte schon stellen sollen: auf was für einem System läuft bei Dir openhab?
Raspberry oder Pc?

Für Raspberry:
Die Logs findest du entweder unter http://<IP-Openhab>:9001/ (z.B. wenn Du openhabian auf RasPi installiert hast...) oder falls Du dich per SSH einloggen kannst im Verzeichnis /var/log/openhab2/ . Dort gibt es die Dateien openhab.log und events.log

Oder über die Karaf-Console...
Unter Windows am PC, müsstest Du die Suchmaschine Deiner Wahl befragen...




Ich habe bei mir nochmals geschaut, was für Meldungen im LOG kommen, wenn openhab neu startet:

Code:
2018-03-23 18:42:47.138 [INFO ] [hab.action.xmpp.internal.XMPPConnect] - Connection to XMPP as 'xyz@domain.lan/123456' has been established. Is secure/encrypted: true
2018-03-23 18:42:51.927 [INFO ] [.dashboard.internal.DashboardService] - Started dashboard at http://xxx.xxx.xxx.xxx:8080
2018-03-23 18:42:51.947 [INFO ] [.dashboard.internal.DashboardService] - Started dashboard at https://xxx.xxx.xxx.xxx:8443
2018-03-23 18:43:08.241 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'haus.items'
2018-03-23 18:43:11.022 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'rrd4j.persist'
2018-03-23 18:43:16.675 [INFO ] [thome.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
2018-03-23 18:43:44.042 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'holiday.script'
2018-03-23 18:43:47.365 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'holiday.rules'
2018-03-23 18:44:03.409 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'Utilities.rules'
2018-03-23 18:44:06.540 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'shutters.rules'
2018-03-23 18:44:23.108 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'haus.rules'
2018-03-23 18:44:26.026 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'haus.sitemap'
2018-03-23 18:44:28.522 [INFO ] [thome.binding.astro.internal.job.Job] - Scheduled Astro event-jobs for thing astro:moon:fb2716c7
2018-03-23 18:44:28.569 [INFO ] [ding.astro.handler.AstroThingHandler] - Scheduled Positional job astro:moon:fb2716c7 every 300 seconds
2018-03-23 18:44:28.954 [INFO ] [thome.binding.astro.internal.job.Job] - Scheduled Astro event-jobs for thing astro:sun:abf7ea71
2018-03-23 18:44:29.041 [INFO ] [ding.astro.handler.AstroThingHandler] - Scheduled Positional job astro:sun:abf7ea71 every 300 seconds
2018-03-23 18:44:29.652 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'AstroSunData_Zodiac_Sign' already exists! Failed to add a second with the same UID!
2018-03-23 18:44:29.756 [INFO ] [thome.binding.astro.internal.job.Job] - Scheduled Astro event-jobs for thing astro:moon:fb2716c7
2018-03-23 18:44:29.791 [INFO ] [ding.astro.handler.AstroThingHandler] - Scheduled Positional job astro:moon:fb2716c7 every 300 seconds
2018-03-23 18:44:29.965 [INFO ] [thome.binding.astro.internal.job.Job] - Scheduled Astro event-jobs for thing astro:sun:abf7ea71
2018-03-23 18:44:30.125 [INFO ] [ding.astro.handler.AstroThingHandler] - Scheduled Positional job astro:sun:abf7ea71 every 300 seconds
2018-03-23 18:44:34.297 [INFO ] [penhab.io.transport.mqtt.MqttService] - MQTT Service initialization completed.
2018-03-23 18:44:34.344 [INFO ] [t.mqtt.internal.MqttBrokerConnection] - Starting MQTT broker connection 'mosquitto'
2018-03-23 18:44:36.931 [INFO ] [basic.internal.servlet.WebAppServlet] - Started Basic UI at /basicui/app
2018-03-23 18:44:37.981 [INFO ] [assic.internal.servlet.WebAppServlet] - Started Classic UI at /classicui/app
2018-03-23 18:44:38.175 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui
2018-03-23 18:44:53.132 [INFO ] [se.smarthome.model.script.haus.rules] - SYSTEM: openHAB has started...
2018-03-23 18:44:53.169 [INFO ] [se.smarthome.model.script.haus.rules] - SYSTEM: openHAB has started...
2018-03-23 18:44:55.597 [INFO ] [nhab.binding.lcn.internal.LcnBinding] - Loading LCN configuration...
2018-03-23 18:44:55.617 [INFO ] [nhab.binding.lcn.internal.LcnBinding] - LCN configuration loaded.
2018-03-23 18:44:55.624 [INFO ] [lcn.internal.LcnBindingActiveService] - LCN Refresh Service has been started
2018-03-23 18:44:55.655 [INFO ] [ab.binding.lcn.connection.Connection] - Connecting channel "java.nio.channels.SocketChannel[unconnected]".
2018-03-23 18:44:58.432 [INFO ] [eather.internal.common.WeatherConfig] - ProviderConfig[providerName=OPENWEATHERMAP,apiKey=xxxx]
2018-03-23 18:44:58.436 [INFO ] [eather.internal.common.WeatherConfig] - LocationConfig[providerName=OPENWEATHERMAP,language=de,updateInterval=5,latitude=10.0,longitude=5.0,woeid=<null>,locationId=home,name=Daheim]
2018-03-23 18:45:01.552 [INFO ] [ternal.scheduler.WeatherJobScheduler] - Starting and scheduling weatherJob-home with interval of 5 minutes
2018-03-23 18:45:02.011 [INFO ] [ui.habmin.internal.servlet.HABminApp] - Started HABmin servlet at /habmin
2018-03-23 18:45:02.345 [INFO ] [panel.internal.HABPanelDashboardTile] - Started HABPanel at /habpanel
2018-03-23 18:45:03.178 [INFO ] [b.core.service.AbstractActiveService] - SNMP Refresh Service has been started
2018-03-23 18:45:41.110 [INFO ] [arthome.model.script.utilities.rules] - UTILITIES: Calculate weekly/monthly/yearly values for Washing/Tumble Dryer
2018-03-23 18:45:41.200 [INFO ] [arthome.model.script.utilities.rules] - UTILITIES: Calculate weekly/monthly/yearly values for Washing/Tumble Dryer
2018-03-23 18:45:46.829 [INFO ] [.smarthome.model.script.HolidayRules] - Starting script 'holiday' in 120 seconds
2018-03-23 18:45:46.876 [INFO ] [se.smarthome.model.script.haus.rules] - SYSTEM: openHAB has started...
2018-03-23 18:46:05.025 [INFO ] [se.smarthome.model.script.haus.rules] - Sonoff-Tasmota update state/color/dimmer on all devices
2018-03-23 18:47:46.842 [INFO ] [.smarthome.model.script.HolidayRules] - Starting script 'holiday' now
2018-03-23 18:48:10.277 [INFO ] [.smarthome.model.script.HolidayRules] - Script 'holiday' ready

Die wichtigsten Zeilen daraus betreffend LCN sind diese 4 Zeilen:
Code:
2018-03-23 18:44:55.597 [INFO ] [nhab.binding.lcn.internal.LcnBinding] - Loading LCN configuration...
2018-03-23 18:44:55.617 [INFO ] [nhab.binding.lcn.internal.LcnBinding] - LCN configuration loaded.
2018-03-23 18:44:55.624 [INFO ] [lcn.internal.LcnBindingActiveService] - LCN Refresh Service has been started
2018-03-23 18:44:55.655 [INFO ] [ab.binding.lcn.connection.Connection] - Connecting channel "java.nio.channels.SocketChannel[unconnected]".


Evtl. könnte es auch hilfreich sein, die Items-Datei nochmals zu ändern (einfach Leerzeichen oder Enter an einer beliebigen Stelle und dann speichern) und dabei das LOG-File zu beobachten. Wird die Datei neu geladen und es gibt ein Problem damit, dann wird dies ebenfalls im Log angezeigt...

LG,
Andreas

Zum Mitlesen gibt es fast das gleiche Problem hier: http://forum.lcn.eu/showthread.php?tid=1043
Zitieren


Nachrichten in diesem Thema
openHAB 2.0 Beta -> LCN Binding? - von Smylo - 19.01.2016, 14:08
openHAB 2.0 - von harteknut - 03.01.2017, 07:55
[Kein Betreff] - von HSZ - 03.01.2017, 08:05
[Kein Betreff] - von harteknut - 06.01.2017, 10:38
[Kein Betreff] - von HSZ - 09.01.2017, 09:56
[Kein Betreff] - von harteknut - 04.02.2017, 22:20
[Kein Betreff] - von martin.zeifang - 16.03.2017, 14:18
[Kein Betreff] - von martin.zeifang - 20.03.2017, 08:13
[Kein Betreff] - von hanspeter - 01.07.2017, 13:12
[Kein Betreff] - von Portaner15 - 09.08.2017, 11:36
RE: openHAB 2.0 Beta -> LCN Binding? - von retai - 28.11.2017, 20:57
RE: openHAB 2.0 Beta -> LCN Binding? - von Gast - 09.12.2017, 11:11
RE: openHAB 2.0 Beta -> LCN Binding? - von imhofa - 23.03.2018, 19:56
RE: openHAB 2.0 Beta -> LCN Binding? - von Uwe - 10.06.2018, 11:31
RE: openHAB 2.0 Beta -> LCN Binding? - von Uwe - 11.06.2018, 20:30
RE: openHAB 2.0 Beta -> LCN Binding? - von Uwe - 13.06.2018, 19:07

Gehe zu: