Hallo,
ich wollte einmal die Fachleute hier fragen, ob im log Fehler sind, über die ich mir Gedanken machen sollte.
Die letzte Warnung z.B. verhindert nicht, dass das Licht geschaltet wird aber vielleicht ist etwas an der KNX Installation zu tun?
ich wollte einmal die Fachleute hier fragen, ob im log Fehler sind, über die ich mir Gedanken machen sollte.
Code:
root@openHAB:~# /etc/init.d/openhab stop [....] Stopping Open Home Automation Bus Daemon:. root@openHAB:~# /etc/init.d/openhab start [....] Starting Open Home Automation Bus Daemon:. root@openHAB:~# tail -f /opt/openhab/logs/openhab.log at org.openhab.model.core.internal.folder.FolderObserver.checkFolder(FolderObserver.java:142) 11:25:54.092 INFO o.o.m.c.i.ModelRepositoryImpl[:97]- Refreshing model 'wenzel.items' 11:25:54.168 ERROR o.o.m.c.i.f.FolderObserver[:105]- An unexpected exception has occured java.lang.NullPointerException: null at org.openhab.model.item.binding.AbstractGenericBindingProvider.removeConfigurations(AbstractGenericBindingProvider.java:93) at org.openhab.model.item.internal.GenericItemProvider.processBindingConfigsFromModel(GenericItemProvider.java:164) at org.openhab.model.item.internal.GenericItemProvider.modelChanged(GenericItemProvider.java:379) at org.openhab.model.core.internal.ModelRepositoryImpl.notifyListeners(ModelRepositoryImpl.java:158) at org.openhab.model.core.internal.ModelRepositoryImpl.addOrRefreshModel(ModelRepositoryImpl.java:99) at org.openhab.model.core.internal.folder.FolderObserver.checkFolder(FolderObserver.java:142) 11:27:03.522 INFO o.o.c.internal.CoreActivator[:61]- openHAB runtime has been started (v1.4.0). 11:27:30.007 INFO o.o.m.c.i.ModelRepositoryImpl[:79]- Loading model 'db4o.persist' 11:27:33.203 INFO o.o.m.c.i.ModelRepositoryImpl[:79]- Loading model 'wenzel.items' 11:27:34.081 INFO o.o.m.c.i.ModelRepositoryImpl[:79]- Loading model 'greent.items' 11:27:45.962 INFO o.o.m.c.i.ModelRepositoryImpl[:79]- Loading model 'wenzel.script' 11:27:49.384 INFO o.o.i.s.i.DiscoveryServiceImpl[:72]- mDNS service has been started 11:27:59.743 INFO o.o.m.c.i.ModelRepositoryImpl[:79]- Loading model 'wenzel.sitemap' 11:28:08.753 INFO o.o.io.rest.RESTApplication[:141]- Started REST API at /rest 11:28:14.672 INFO o.o.u.w.i.s.WebAppServlet[:79]- Started Classic UI at /openhab.app 11:28:23.144 INFO o.o.m.c.i.ModelRepositoryImpl[:79]- Loading model 'wenzel.rules' 11:28:30.128 WARN o.o.m.i.i.GenericItemProvider[:108]- Attempted to register a second BindingConfigReader of type 'autoupdate'. The primaraly reader will remain active! 11:28:33.678 WARN o.o.c.p.e.PersistenceExtensions[:404]- There is no queryable persistence service registered with the name 'db4o' 11:28:33.708 ERROR o.o.m.r.i.engine.RuleEngine[:267]- Error during the execution of startup rule 'Update max and min temperatures': cannot invoke method public abstract org.openhab.core.types.State org.openhab.core.persistence.HistoricItem.getState() on null 11:28:33.803 INFO o.o.c.s.AbstractActiveService[:169]- Exec Refresh Service has been started 11:28:34.259 INFO o.o.c.s.AbstractActiveService[:169]- HTTP Refresh Service has been started 11:28:34.760 INFO o.o.c.s.AbstractActiveService[:169]- NTP Refresh Service has been started 11:28:36.649 INFO o.o.b.s.i.SysteminfoBinding[:397]- Using Sigar version 1.6.4.129 11:28:36.750 INFO o.o.c.s.AbstractActiveService[:169]- Systeminfo Refresh Service has been started 11:28:46.136 INFO o.o.b.k.i.c.KNXConnection[:202]- Established connection to KNX bus on 192.168.178.100:3671 in mode TUNNEL. 11:28:56.356 WARN o.o.b.k.i.bus.KNXBinding[:430]- Cannot read value for item 'Light_FF_Balcony_LED' from KNX bus: timeout waiting for group read response 11:29:07.960 WARN o.o.b.k.i.bus.KNXBinding[:430]- Cannot read value for item 'Light_FF_Balcony_LED' from KNX bus: timeout waiting for group read response 11:29:19.039 WARN o.o.b.k.i.bus.KNXBinding[:430]- Cannot read value for item 'Light_FF_Balcony_LED' from KNX bus: timeout waiting for group read response 11:29:30.118 WARN o.o.b.k.i.bus.KNXBinding[:430]- Cannot read value for item 'Light_FF_Balcony_LED' from KNX bus: timeout waiting for group read response
Kommentar