Habpanel backup, lost panel configuration and feature request

Hi Guys,
in my HABPanel i have 2 Panel configurations, one for my Tablet and one for my Phone.
Usually i perform a backup of the file /var/lib/openhab2/config/org/openhab/habpanel.config by the end of the day after doing some changes.
Today i was working on my Phone configuration about 4 hours and the last action i did was a rename of a existing dashboard. Suddenly i lost all dasboards within this phone configuration, left me looking like this:

All the Dashbaords which exist in the iPad configuration did also exist for ā€œiPhone-Portraitā€ and they are gone after this dashbaord name change.

So this left me with a few questions:

  1. My last backup of this file does not contain my last 4 hours work, is there any temp file/backup which will be done in the background periodically, so i can bring back at least a bit of all the work?
  2. why did a simple rename kill all my other dashboards?
  3. Would it make sense as feature request to split the habpanel.config into one file per configuration. So in case of a restore it would be easier to restore separate pages.

I am on version 2.2.0 Build 1099

If you want to see any log file pls. let me know which and where i can found it. Iā€™m still not used to the log file location and happy to use http://IP:9001 only :slight_smile:

Thank you very much
Andreas

Here is what i could find in the obvious logs:
openhab.log

2017-12-07 16:09:20.093 [ERROR] [thome.model.lsp.internal.ModelServer] - Error accepting the client connection
java.net.SocketException: Socket closed
	at java.net.PlainSocketImpl.socketAccept(Native Method) ~[?:?]
	at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409) ~[?:?]
	at java.net.ServerSocket.implAccept(ServerSocket.java:545) ~[?:?]
	at java.net.ServerSocket.accept(ServerSocket.java:513) ~[?:?]
	at org.eclipse.smarthome.model.lsp.internal.ModelServer.listen(ModelServer.java:80) ~[?:?]
	at org.eclipse.smarthome.model.lsp.internal.ModelServer.lambda$0(ModelServer.java:58) ~[?:?]
	at java.lang.Thread.run(Thread.java:748) [?:?]
2017-12-07 16:09:38.080 [ERROR] [org.openhab.binding.tcp             ] - [org.openhab.binding.tcp.protocol.tcp(192)] The deactivate method has thrown an exception
java.lang.NullPointerException: null
	at org.openhab.binding.tcp.AbstractSocketChannelBinding.deactivate(AbstractSocketChannelBinding.java:727) [240:org.openhab.binding.tcp:1.11.0.201711190210]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:?]
	at org.apache.felix.scr.impl.inject.BaseMethod.invokeMethod(BaseMethod.java:229) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.inject.BaseMethod.access$500(BaseMethod.java:39) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.inject.BaseMethod$Resolved.invoke(BaseMethod.java:650) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.inject.BaseMethod.invoke(BaseMethod.java:506) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.inject.ActivateMethod.invoke(ActivateMethod.java:307) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.inject.ActivateMethod.invoke(ActivateMethod.java:299) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.SingleComponentManager.disposeImplementationObject(SingleComponentManager.java:344) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.SingleComponentManager.deleteComponent(SingleComponentManager.java:153) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.AbstractComponentManager.doDeactivate(AbstractComponentManager.java:814) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.AbstractComponentManager.deactivateInternal(AbstractComponentManager.java:788) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.DependencyManager.deactivateComponentManager(DependencyManager.java:2225) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.DependencyManager.access$500(DependencyManager.java:55) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.DependencyManager$MultipleDynamicCustomizer.removedService(DependencyManager.java:386) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.DependencyManager$MultipleDynamicCustomizer.removedService(DependencyManager.java:291) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerRemoved(ServiceTracker.java:1241) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerRemoved(ServiceTracker.java:1136) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.untrack(ServiceTracker.java:996) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1175) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:127) [42:org.apache.felix.scr:2.0.12]
	at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109) [?:?]
	at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:915) [?:?]
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) [?:?]
	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) [?:?]
	at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862) [?:?]
	at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801) [?:?]
	at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.unregister(ServiceRegistrationImpl.java:222) [?:?]
	at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.unregister(AbstractComponentManager.java:909) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.unregister(AbstractComponentManager.java:874) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:139) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.AbstractComponentManager.unregisterService(AbstractComponentManager.java:951) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.AbstractComponentManager.doDeactivate(AbstractComponentManager.java:806) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.AbstractComponentManager.deactivateInternal(AbstractComponentManager.java:788) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.AbstractComponentManager.dispose(AbstractComponentManager.java:580) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.ConfigurableComponentHolder.disposeComponents(ConfigurableComponentHolder.java:706) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.BundleComponentActivator.dispose(BundleComponentActivator.java:523) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.Activator.disposeComponents(Activator.java:439) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.Activator.access$300(Activator.java:54) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.Activator$ScrExtension.destroy(Activator.java:293) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.utils.extender.AbstractExtender$2.run(AbstractExtender.java:285) [42:org.apache.felix.scr:2.0.12]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?]
	at org.apache.felix.utils.extender.AbstractExtender.destroyExtension(AbstractExtender.java:307) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.utils.extender.AbstractExtender.bundleChanged(AbstractExtender.java:181) [42:org.apache.felix.scr:2.0.12]
	at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:903) [?:?]
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) [?:?]
	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) [?:?]
	at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEventPrivileged(EquinoxEventPublisher.java:213) [?:?]
	at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:120) [?:?]
	at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:112) [?:?]
	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor.publishModuleEvent(EquinoxContainerAdaptor.java:156) [?:?]
	at org.eclipse.osgi.container.Module.publishEvent(Module.java:476) [?:?]
	at org.eclipse.osgi.container.Module.doStop(Module.java:634) [?:?]
	at org.eclipse.osgi.container.Module.stop(Module.java:498) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1661) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1580) [?:?]
	at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:270) [?:?]
	at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:147) [?:?]
	at org.eclipse.osgi.container.Module.doStop(Module.java:636) [?:?]
	at org.eclipse.osgi.container.Module.stop(Module.java:498) [?:?]
	at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:202) [?:?]
	at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:165) [?:?]
	at java.lang.Thread.run(Thread.java:748) [?:?]
2017-12-07 16:09:38.100 [ERROR] [org.openhab.binding.tcp             ] - [org.openhab.binding.tcp.protocol.udp(196)] The deactivate method has thrown an exception
java.lang.NullPointerException: null
	at org.openhab.binding.tcp.AbstractDatagramChannelBinding.deactivate(AbstractDatagramChannelBinding.java:731) [240:org.openhab.binding.tcp:1.11.0.201711190210]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:?]
	at org.apache.felix.scr.impl.inject.BaseMethod.invokeMethod(BaseMethod.java:229) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.inject.BaseMethod.access$500(BaseMethod.java:39) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.inject.BaseMethod$Resolved.invoke(BaseMethod.java:650) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.inject.BaseMethod.invoke(BaseMethod.java:506) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.inject.ActivateMethod.invoke(ActivateMethod.java:307) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.inject.ActivateMethod.invoke(ActivateMethod.java:299) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.SingleComponentManager.disposeImplementationObject(SingleComponentManager.java:344) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.SingleComponentManager.deleteComponent(SingleComponentManager.java:153) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.AbstractComponentManager.doDeactivate(AbstractComponentManager.java:814) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.AbstractComponentManager.deactivateInternal(AbstractComponentManager.java:788) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.DependencyManager.deactivateComponentManager(DependencyManager.java:2225) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.DependencyManager.access$500(DependencyManager.java:55) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.DependencyManager$MultipleDynamicCustomizer.removedService(DependencyManager.java:386) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.DependencyManager$MultipleDynamicCustomizer.removedService(DependencyManager.java:291) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerRemoved(ServiceTracker.java:1241) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerRemoved(ServiceTracker.java:1136) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.untrack(ServiceTracker.java:996) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1175) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:127) [42:org.apache.felix.scr:2.0.12]
	at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109) [?:?]
	at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:915) [?:?]
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) [?:?]
	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) [?:?]
	at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862) [?:?]
	at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801) [?:?]
	at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.unregister(ServiceRegistrationImpl.java:222) [?:?]
	at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.unregister(AbstractComponentManager.java:909) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.unregister(AbstractComponentManager.java:874) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:139) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.AbstractComponentManager.unregisterService(AbstractComponentManager.java:951) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.AbstractComponentManager.doDeactivate(AbstractComponentManager.java:806) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.AbstractComponentManager.deactivateInternal(AbstractComponentManager.java:788) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.AbstractComponentManager.dispose(AbstractComponentManager.java:580) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.manager.ConfigurableComponentHolder.disposeComponents(ConfigurableComponentHolder.java:706) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.BundleComponentActivator.dispose(BundleComponentActivator.java:523) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.Activator.disposeComponents(Activator.java:439) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.Activator.access$300(Activator.java:54) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.Activator$ScrExtension.destroy(Activator.java:293) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.utils.extender.AbstractExtender$2.run(AbstractExtender.java:285) [42:org.apache.felix.scr:2.0.12]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?]
	at org.apache.felix.utils.extender.AbstractExtender.destroyExtension(AbstractExtender.java:307) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.utils.extender.AbstractExtender.bundleChanged(AbstractExtender.java:181) [42:org.apache.felix.scr:2.0.12]
	at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:903) [?:?]
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) [?:?]
	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) [?:?]
	at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEventPrivileged(EquinoxEventPublisher.java:213) [?:?]
	at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:120) [?:?]
	at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:112) [?:?]
	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor.publishModuleEvent(EquinoxContainerAdaptor.java:156) [?:?]
	at org.eclipse.osgi.container.Module.publishEvent(Module.java:476) [?:?]
	at org.eclipse.osgi.container.Module.doStop(Module.java:634) [?:?]
	at org.eclipse.osgi.container.Module.stop(Module.java:498) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1661) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1580) [?:?]
	at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:270) [?:?]
	at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:147) [?:?]
	at org.eclipse.osgi.container.Module.doStop(Module.java:636) [?:?]
	at org.eclipse.osgi.container.Module.stop(Module.java:498) [?:?]
	at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:202) [?:?]
	at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:165) [?:?]
	at java.lang.Thread.run(Thread.java:748) [?:?]
2017-12-07 16:09:38.126 [INFO ] [ternal.scheduler.WeatherJobScheduler] - Deleting weatherJob-schmidenyahoo
2017-12-07 16:09:38.247 [INFO ] [io.openhabcloud.internal.CloudClient] - Shutting down openHAB Cloud service connection
2017-12-07 16:09:38.274 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = 69796ac3-0284-460b-8ea2-94711c9f5c28, base URL = http://localhost:8080)
2017-12-07 16:09:42.376 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Stopped Paper UI
2017-12-07 16:09:42.423 [INFO ] [panel.internal.HABPanelDashboardTile] - Stopped HABPanel
2017-12-07 16:09:42.450 [INFO ] [.dashboard.internal.DashboardService] - Stopped dashboard
2017-12-07 16:10:17.621 [INFO ] [.internal.GenericScriptEngineFactory] - Activated scripting support for ECMAScript
2017-12-07 16:10:20.806 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Locale set to de_DE, Location set to 48.831490,9.264161, Time zone set to Europe/Berlin
2017-12-07 16:10:22.820 [INFO ] [.dashboard.internal.DashboardService] - Started dashboard at http://192.168.0.16:8080
2017-12-07 16:10:22.832 [INFO ] [.dashboard.internal.DashboardService] - Started dashboard at https://192.168.0.16:8443
2017-12-07 16:10:23.790 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = 69796ac3-0284-460b-8ea2-94711c9f5c28, base URL = http://localhost:8080)
2017-12-07 16:10:32.041 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'weather.items'
2017-12-07 16:10:32.252 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'kueche.items'
2017-12-07 16:10:32.371 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'flur.items'
2017-12-07 16:10:32.495 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'wohnzimmer.items'
2017-12-07 16:10:32.604 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'groups.items'
2017-12-07 16:10:32.769 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'bad.items'
2017-12-07 16:10:32.870 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'rollaeden.items'
2017-12-07 16:10:32.945 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'emily.items'
2017-12-07 16:10:33.031 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'schlafzimmer.items'
2017-12-07 16:10:33.101 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'terrasse.items'
2017-12-07 16:10:33.161 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'misc.items'
2017-12-07 16:10:33.292 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'serverraum.items'
2017-12-07 16:10:33.345 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'mia.items'
2017-12-07 16:10:33.402 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'wc.items'
2017-12-07 16:10:34.205 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'influxdb.persist'
2017-12-07 16:10:37.170 [INFO ] [thome.model.lsp.internal.ModelServer] - Language Server started on port 5007
2017-12-07 16:10:40.472 [INFO ] [el.core.internal.ModelRepositoryImpl] - Validation issues found in configuration model 'fritzboxcalls.rules', using it anyway:
The use of wildcard imports is deprecated.
The use of wildcard imports is deprecated.
The use of wildcard imports is deprecated.
The value of the local variable result is not used
2017-12-07 16:10:40.481 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'fritzboxcalls.rules'
2017-12-07 16:10:41.851 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'updatesystemvariable.rules'
2017-12-07 16:10:42.139 [INFO ] [el.core.internal.ModelRepositoryImpl] - Validation issues found in configuration model 'dummyitems.rules', using it anyway:
The import 'org.eclipse.smarthome.core.types.RefreshType' is never used.
2017-12-07 16:10:42.146 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'dummyitems.rules'
2017-12-07 16:10:44.721 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'speedtest.rules'
2017-12-07 16:10:45.803 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'home.sitemap'
2017-12-07 16:10:47.279 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'home.things'
2017-12-07 16:10:47.740 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'astro:sun:local' to inbox.
2017-12-07 16:10:47.768 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'astro:moon:local' to inbox.
2017-12-07 16:10:49.529 [INFO ] [thome.binding.astro.internal.job.Job] - Scheduled Astro event-jobs for thing astro:sun:local
2017-12-07 16:10:49.576 [INFO ] [ding.astro.handler.AstroThingHandler] - Scheduled Positional job astro:sun:local every 300 seconds
2017-12-07 16:10:51.411 [INFO ] [thome.binding.astro.internal.job.Job] - Scheduled Astro event-jobs for thing astro:sun:local
2017-12-07 16:10:51.436 [INFO ] [ding.astro.handler.AstroThingHandler] - Scheduled Positional job astro:sun:local every 300 seconds
2017-12-07 16:10:51.607 [WARN ] [lipse.smarthome.io.net.exec.ExecUtil] - Execution failed (Exit value: -559038737. Caused by java.io.IOException: Cannot run program "arping" (in directory "."): error=2, Datei oder Verzeichnis nicht gefunden)
2017-12-07 16:10:51.696 [INFO ] [ternal.dhcp.DHCPPacketListenerServer] - DHCP request packet listener online
2017-12-07 16:10:51.835 [WARN ] [lipse.smarthome.io.net.exec.ExecUtil] - Execution failed (Exit value: -559038737. Caused by java.io.IOException: Cannot run program "arping" (in directory "."): error=2, Datei oder Verzeichnis nicht gefunden)
2017-12-07 16:10:51.913 [WARN ] [lipse.smarthome.io.net.exec.ExecUtil] - Execution failed (Exit value: -559038737. Caused by java.io.IOException: Cannot run program "arping" (in directory "."): error=2, Datei oder Verzeichnis nicht gefunden)

events.log

2017-12-07 16:09:04.735 [vent.ItemStateChangedEvent] - CurrDateTime changed from 2017-12-07T16:08:04.717+0100 to 2017-12-07T16:09:04.721+0100
2017-12-07 16:09:10.181 [vent.ItemStateChangedEvent] - Trockner_Power changed from 458.50 to 463.00
2017-12-07 16:09:10.184 [vent.ItemStateChangedEvent] - Trockner_Volt changed from 233.80 to 232.90
2017-12-07 16:09:10.192 [vent.ItemStateChangedEvent] - Trockner_Energy_Counter changed from 40227.20 to 40231.00
2017-12-07 16:09:10.197 [vent.ItemStateChangedEvent] - Trockner_Frequency changed from 50.03 to 50.02
2017-12-07 16:09:10.199 [vent.ItemStateChangedEvent] - Trockner_Current changed from 1984.00 to 1999.00
2017-12-07 16:09:14.901 [vent.ItemStateChangedEvent] - Temp_Raspberry_Pi changed from 44.007 to 45.622
2017-12-07 16:09:29.949 [vent.ItemStateChangedEvent] - Temp_Raspberry_Pi changed from 45.622 to 45.084
2017-12-07 16:09:37.534 [hingStatusInfoChangedEvent] - 'astro:sun:local' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.541 [hingStatusInfoChangedEvent] - 'astro:sun:local' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.547 [hingStatusInfoChangedEvent] - 'astro:moon:local' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.552 [hingStatusInfoChangedEvent] - 'astro:moon:local' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.607 [hingStatusInfoChangedEvent] - 'ntp:ntp:local' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.610 [hingStatusInfoChangedEvent] - 'ntp:ntp:local' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.641 [hingStatusInfoChangedEvent] - 'avmfritz:FRITZ_Powerline_546E:192_168_0_1:24_65_11_C3_CC_C7' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.643 [hingStatusInfoChangedEvent] - 'avmfritz:FRITZ_Powerline_546E:192_168_0_1:24_65_11_C3_CC_C7' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.647 [hingStatusInfoChangedEvent] - 'avmfritz:fritzbox:192_168_0_1' changed from ONLINE: FRITZ!Box online to UNINITIALIZED
2017-12-07 16:09:37.651 [hingStatusInfoChangedEvent] - 'avmfritz:fritzbox:192_168_0_1' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.655 [hingStatusInfoChangedEvent] - 'avmfritz:FRITZ_Powerline_546E_Solo:192_168_0_3' changed from ONLINE: FRITZ!Box online to UNINITIALIZED
2017-12-07 16:09:37.655 [hingStatusInfoChangedEvent] - 'avmfritz:FRITZ_Powerline_546E_Solo:192_168_0_3' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.669 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Sw1-FM:6d1a3e28:NEQ0178157' changed from OFFLINE (COMMUNICATION_ERROR) to UNINITIALIZED
2017-12-07 16:09:37.671 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Sw1-FM:6d1a3e28:NEQ0178157' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.674 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Sw4-DR:6d1a3e28:NEQ1575535' changed from OFFLINE (COMMUNICATION_ERROR) to UNINITIALIZED
2017-12-07 16:09:37.676 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Sw4-DR:6d1a3e28:NEQ1575535' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.678 [hingStatusInfoChangedEvent] - 'homematic:GATEWAY-EXTRAS-6D1A3E28:6d1a3e28:GWE00000000' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.681 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Bl1PBU-FM:6d1a3e28:OEQ0268698' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.681 [hingStatusInfoChangedEvent] - 'homematic:GATEWAY-EXTRAS-6D1A3E28:6d1a3e28:GWE00000000' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.685 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Bl1PBU-FM:6d1a3e28:OEQ0034245' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.685 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Bl1PBU-FM:6d1a3e28:OEQ0268698' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.687 [hingStatusInfoChangedEvent] - 'homematic:HM-TC-IT-WM-W-EU:6d1a3e28:MEQ1572637' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.689 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Bl1PBU-FM:6d1a3e28:OEQ0034245' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.690 [hingStatusInfoChangedEvent] - 'homematic:HM-RCV-50:6d1a3e28:BidCoS-RF' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.691 [hingStatusInfoChangedEvent] - 'homematic:HM-TC-IT-WM-W-EU:6d1a3e28:MEQ1572637' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.693 [hingStatusInfoChangedEvent] - 'homematic:HM-RCV-50:6d1a3e28:BidCoS-RF' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.694 [hingStatusInfoChangedEvent] - 'homematic:HM-RC-19:6d1a3e28:CUX2801001' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.696 [hingStatusInfoChangedEvent] - 'homematic:HM-RC-19:6d1a3e28:CUX2801001' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.697 [hingStatusInfoChangedEvent] - 'homematic:HMIP-PSM:6d1a3e28:0001D709900E9C' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.698 [hingStatusInfoChangedEvent] - 'homematic:HM-TC-IT-WM-W-EU:6d1a3e28:MEQ0234129' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.700 [hingStatusInfoChangedEvent] - 'homematic:HMIP-PSM:6d1a3e28:0001D709900E9C' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.700 [hingStatusInfoChangedEvent] - 'homematic:HM-TC-IT-WM-W-EU:6d1a3e28:MEQ0234129' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.703 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Bl1PBU-FM:6d1a3e28:OEQ0980426' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.704 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Bl1PBU-FM:6d1a3e28:OEQ0980426' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.706 [hingStatusInfoChangedEvent] - 'homematic:HM-TC-IT-WM-W-EU:6d1a3e28:MEQ0745413' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.707 [hingStatusInfoChangedEvent] - 'homematic:HM-Sec-RHS:6d1a3e28:LEQ1252459' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.711 [hingStatusInfoChangedEvent] - 'homematic:HM-TC-IT-WM-W-EU:6d1a3e28:MEQ0745413' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.711 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Bl1PBU-FM:6d1a3e28:OEQ0037032' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.714 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Bl1PBU-FM:6d1a3e28:OEQ0037032' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.714 [hingStatusInfoChangedEvent] - 'homematic:HM-Sec-RHS:6d1a3e28:LEQ1252459' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.716 [hingStatusInfoChangedEvent] - 'homematic:HM-TC-IT-WM-W-EU:6d1a3e28:MEQ0234276' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.717 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Sw1-FM:6d1a3e28:NEQ0177404' changed from OFFLINE (COMMUNICATION_ERROR) to UNINITIALIZED
2017-12-07 16:09:37.719 [hingStatusInfoChangedEvent] - 'homematic:HM-TC-IT-WM-W-EU:6d1a3e28:MEQ0234276' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.722 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Sw1-FM:6d1a3e28:NEQ0177404' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.723 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Sw4-DR:6d1a3e28:LEQ0899467' changed from OFFLINE (COMMUNICATION_ERROR) to UNINITIALIZED
2017-12-07 16:09:37.724 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Bl1PBU-FM:6d1a3e28:OEQ0036671' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.727 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Bl1PBU-FM:6d1a3e28:OEQ0036671' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.727 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Sw4-DR:6d1a3e28:LEQ0899467' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.730 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Bl1PBU-FM:6d1a3e28:OEQ0269414' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.731 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Bl1PBU-FM:6d1a3e28:OEQ0269414' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.738 [hingStatusInfoChangedEvent] - 'homematic:HM-Sec-RHS:6d1a3e28:NEQ1760269' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.741 [hingStatusInfoChangedEvent] - 'homematic:HM-Sec-RHS:6d1a3e28:NEQ1760269' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.744 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Bl1-FM:6d1a3e28:MEQ1892936' changed from OFFLINE (COMMUNICATION_ERROR) to UNINITIALIZED
2017-12-07 16:09:37.744 [hingStatusInfoChangedEvent] - 'homematic:HM-Sen-MDIR-O:6d1a3e28:NEQ0117862' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.746 [hingStatusInfoChangedEvent] - 'homematic:HM-Sen-MDIR-O:6d1a3e28:NEQ0117862' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.749 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Bl1PBU-FM:6d1a3e28:OEQ0362068' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.752 [hingStatusInfoChangedEvent] - 'homematic:HM-TC-IT-WM-W-EU:6d1a3e28:MEQ0742742' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.754 [hingStatusInfoChangedEvent] - 'homematic:HM-TC-IT-WM-W-EU:6d1a3e28:MEQ0742742' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.757 [hingStatusInfoChangedEvent] - 'homematic:HM-TC-IT-WM-W-EU:6d1a3e28:MEQ0745324' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.757 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Bl1-FM:6d1a3e28:MEQ1892936' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.760 [hingStatusInfoChangedEvent] - 'homematic:HM-TC-IT-WM-W-EU:6d1a3e28:MEQ0745837' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.760 [hingStatusInfoChangedEvent] - 'homematic:HM-TC-IT-WM-W-EU:6d1a3e28:MEQ0745324' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.762 [hingStatusInfoChangedEvent] - 'homematic:HM-TC-IT-WM-W-EU:6d1a3e28:MEQ0745837' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.762 [hingStatusInfoChangedEvent] - 'homematic:HMIP-PSM:6d1a3e28:0001D709900E08' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.764 [hingStatusInfoChangedEvent] - 'homematic:HMIP-PSM:6d1a3e28:0001D709900E08' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.765 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Bl1PBU-FM:6d1a3e28:OEQ0364066' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.767 [hingStatusInfoChangedEvent] - 'homematic:HM-TC-IT-WM-W-EU:6d1a3e28:OEQ0144590' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.769 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Bl1PBU-FM:6d1a3e28:OEQ0364066' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.770 [hingStatusInfoChangedEvent] - 'homematic:HM-TC-IT-WM-W-EU:6d1a3e28:OEQ0144590' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.771 [hingStatusInfoChangedEvent] - 'homematic:HM-LC-Bl1PBU-FM:6d1a3e28:OEQ0362068' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.773 [hingStatusInfoChangedEvent] - 'homematic:bridge:6d1a3e28' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.826 [hingStatusInfoChangedEvent] - 'homematic:bridge:6d1a3e28' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.852 [hingStatusInfoChangedEvent] - 'network:device:192_168_0_1' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.856 [hingStatusInfoChangedEvent] - 'network:device:192_168_0_1' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.858 [hingStatusInfoChangedEvent] - 'network:device:192_168_0_4' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.863 [hingStatusInfoChangedEvent] - 'network:device:192_168_0_4' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.865 [hingStatusInfoChangedEvent] - 'network:device:192_168_0_21' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.868 [hingStatusInfoChangedEvent] - 'network:device:192_168_0_21' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.873 [hingStatusInfoChangedEvent] - 'network:device:192_168_0_14' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.876 [hingStatusInfoChangedEvent] - 'network:device:192_168_0_14' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.879 [hingStatusInfoChangedEvent] - 'network:device:192_168_0_6' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.882 [hingStatusInfoChangedEvent] - 'network:device:192_168_0_6' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.884 [hingStatusInfoChangedEvent] - 'network:device:192_168_0_22' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.886 [hingStatusInfoChangedEvent] - 'network:device:192_168_0_3' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.889 [hingStatusInfoChangedEvent] - 'network:device:192_168_0_22' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.891 [hingStatusInfoChangedEvent] - 'network:device:192_168_0_3' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.894 [hingStatusInfoChangedEvent] - 'network:device:192_168_0_11' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.895 [hingStatusInfoChangedEvent] - 'network:device:192_168_0_12' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.897 [hingStatusInfoChangedEvent] - 'network:device:192_168_0_11' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.899 [hingStatusInfoChangedEvent] - 'network:device:192_168_0_12' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.901 [hingStatusInfoChangedEvent] - 'network:device:192_168_0_16' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.906 [hingStatusInfoChangedEvent] - 'network:device:192_168_0_16' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:37.908 [hingStatusInfoChangedEvent] - 'network:device:192_168_0_26' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:37.911 [hingStatusInfoChangedEvent] - 'network:device:192_168_0_26' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:38.549 [hingStatusInfoChangedEvent] - 'exec:command:pitemp' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:38.551 [hingStatusInfoChangedEvent] - 'exec:command:pitemp' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:09:38.558 [hingStatusInfoChangedEvent] - 'yahooweather:weather:schmiden' changed from ONLINE to UNINITIALIZED
2017-12-07 16:09:38.561 [hingStatusInfoChangedEvent] - 'yahooweather:weather:schmiden' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2017-12-07 16:10:52.030 [WARN ] [lipse.smarthome.io.net.exec.ExecUtil] - Execution failed (Exit value: -559038737. Caused by java.io.IOException: Cannot run program "arping" (in directory "."): error=2, Datei oder Verzeichnis nicht gefunden)
2017-12-07 16:10:52.164 [WARN ] [lipse.smarthome.io.net.exec.ExecUtil] - Execution failed (Exit value: -559038737. Caused by java.io.IOException: Cannot run program "arping" (in directory "."): error=2, Datei oder Verzeichnis nicht gefunden)
2017-12-07 16:10:52.258 [WARN ] [lipse.smarthome.io.net.exec.ExecUtil] - Execution failed (Exit value: -559038737. Caused by java.io.IOException: Cannot run program "arping" (in directory "."): error=2, Datei oder Verzeichnis nicht gefunden)

Sorry for your lost work :frowning:ā€¦
Unfortunately the server logs arenā€™t useful in this case, the browser console output would have been more relevant but itā€™s quite volatile, a page refresh and itā€™s goneā€¦

I never heard of stories of entire sets of dashboards vanishing when renaming one. Iā€™m not saying itā€™s impossible and that cannot be a bug - something obviously happened there - but it would be a nasty one; probably someone would have run into it already if it happened a lot or was easily reproductible.

So Iā€™m guessing it was related to your particular data, or the new name being invalidā€¦ hard to tell. I can have a closer look but Iā€™m not guaranteed to find anything.

Iā€™m assuming you donā€™t have your dashboard open on your iPhone anymore, but if you had and it happens again you can salvage the configuration by using the ā€œEdit the local panel configurationā€ link and downloading the configuration from there. Then you can import it again.

Another thing worth looking at is in Paper UI > Configuration > Services > UI > HABPanel > Configure > Show more, youā€™ll have the entire contents of the ā€œpanel registryā€, maybe thereā€™s something there but itā€™s corrupted. Be careful with it though, you donā€™t want to do any more damage. Donā€™t save if youā€™re unsure.

The way service configuration is stored cannot be controlled, the only way would be to change the storage backend and API completely, Iā€™ve been thinking about it but itā€™s not an easy task, especially finding a safe and reliable way of migrating existing data for all users.

Hello Yannick,
i looked at the direct code from Paper UI > Configuration > Services > UI > HABPanel > Configure > Show more, and did not show any of my dashboards anymore, but thankfully all my custom widgets.
So itā€™s much easier to re-build everything, which i already started.
The only issue i could imagine why this happened is, cause i was editing HABPanel on a VM connected to my network via VPN and something must have happened during the saving.

So it is what it is, i will re-build it and hope it wonā€™t happen again. I maybe do some more backups after a mass edit.

Thanks
Andreas