Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Item already exists! Failed to add a second with the same UID! #4565

Closed
mherwege opened this issue Nov 16, 2017 · 10 comments · Fixed by #4580
Closed

Item already exists! Failed to add a second with the same UID! #4565

mherwege opened this issue Nov 16, 2017 · 10 comments · Fixed by #4580

Comments

@mherwege
Copy link
Contributor

mherwege commented Nov 16, 2017

I am running the latest OH snapshot. On some startups, I get the following in my logs:

2017-11-15 17:11:29.751 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Licht_Slaapkamer_Kind1' already exists! Failed to add a second with the same UID!
2017-11-15 17:11:29.754 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'WifiAccessPointBureau' already exists! Failed to add a second with the same UID!
2017-11-15 17:11:29.756 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'RainFallMm5' already exists! Failed to add a second with the same UID!
2017-11-15 17:11:29.759 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'RainFallMm6' already exists! Failed to add a second with the same UID!
2017-11-15 17:11:29.766 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'RainFallMm3' already exists! Failed to add a second with the same UID!
2017-11-15 17:11:29.769 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'RainFallMm4' already exists! Failed to add a second with the same UID!
2017-11-15 17:11:29.772 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Simulatie' already exists! Failed to add a second with the same UID!
2017-11-15 17:11:29.775 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'RainFallMm1' already exists! Failed to add a second with the same UID!
2017-11-15 17:11:29.778 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'RainFallMm2' already exists! Failed to add a second with the same UID!
2017-11-15 17:11:29.781 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'WeatherInformation_ForecastTomorrow_WeatherIconURL' already exists! Failed to add a second with the same UID!
2017-11-15 17:11:29.784 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'RainFallMm0' already exists! Failed to add a second with the same UID!
2017-11-15 17:11:29.787 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'WeatherInformation_Current_WeatherIconURL' already exists! Failed to add a second with the same UID!
2017-11-15 17:11:29.790 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'RainFallMm7' already exists! Failed to add a second with the same UID!
2017-11-15 17:11:29.793 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'WeatherInformation_ForecastDay3_WeatherIconURL' already exists! Failed to add a second with the same UID!
2017-11-15 17:11:29.796 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'Humidity' already exists! Failed to add a second with the same UID!
2017-11-15 17:11:29.798 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Licht_Zijterras' already exists! Failed to add a second with the same UID!
2017-11-15 17:11:29.801 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.DimmerItem with key'Licht_Eetkamer' already exists! Failed to add a second with the same UID!
2017-11-15 17:11:29.805 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.DateTimeItem with key'Sunrise_Time' already exists! Failed to add a second with the same UID!

The items affected differ. Some startups don't have issues at all.
Other people have the same problem, see discussion in community https://community.openhab.org/t/item-issues-after-upgrade-to-snapshot-2-2-1004/32927/23.

@htreu
Copy link
Contributor

htreu commented Nov 16, 2017

@mherwege thanks for opening this issue.
Are your items from an .items file or created using PaperUI/REST interface? Could you please post the complete log from your startup when this happens (could be a pastebin link).
thanks.

@mherwege
Copy link
Contributor Author

mherwege commented Nov 16, 2017

@htreu It only happens with items defined through PaperUI. I do have other items in .items files, but these do not seem to be affected. I will post a full log when it happens.

@mherwege
Copy link
Contributor Author

Here is a log. Note the 3 errors at the start. These are from a new binding I am testing and is loaded through the addons folder. I did have the issue before starting to test this new binding, so this is not likely to be the cause.

2017-11-16 13:34:51.243 [ERROR] [org.openhab.binding.neeo            ] - [org.openhab.binding.neeo.type.NeeoConfigDescriptionProvider] Cannot register Component
org.osgi.service.component.ComponentException: The component name 'org.openhab.binding.neeo.type.NeeoConfigDescriptionProvider' has already been registered by Bundle 10 (org.openhab.binding.neeo) as Component of Class org.openhab.binding.neeo.internal.type.NeeoConfigDescriptionProviderImpl
	at org.apache.felix.scr.impl.ComponentRegistry.checkComponentName(ComponentRegistry.java:222) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.BundleComponentActivator.loadDescriptor(BundleComponentActivator.java:448) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.BundleComponentActivator.initialize(BundleComponentActivator.java:315) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.BundleComponentActivator.<init>(BundleComponentActivator.java:268) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:388) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.Activator.access$200(Activator.java:54) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.Activator$ScrExtension.start(Activator.java:265) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.utils.extender.AbstractExtender.createExtension(AbstractExtender.java:254) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.utils.extender.AbstractExtender.modifiedBundle(AbstractExtender.java:227) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.utils.extender.AbstractExtender.addingBundle(AbstractExtender.java:187) [42:org.apache.felix.scr:2.0.12]
	at org.osgi.util.tracker.BundleTracker$Tracked.customizerAdding(BundleTracker.java:469) [?:?]
	at org.osgi.util.tracker.BundleTracker$Tracked.customizerAdding(BundleTracker.java:415) [?:?]
	at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) [?:?]
	at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229) [?:?]
	at org.osgi.util.tracker.BundleTracker$Tracked.bundleChanged(BundleTracker.java:444) [?:?]
	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.start(Module.java:467) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1620) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1599) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1571) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1514) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [?:?]
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) [?:?]
	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340) [?:?]
2017-11-16 13:34:51.296 [ERROR] [org.openhab.binding.neeo            ] - [org.openhab.binding.neeo.type.NeeoThingTypeProvider] Cannot register Component
org.osgi.service.component.ComponentException: The component name 'org.openhab.binding.neeo.type.NeeoThingTypeProvider' has already been registered by Bundle 10 (org.openhab.binding.neeo) as Component of Class org.openhab.binding.neeo.internal.type.NeeoThingTypeProviderImpl
	at org.apache.felix.scr.impl.ComponentRegistry.checkComponentName(ComponentRegistry.java:222) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.BundleComponentActivator.loadDescriptor(BundleComponentActivator.java:448) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.BundleComponentActivator.initialize(BundleComponentActivator.java:315) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.BundleComponentActivator.<init>(BundleComponentActivator.java:268) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:388) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.Activator.access$200(Activator.java:54) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.Activator$ScrExtension.start(Activator.java:265) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.utils.extender.AbstractExtender.createExtension(AbstractExtender.java:254) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.utils.extender.AbstractExtender.modifiedBundle(AbstractExtender.java:227) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.utils.extender.AbstractExtender.addingBundle(AbstractExtender.java:187) [42:org.apache.felix.scr:2.0.12]
	at org.osgi.util.tracker.BundleTracker$Tracked.customizerAdding(BundleTracker.java:469) [?:?]
	at org.osgi.util.tracker.BundleTracker$Tracked.customizerAdding(BundleTracker.java:415) [?:?]
	at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) [?:?]
	at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229) [?:?]
	at org.osgi.util.tracker.BundleTracker$Tracked.bundleChanged(BundleTracker.java:444) [?:?]
	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.start(Module.java:467) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1620) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1599) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1571) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1514) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [?:?]
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) [?:?]
	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340) [?:?]
2017-11-16 13:34:51.303 [ERROR] [org.openhab.binding.neeo            ] - [org.openhab.binding.neeo.type.NeeoTypeGenerator] Cannot register Component
org.osgi.service.component.ComponentException: The component name 'org.openhab.binding.neeo.type.NeeoTypeGenerator' has already been registered by Bundle 10 (org.openhab.binding.neeo) as Component of Class org.openhab.binding.neeo.internal.type.NeeoTypeGeneratorImpl
	at org.apache.felix.scr.impl.ComponentRegistry.checkComponentName(ComponentRegistry.java:222) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.BundleComponentActivator.loadDescriptor(BundleComponentActivator.java:448) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.BundleComponentActivator.initialize(BundleComponentActivator.java:315) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.BundleComponentActivator.<init>(BundleComponentActivator.java:268) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:388) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.Activator.access$200(Activator.java:54) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.Activator$ScrExtension.start(Activator.java:265) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.utils.extender.AbstractExtender.createExtension(AbstractExtender.java:254) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.utils.extender.AbstractExtender.modifiedBundle(AbstractExtender.java:227) [42:org.apache.felix.scr:2.0.12]
	at org.apache.felix.utils.extender.AbstractExtender.addingBundle(AbstractExtender.java:187) [42:org.apache.felix.scr:2.0.12]
	at org.osgi.util.tracker.BundleTracker$Tracked.customizerAdding(BundleTracker.java:469) [?:?]
	at org.osgi.util.tracker.BundleTracker$Tracked.customizerAdding(BundleTracker.java:415) [?:?]
	at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) [?:?]
	at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229) [?:?]
	at org.osgi.util.tracker.BundleTracker$Tracked.bundleChanged(BundleTracker.java:444) [?:?]
	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.start(Module.java:467) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1620) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1599) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1571) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1514) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [?:?]
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) [?:?]
	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340) [?:?]
2017-11-16 13:34:51.615 [INFO ] [.internal.GenericScriptEngineFactory] - Activated scripting support for ECMAScript
2017-11-16 13:34:52.740 [INFO ] [r.internal.FlowsBuilderDashboardTile] - Started Flows Builder at /flowsbuilder
2017-11-16 13:34:54.256 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Locale set to nl_BE, Location set to 51.1366884,4.2195082,24, Time zone set to Europe/Brussels
2017-11-16 13:34:55.023 [WARN ] [g.eclipse.smarthome.core.net.NetUtil] - Invalid address '192.168.0.10/24', will use first interface instead.
2017-11-16 13:34:55.028 [WARN ] [g.eclipse.smarthome.core.net.NetUtil] - Found multiple local interfaces - ignoring 192.168.7.1
2017-11-16 13:34:55.031 [WARN ] [g.eclipse.smarthome.core.net.NetUtil] - Found multiple local interfaces - ignoring 192.168.0.10
2017-11-16 13:34:55.034 [INFO ] [.dashboard.internal.DashboardService] - Started dashboard at http://169.254.89.45:8080
2017-11-16 13:34:55.039 [WARN ] [g.eclipse.smarthome.core.net.NetUtil] - Invalid address '192.168.0.10/24', will use first interface instead.
2017-11-16 13:34:55.044 [WARN ] [g.eclipse.smarthome.core.net.NetUtil] - Found multiple local interfaces - ignoring 192.168.7.1
2017-11-16 13:34:55.047 [WARN ] [g.eclipse.smarthome.core.net.NetUtil] - Found multiple local interfaces - ignoring 192.168.0.10
2017-11-16 13:34:55.050 [INFO ] [.dashboard.internal.DashboardService] - Started dashboard at https://169.254.89.45:8443
2017-11-16 13:35:04.857 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'garage.items'
2017-11-16 13:35:05.107 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'solar.items'
2017-11-16 13:35:05.244 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'herwege.items'
2017-11-16 13:35:05.873 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'mapdb.persist'
2017-11-16 13:35:05.918 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'influxdb.persist'
2017-11-16 13:35:12.248 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'alarm.rules'
2017-11-16 13:35:22.886 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'light.rules'
2017-11-16 13:35:34.606 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'solar.rules'
2017-11-16 13:35:35.091 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'start.rules'
2017-11-16 13:35:38.100 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'sunrise.rules'
2017-11-16 13:35:39.102 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'test.sitemap'
2017-11-16 13:35:39.190 [INFO ] [el.core.internal.ModelRepositoryImpl] - Validation issues found in configuration model 'herwege.sitemap', using it anyway:
Sitemap should contain either only frames or none at all
2017-11-16 13:35:39.196 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'herwege.sitemap'
==> /var/log/openhab2/events.log <==
2017-11-16 13:35:40.001 [hingStatusInfoChangedEvent] - 'synopanalyzer:synopanalyzer:891001b8' changed from UNINITIALIZED to INITIALIZING
==> /var/log/openhab2/openhab.log <==
2017-11-16 13:35:40.027 [INFO ] [nalyzer.handler.SynopAnalyzerHandler] - Scheduling Synop update thread to run every 15 minute for Station '06450'
==> /var/log/openhab2/events.log <==
2017-11-16 13:35:40.039 [hingStatusInfoChangedEvent] - 'synopanalyzer:synopanalyzer:891001b8' changed from INITIALIZING to ONLINE
2017-11-16 13:35:40.125 [hingStatusInfoChangedEvent] - 'network:pingdevice:f600ae7c' changed from UNINITIALIZED to INITIALIZING
2017-11-16 13:35:40.320 [hingStatusInfoChangedEvent] - 'network:pingdevice:f600ae7c' changed from INITIALIZING to ONLINE
==> /var/log/openhab2/openhab.log <==
2017-11-16 13:35:40.356 [INFO ] [ternal.dhcp.DHCPPacketListenerServer] - DHCP request packet listener online
==> /var/log/openhab2/events.log <==
2017-11-16 13:35:40.452 [hingStatusInfoChangedEvent] - 'neeo:brain:d487672e' changed from UNINITIALIZED to INITIALIZING
2017-11-16 13:35:40.489 [hingStatusInfoChangedEvent] - 'wakeonlan:wol-device:MartinePcWOL' changed from UNINITIALIZED to INITIALIZING
2017-11-16 13:35:40.546 [hingStatusInfoChangedEvent] - 'neeo:room-6232364704816168960:d487672e:room' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:40.599 [hingStatusInfoChangedEvent] - 'astro:sun:local' changed from UNINITIALIZED to INITIALIZING
2017-11-16 13:35:40.640 [hingStatusInfoChangedEvent] - 'astro:sun:local' changed from INITIALIZING to ONLINE
==> /var/log/openhab2/openhab.log <==
2017-11-16 13:35:40.880 [INFO ] [thome.binding.astro.internal.job.Job] - Scheduled Astro event-jobs for thing astro:sun:local
==> /var/log/openhab2/events.log <==
2017-11-16 13:35:40.939 [hingStatusInfoChangedEvent] - 'network:pingdevice:c9c32848' changed from UNINITIALIZED to INITIALIZING
2017-11-16 13:35:41.002 [hingStatusInfoChangedEvent] - 'network:pingdevice:c9c32848' changed from INITIALIZING to ONLINE
2017-11-16 13:35:41.191 [hingStatusInfoChangedEvent] - 'network:pingdevice:41f0107d' changed from UNINITIALIZED to INITIALIZING
2017-11-16 13:35:41.260 [hingStatusInfoChangedEvent] - 'network:pingdevice:41f0107d' changed from INITIALIZING to ONLINE
2017-11-16 13:35:41.273 [hingStatusInfoChangedEvent] - 'network:pingdevice:cf3f112e' changed from UNINITIALIZED to INITIALIZING
2017-11-16 13:35:41.316 [hingStatusInfoChangedEvent] - 'wakeonlan:wol-device:MartinePcWOL' changed from INITIALIZING to ONLINE
2017-11-16 13:35:41.341 [hingStatusInfoChangedEvent] - 'network:pingdevice:cf3f112e' changed from INITIALIZING to ONLINE
2017-11-16 13:35:41.372 [hingStatusInfoChangedEvent] - 'network:pingdevice:dba6d271' changed from UNINITIALIZED to INITIALIZING
2017-11-16 13:35:41.444 [hingStatusInfoChangedEvent] - 'network:pingdevice:dba6d271' changed from INITIALIZING to ONLINE
2017-11-16 13:35:41.455 [hingStatusInfoChangedEvent] - 'network:pingdevice:35104e9f' changed from UNINITIALIZED to INITIALIZING
2017-11-16 13:35:41.526 [hingStatusInfoChangedEvent] - 'network:pingdevice:35104e9f' changed from INITIALIZING to ONLINE
2017-11-16 13:35:41.531 [hingStatusInfoChangedEvent] - 'network:pingdevice:036a865c' changed from UNINITIALIZED to INITIALIZING
2017-11-16 13:35:41.599 [hingStatusInfoChangedEvent] - 'network:pingdevice:046df771' changed from UNINITIALIZED to INITIALIZING
2017-11-16 13:35:41.599 [hingStatusInfoChangedEvent] - 'network:pingdevice:036a865c' changed from INITIALIZING to ONLINE
2017-11-16 13:35:41.666 [hingStatusInfoChangedEvent] - 'network:pingdevice:046df771' changed from INITIALIZING to ONLINE
2017-11-16 13:35:41.675 [hingStatusInfoChangedEvent] - 'network:pingdevice:f1a8f03d' changed from UNINITIALIZED to INITIALIZING
2017-11-16 13:35:41.739 [hingStatusInfoChangedEvent] - 'network:pingdevice:f1a8f03d' changed from INITIALIZING to ONLINE
2017-11-16 13:35:41.751 [hingStatusInfoChangedEvent] - 'network:pingdevice:7ac1a867' changed from UNINITIALIZED to INITIALIZING
2017-11-16 13:35:41.819 [hingStatusInfoChangedEvent] - 'network:pingdevice:7ac1a867' changed from INITIALIZING to ONLINE
2017-11-16 13:35:41.850 [hingStatusInfoChangedEvent] - 'astro:moon:local' changed from INITIALIZING to ONLINE
2017-11-16 13:35:41.864 [hingStatusInfoChangedEvent] - 'astro:moon:local' changed from UNINITIALIZED to INITIALIZING
==> /var/log/openhab2/openhab.log <==
2017-11-16 13:35:41.976 [INFO ] [thome.binding.astro.internal.job.Job] - Scheduled Astro event-jobs for thing astro:moon:local
==> /var/log/openhab2/events.log <==
2017-11-16 13:35:42.004 [hingStatusInfoChangedEvent] - 'network:pingdevice:aa339c0d' changed from UNINITIALIZED to INITIALIZING
2017-11-16 13:35:42.084 [hingStatusInfoChangedEvent] - 'network:pingdevice:aa339c0d' changed from INITIALIZING to ONLINE
2017-11-16 13:35:42.090 [hingStatusInfoChangedEvent] - 'network:pingdevice:c189931c' changed from UNINITIALIZED to INITIALIZING
2017-11-16 13:35:42.163 [hingStatusInfoChangedEvent] - 'network:pingdevice:c189931c' changed from INITIALIZING to ONLINE
2017-11-16 13:35:42.233 [.ItemChannelLinkAddedEvent] - Link 'Temp_Max2-weatherunderground:weather:ecbda4e0:forecastDay2#maxTemperatureC' has been added.
2017-11-16 13:35:42.248 [.ItemChannelLinkAddedEvent] - Link 'Condition5-weatherunderground:weather:ecbda4e0:forecastDay5#conditions' has been added.
2017-11-16 13:35:42.256 [.ItemChannelLinkAddedEvent] - Link 'MartinePCWol-wakeonlan:wol-device:MartinePcWOL:wakeup' has been added.
2017-11-16 13:35:42.260 [.ItemChannelLinkAddedEvent] - Link 'Temp_Max0-weatherunderground:weather:ecbda4e0:forecastToday#maxTemperatureC' has been added.
2017-11-16 13:35:42.264 [.ItemChannelLinkAddedEvent] - Link 'Licht_Slaapkamer_Ouders-nikohomecontrol:dimmer:440e003a24e6:36:brightness' has been added.
2017-11-16 13:35:42.269 [.ItemChannelLinkAddedEvent] - Link 'OpenHABianPi_Swap_Used-systeminfo:computer:openHABianPi:swap#used' has been added.
2017-11-16 13:35:42.276 [.ItemChannelLinkAddedEvent] - Link 'Licht_Zijterras-nikohomecontrol:onOff:440e003a24e6:11:switch' has been added.
2017-11-16 13:35:42.279 [.ItemChannelLinkAddedEvent] - Link 'Temp_Min0-weatherunderground:weather:ecbda4e0:forecastToday#minTemperatureC' has been added.
2017-11-16 13:35:42.283 [.ItemChannelLinkAddedEvent] - Link 'Temp_Max6-weatherunderground:weather:ecbda4e0:forecastDay6#maxTemperatureC' has been added.
2017-11-16 13:35:42.287 [.ItemChannelLinkAddedEvent] - Link 'Licht_Keuken_Werkblad-nikohomecontrol:onOff:440e003a24e6:12:switch' has been added.
2017-11-16 13:35:42.292 [.ItemChannelLinkAddedEvent] - Link 'RainFallMm5-weatherunderground:weather:ecbda4e0:forecastDay5#precipitationDay' has been added.
2017-11-16 13:35:42.302 [.ItemChannelLinkAddedEvent] - Link 'ObservationTime6-weatherunderground:weather:ecbda4e0:forecastDay6#forecastTime' has been added.
2017-11-16 13:35:42.362 [vent.ItemStateChangedEvent] - Moonset_Time changed from NULL to 2017-11-16T16:30:00.000+0100
2017-11-16 13:35:42.365 [.ItemChannelLinkAddedEvent] - Link 'Moonset_Time-astro:moon:local:set#start' has been added.
2017-11-16 13:35:42.370 [.ItemChannelLinkAddedEvent] - Link 'Licht_Zithoek-nikohomecontrol:dimmer:440e003a24e6:35:brightness' has been added.
2017-11-16 13:35:42.444 [vent.ItemStateChangedEvent] - TotalRadiation changed from NULL to 183.99
==> /var/log/openhab2/openhab.log <==
2017-11-16 13:35:42.443 [INFO ] [thome.binding.astro.internal.job.Job] - Scheduled Astro event-jobs for thing astro:sun:local
2017-11-16 13:35:42.462 [INFO ] [ding.astro.handler.AstroThingHandler] - Scheduled Positional job astro:sun:local every 300 seconds
==> /var/log/openhab2/events.log <==
2017-11-16 13:35:42.481 [.ItemChannelLinkAddedEvent] - Link 'TotalRadiation-astro:sun:local:radiation#total' has been added.
2017-11-16 13:35:42.501 [.ItemChannelLinkAddedEvent] - Link 'SmartphoneMark_Online-network:pingdevice:aa339c0d:online' has been added.
2017-11-16 13:35:42.505 [.ItemChannelLinkAddedEvent] - Link 'Temp_Max1-weatherunderground:weather:ecbda4e0:forecastTomorrow#maxTemperatureC' has been added.
2017-11-16 13:35:42.509 [.ItemChannelLinkAddedEvent] - Link 'RainFallMm2-weatherunderground:weather:ecbda4e0:forecastDay2#precipitationDay' has been added.
2017-11-16 13:35:42.514 [.ItemChannelLinkAddedEvent] - Link 'Licht_Badkamer-nikohomecontrol:onOff:440e003a24e6:19:switch' has been added.
2017-11-16 13:35:42.519 [.ItemChannelLinkAddedEvent] - Link 'Licht_Berging-nikohomecontrol:onOff:440e003a24e6:41:switch' has been added.
2017-11-16 13:35:42.529 [.ItemChannelLinkAddedEvent] - Link 'Precip_Prob7-weatherunderground:weather:ecbda4e0:forecastDay7#probaPrecipitation' has been added.
2017-11-16 13:35:42.534 [.ItemChannelLinkAddedEvent] - Link 'Licht_Buitenkeuken_Spots-nikohomecontrol:onOff:440e003a24e6:42:switch' has been added.
2017-11-16 13:35:42.537 [.ItemChannelLinkAddedEvent] - Link 'Temp_Min1-weatherunderground:weather:ecbda4e0:forecastTomorrow#minTemperatureC' has been added.
2017-11-16 13:35:42.541 [.ItemChannelLinkAddedEvent] - Link 'Precip_Prob0-weatherunderground:weather:ecbda4e0:forecastToday#probaPrecipitation' has been added.
2017-11-16 13:35:42.547 [.ItemChannelLinkAddedEvent] - Link 'RainFallMm1-weatherunderground:weather:ecbda4e0:forecastTomorrow#precipitationMm' has been added.
2017-11-16 13:35:42.551 [.ItemChannelLinkAddedEvent] - Link 'OpenHABianPi_Cpu_LoadAverage-systeminfo:computer:openHABianPi:cpu#load1' has been added.
2017-11-16 13:35:42.556 [.ItemChannelLinkAddedEvent] - Link 'OpenHABianPi_Memory_Used-systeminfo:computer:openHABianPi:memory#used' has been added.
2017-11-16 13:35:42.572 [vent.ItemStateChangedEvent] - WifiRepeaterBuiten changed from NULL to ON
2017-11-16 13:35:42.580 [.ItemChannelLinkAddedEvent] - Link 'WifiRepeaterBuiten-network:pingdevice:c9c32848:online' has been added.
2017-11-16 13:35:42.584 [.ItemChannelLinkAddedEvent] - Link 'Simulatie-nikohomecontrol:onOff:440e003a24e6:31:switch' has been added.
2017-11-16 13:35:42.587 [.ItemChannelLinkAddedEvent] - Link 'Temp_Min5-weatherunderground:weather:ecbda4e0:forecastDay5#minTemperatureC' has been added.
2017-11-16 13:35:42.591 [.ItemChannelLinkAddedEvent] - Link 'Condition0-weatherunderground:weather:ecbda4e0:forecastToday#conditions' has been added.
2017-11-16 13:35:42.594 [.ItemChannelLinkAddedEvent] - Link 'RainFallMm4-weatherunderground:weather:ecbda4e0:forecastDay4#precipitationMm' has been added.
2017-11-16 13:35:42.598 [.ItemChannelLinkAddedEvent] - Link 'WeatherInformation_ForecastDay5_WeatherIconURL-weatherunderground:weather:ecbda4e0:forecastDay5#iconUrl' has been added.
2017-11-16 13:35:42.602 [.ItemChannelLinkAddedEvent] - Link 'WeatherInformation_ForecastDay3_WeatherIconURL-weatherunderground:weather:ecbda4e0:forecastDay3#iconUrl' has been added.
2017-11-16 13:35:42.607 [.ItemChannelLinkAddedEvent] - Link 'ObservationTime4-weatherunderground:weather:ecbda4e0:forecastDay4#forecastTime' has been added.
2017-11-16 13:35:42.612 [.ItemChannelLinkAddedEvent] - Link 'IPadVanMark-network:pingdevice:036a865c:online' has been added.
2017-11-16 13:35:42.620 [vent.ItemStateChangedEvent] - LocalSun_Radiation_DirectRadiation changed from NULL to 89.81
2017-11-16 13:35:42.624 [.ItemChannelLinkAddedEvent] - Link 'LocalSun_Radiation_DirectRadiation-astro:sun:local:radiation#direct' has been added.
2017-11-16 13:35:42.628 [.ItemChannelLinkAddedEvent] - Link 'Licht_Inkom-nikohomecontrol:onOff:440e003a24e6:7:switch' has been added.
2017-11-16 13:35:42.636 [.ItemChannelLinkAddedEvent] - Link 'Precip_Prob3-weatherunderground:weather:ecbda4e0:forecastDay3#probaPrecipitation' has been added.
2017-11-16 13:35:42.639 [.ItemChannelLinkAddedEvent] - Link 'Temp_Max5-weatherunderground:weather:ecbda4e0:forecastDay5#maxTemperatureC' has been added.
2017-11-16 13:35:42.642 [.ItemChannelLinkAddedEvent] - Link 'Status_Duister-nikohomecontrol:onOff:440e003a24e6:44:switch' has been added.
2017-11-16 13:35:42.649 [.ItemChannelLinkAddedEvent] - Link 'WifiAccessPointBureau-network:pingdevice:7ac1a867:online' has been added.
2017-11-16 13:35:42.671 [.ItemChannelLinkAddedEvent] - Link 'Elevation-astro:sun:local:position#elevation' has been added.
2017-11-16 13:35:42.676 [vent.ItemStateChangedEvent] - WifiAccessPointBureau changed from NULL to ON
2017-11-16 13:35:42.684 [vent.ItemStateChangedEvent] - Elevation changed from NULL to 18.53
2017-11-16 13:35:42.689 [.ItemChannelLinkAddedEvent] - Link 'RainFallMm4-weatherunderground:weather:ecbda4e0:forecastDay4#precipitationDay' has been added.
2017-11-16 13:35:42.696 [.ItemChannelLinkAddedEvent] - Link 'ObservationTime7-weatherunderground:weather:ecbda4e0:forecastDay7#forecastTime' has been added.
2017-11-16 13:35:42.704 [.ItemChannelLinkAddedEvent] - Link 'Licht_Achtergevel-nikohomecontrol:onOff:440e003a24e6:10:switch' has been added.
2017-11-16 13:35:42.716 [.ItemChannelLinkAddedEvent] - Link 'OpenHABianPi_Swap_Total-systeminfo:computer:openHABianPi:swap#total' has been added.
2017-11-16 13:35:42.721 [.ItemChannelLinkAddedEvent] - Link 'WeatherInformation_ForecastTomorrow_WeatherIconURL-weatherunderground:weather:ecbda4e0:forecastTomorrow#iconUrl' has been added.
2017-11-16 13:35:42.725 [.ItemChannelLinkAddedEvent] - Link 'WeatherInformation_ForecastDay6_WeatherIconURL-weatherunderground:weather:ecbda4e0:forecastDay6#iconUrl' has been added.
2017-11-16 13:35:42.743 [vent.ItemStateChangedEvent] - Sunset_Time changed from NULL to 2017-11-16T16:52:00.000+0100
2017-11-16 13:35:42.746 [.ItemChannelLinkAddedEvent] - Link 'Sunset_Time-astro:sun:local:set#start' has been added.
2017-11-16 13:35:42.750 [.ItemChannelLinkAddedEvent] - Link 'Condition1-weatherunderground:weather:ecbda4e0:forecastTomorrow#conditions' has been added.
2017-11-16 13:35:42.755 [.ItemChannelLinkAddedEvent] - Link 'ObservationTime5-weatherunderground:weather:ecbda4e0:forecastDay5#forecastTime' has been added.
2017-11-16 13:35:42.759 [.ItemChannelLinkAddedEvent] - Link 'Temperature-weatherunderground:weather:ecbda4e0:current#temperature' has been added.
2017-11-16 13:35:42.764 [.ItemChannelLinkAddedEvent] - Link 'Condition4-weatherunderground:weather:ecbda4e0:forecastDay4#conditions' has been added.
2017-11-16 13:35:42.773 [vent.ItemStateChangedEvent] - Moonrise_Time changed from NULL to 2017-11-16T05:25:00.000+0100
2017-11-16 13:35:42.781 [.ItemChannelLinkAddedEvent] - Link 'Moonrise_Time-astro:moon:local:rise#start' has been added.
2017-11-16 13:35:42.787 [.ItemChannelLinkAddedEvent] - Link 'WDTVLive-network:pingdevice:cf3f112e:online' has been added.
2017-11-16 13:35:42.791 [hingStatusInfoChangedEvent] - 'neeo:brain:d487672e' changed from INITIALIZING to ONLINE
2017-11-16 13:35:42.791 [.ItemChannelLinkAddedEvent] - Link 'RainFallMm0-weatherunderground:weather:ecbda4e0:forecastToday#precipitationMm' has been added.
2017-11-16 13:35:42.796 [.ItemChannelLinkAddedEvent] - Link 'RainFallMm3-weatherunderground:weather:ecbda4e0:forecastDay3#precipitationDay' has been added.
2017-11-16 13:35:42.800 [.ItemChannelLinkAddedEvent] - Link 'Licht_Nachthal-nikohomecontrol:onOff:440e003a24e6:17:switch' has been added.
2017-11-16 13:35:42.807 [.ItemChannelLinkAddedEvent] - Link 'Licht_Garage-nikohomecontrol:onOff:440e003a24e6:4:switch' has been added.
2017-11-16 13:35:42.824 [.ItemChannelLinkAddedEvent] - Link 'Condition7-weatherunderground:weather:ecbda4e0:forecastDay7#conditions' has been added.
2017-11-16 13:35:42.829 [hingStatusInfoChangedEvent] - 'neeo:room-6232364704816168960:d487672e:room' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:42.835 [.ItemChannelLinkAddedEvent] - Link 'IPadVanMartine-network:pingdevice:41f0107d:online' has been added.
2017-11-16 13:35:42.839 [.ItemChannelLinkAddedEvent] - Link 'Temp_Min2-weatherunderground:weather:ecbda4e0:forecastDay2#minTemperatureC' has been added.
2017-11-16 13:35:42.843 [.ItemChannelLinkAddedEvent] - Link 'Temp_Min6-weatherunderground:weather:ecbda4e0:forecastDay6#minTemperatureC' has been added.
2017-11-16 13:35:42.846 [.ItemChannelLinkAddedEvent] - Link 'Pressure-weatherunderground:weather:ecbda4e0:current#pressureHPa' has been added.
2017-11-16 13:35:42.850 [.ItemChannelLinkAddedEvent] - Link 'RainFallMm3-weatherunderground:weather:ecbda4e0:forecastDay3#precipitationMm' has been added.
2017-11-16 13:35:42.865 [vent.ItemStateChangedEvent] - CivilDawn_StartTime changed from NULL to 2017-11-16T07:26:00.000+0100
2017-11-16 13:35:42.870 [.ItemChannelLinkAddedEvent] - Link 'CivilDawn_StartTime-astro:sun:local:civilDawn#start' has been added.
2017-11-16 13:35:42.875 [.ItemChannelLinkAddedEvent] - Link 'MartinePC-network:pingdevice:c189931c:online' has been added.
2017-11-16 13:35:42.879 [.ItemChannelLinkAddedEvent] - Link 'RainFallMm7-weatherunderground:weather:ecbda4e0:forecastDay7#precipitationMm' has been added.
2017-11-16 13:35:42.890 [.ItemChannelLinkAddedEvent] - Link 'Precip_Prob5-weatherunderground:weather:ecbda4e0:forecastDay5#probaPrecipitation' has been added.
2017-11-16 13:35:42.902 [.ItemChannelLinkAddedEvent] - Link 'Licht_Zolder-nikohomecontrol:onOff:440e003a24e6:25:switch' has been added.
2017-11-16 13:35:42.916 [vent.ItemStateChangedEvent] - MartinePC changed from NULL to ON
2017-11-16 13:35:42.973 [vent.ItemStateChangedEvent] - OktaLastUpdate changed from NULL to 2017-11-16T13:00:00.000+0100
2017-11-16 13:35:43.017 [.ItemChannelLinkAddedEvent] - Link 'OktaLastUpdate-synopanalyzer:synopanalyzer:891001b8:time-utc' has been added.
2017-11-16 13:35:43.027 [vent.ItemStateChangedEvent] - VPNBridge_Online changed from NULL to ON
2017-11-16 13:35:43.042 [.ItemChannelLinkAddedEvent] - Link 'VPNBridge_Online-network:pingdevice:dba6d271:online' has been added.
2017-11-16 13:35:43.046 [.ItemChannelLinkAddedEvent] - Link 'Wii-network:pingdevice:35104e9f:online' has been added.
2017-11-16 13:35:43.058 [vent.ItemStateChangedEvent] - CivilDusk_StartTime changed from NULL to 2017-11-16T16:56:00.000+0100
2017-11-16 13:35:43.060 [.ItemChannelLinkAddedEvent] - Link 'CivilDusk_StartTime-astro:sun:local:civilDusk#start' has been added.
2017-11-16 13:35:43.137 [.ItemChannelLinkAddedEvent] - Link 'Licht_Tuinhuis_Buiten-nikohomecontrol:onOff:440e003a24e6:28:switch' has been added.
2017-11-16 13:35:43.140 [.ItemChannelLinkAddedEvent] - Link 'Temp_Max4-weatherunderground:weather:ecbda4e0:forecastDay4#maxTemperatureC' has been added.
2017-11-16 13:35:43.145 [.ItemChannelLinkAddedEvent] - Link 'ObservationTime2-weatherunderground:weather:ecbda4e0:forecastDay2#forecastTime' has been added.
2017-11-16 13:35:43.151 [.ItemChannelLinkAddedEvent] - Link 'OpenHABianPi_Memory_Total-systeminfo:computer:openHABianPi:memory#total' has been added.
2017-11-16 13:35:43.157 [.ItemChannelLinkAddedEvent] - Link 'Condition6-weatherunderground:weather:ecbda4e0:forecastDay6#conditions' has been added.
2017-11-16 13:35:43.164 [.ItemChannelLinkAddedEvent] - Link 'WeatherInformation_Current_ObservationLocation-weatherunderground:weather:ecbda4e0:current#location' has been added.
2017-11-16 13:35:43.171 [.ItemChannelLinkAddedEvent] - Link 'Licht_Ontbijthoek-nikohomecontrol:dimmer:440e003a24e6:30:brightness' has been added.
2017-11-16 13:35:43.179 [.ItemChannelLinkAddedEvent] - Link 'RainFallMm6-weatherunderground:weather:ecbda4e0:forecastDay6#precipitationDay' has been added.
2017-11-16 13:35:43.188 [vent.ItemStateChangedEvent] - Azimuth changed from NULL to 196.77
2017-11-16 13:35:43.194 [.ItemChannelLinkAddedEvent] - Link 'Azimuth-astro:sun:local:position#azimuth' has been added.
2017-11-16 13:35:43.201 [.ItemChannelLinkAddedEvent] - Link 'Licht_Eetkamer-nikohomecontrol:dimmer:440e003a24e6:29:brightness' has been added.
2017-11-16 13:35:43.205 [.ItemChannelLinkAddedEvent] - Link 'Licht_Zithoek_Staanlamp-nikohomecontrol:onOff:440e003a24e6:27:switch' has been added.
==> /var/log/openhab2/openhab.log <==
2017-11-16 13:35:43.256 [INFO ] [thome.binding.astro.internal.job.Job] - Scheduled Astro event-jobs for thing astro:moon:local
==> /var/log/openhab2/events.log <==
2017-11-16 13:35:43.261 [vent.ItemStateChangedEvent] - MoonPhase changed from NULL to WANING_CRESCENT
==> /var/log/openhab2/openhab.log <==
2017-11-16 13:35:43.263 [INFO ] [ding.astro.handler.AstroThingHandler] - Scheduled Positional job astro:moon:local every 300 seconds
==> /var/log/openhab2/events.log <==
2017-11-16 13:35:43.272 [.ItemChannelLinkAddedEvent] - Link 'MoonPhase-astro:moon:local:phase#name' has been added.
2017-11-16 13:35:43.284 [.ItemChannelLinkAddedEvent] - Link 'openHABServer-network:pingdevice:f600ae7c:online' has been added.
2017-11-16 13:35:43.288 [.ItemChannelLinkAddedEvent] - Link 'RainFallMm1-weatherunderground:weather:ecbda4e0:forecastTomorrow#precipitationDay' has been added.
2017-11-16 13:35:43.294 [.ItemChannelLinkAddedEvent] - Link 'Licht_Trap-nikohomecontrol:onOff:440e003a24e6:6:switch' has been added.
2017-11-16 13:35:43.300 [.ItemChannelLinkAddedEvent] - Link 'Licht_Voordeur-nikohomecontrol:onOff:440e003a24e6:5:switch' has been added.
2017-11-16 13:35:43.306 [.ItemChannelLinkAddedEvent] - Link 'OpenHABianPi_Cpu_SystemUptime-systeminfo:computer:openHABianPi:cpu#uptime' has been added.
2017-11-16 13:35:43.310 [vent.ItemStateChangedEvent] - openHABServer changed from NULL to ON
2017-11-16 13:35:43.314 [.ItemChannelLinkAddedEvent] - Link 'RainFallMm0-weatherunderground:weather:ecbda4e0:forecastToday#precipitationDay' has been added.
2017-11-16 13:35:43.318 [.ItemChannelLinkAddedEvent] - Link 'Temp_Min3-weatherunderground:weather:ecbda4e0:forecastDay3#minTemperatureC' has been added.
2017-11-16 13:35:43.322 [.ItemChannelLinkAddedEvent] - Link 'RainFallMm2-weatherunderground:weather:ecbda4e0:forecastDay2#precipitationMm' has been added.
2017-11-16 13:35:43.326 [.ItemChannelLinkAddedEvent] - Link 'Paniek-nikohomecontrol:onOff:440e003a24e6:24:switch' has been added.
2017-11-16 13:35:43.332 [.ItemChannelLinkAddedEvent] - Link 'ObservationTime3-weatherunderground:weather:ecbda4e0:forecastDay3#forecastTime' has been added.
2017-11-16 13:35:43.344 [vent.ItemStateChangedEvent] - Sunrise_Time changed from NULL to 2017-11-16T08:03:00.000+0100
2017-11-16 13:35:43.344 [.ItemChannelLinkAddedEvent] - Link 'Sunrise_Time-astro:sun:local:rise#start' has been added.
2017-11-16 13:35:43.350 [.ItemChannelLinkAddedEvent] - Link 'RainFallMm6-weatherunderground:weather:ecbda4e0:forecastDay6#precipitationMm' has been added.
2017-11-16 13:35:43.355 [.ItemChannelLinkAddedEvent] - Link 'Precip_Prob2-weatherunderground:weather:ecbda4e0:forecastDay2#probaPrecipitation' has been added.
2017-11-16 13:35:43.360 [.ItemChannelLinkAddedEvent] - Link 'Temp_Min7-weatherunderground:weather:ecbda4e0:forecastDay7#minTemperatureC' has been added.
2017-11-16 13:35:43.366 [.ItemChannelLinkAddedEvent] - Link 'Condition2-weatherunderground:weather:ecbda4e0:forecastDay2#conditions' has been added.
2017-11-16 13:35:43.374 [.ItemChannelLinkAddedEvent] - Link 'WeatherInformation_ForecastDay4_WeatherIconURL-weatherunderground:weather:ecbda4e0:forecastDay4#iconUrl' has been added.
2017-11-16 13:35:43.427 [vent.ItemStateChangedEvent] - Okta changed from NULL to 8
2017-11-16 13:35:43.493 [.ItemChannelLinkAddedEvent] - Link 'Okta-synopanalyzer:synopanalyzer:891001b8:octa' has been added.
2017-11-16 13:35:43.497 [.ItemChannelLinkAddedEvent] - Link 'Datum-ntp:ntp:local:dateTime' has been added.
2017-11-16 13:35:43.503 [.ItemChannelLinkAddedEvent] - Link 'Licht_Inkom_Woonkamer-nikohomecontrol:onOff:440e003a24e6:33:switch' has been added.
2017-11-16 13:35:43.508 [.ItemChannelLinkAddedEvent] - Link 'WeatherInformation_ForecastDay2_WeatherIconURL-weatherunderground:weather:ecbda4e0:forecastDay2#iconUrl' has been added.
2017-11-16 13:35:43.513 [.ItemChannelLinkAddedEvent] - Link 'Condition-weatherunderground:weather:ecbda4e0:current#conditions' has been added.
2017-11-16 13:35:43.519 [.ItemChannelLinkAddedEvent] - Link 'WeatherInformation_ForecastToday_WeatherIconURL-weatherunderground:weather:ecbda4e0:forecastToday#iconUrl' has been added.
2017-11-16 13:35:43.524 [.ItemChannelLinkAddedEvent] - Link 'Licht_Slaapkamer_Kind1-nikohomecontrol:onOff:440e003a24e6:16:switch' has been added.
2017-11-16 13:35:43.528 [.ItemChannelLinkAddedEvent] - Link 'Temp_Max3-weatherunderground:weather:ecbda4e0:forecastDay3#maxTemperatureC' has been added.
2017-11-16 13:35:43.533 [.ItemChannelLinkAddedEvent] - Link 'Temp_Max7-weatherunderground:weather:ecbda4e0:forecastDay7#maxTemperatureC' has been added.
2017-11-16 13:35:43.538 [.ItemChannelLinkAddedEvent] - Link 'Precip_Prob6-weatherunderground:weather:ecbda4e0:forecastDay6#probaPrecipitation' has been added.
2017-11-16 13:35:43.542 [.ItemChannelLinkAddedEvent] - Link 'WeatherInformation_Current_WeatherIconURL-weatherunderground:weather:ecbda4e0:current#iconUrl' has been added.
2017-11-16 13:35:43.551 [.ItemChannelLinkAddedEvent] - Link 'Telenet_router-network:pingdevice:f1a8f03d:online' has been added.
2017-11-16 13:35:43.557 [.ItemChannelLinkAddedEvent] - Link 'RainFallMm7-weatherunderground:weather:ecbda4e0:forecastDay7#precipitationDay' has been added.
2017-11-16 13:35:43.562 [.ItemChannelLinkAddedEvent] - Link 'Condition3-weatherunderground:weather:ecbda4e0:forecastDay3#conditions' has been added.
2017-11-16 13:35:43.572 [.ItemChannelLinkAddedEvent] - Link 'ObservationTime1-weatherunderground:weather:ecbda4e0:forecastTomorrow#forecastTime' has been added.
2017-11-16 13:35:43.578 [.ItemChannelLinkAddedEvent] - Link 'Licht_Badkamer_Lavabos-nikohomecontrol:onOff:440e003a24e6:18:switch' has been added.
2017-11-16 13:35:43.582 [vent.ItemStateChangedEvent] - Telenet_router changed from NULL to ON
2017-11-16 13:35:43.586 [.ItemChannelLinkAddedEvent] - Link 'Precip_Prob4-weatherunderground:weather:ecbda4e0:forecastDay4#probaPrecipitation' has been added.
2017-11-16 13:35:43.592 [.ItemChannelLinkAddedEvent] - Link 'Licht_Bureau-nikohomecontrol:onOff:440e003a24e6:9:switch' has been added.
2017-11-16 13:35:43.599 [.ItemChannelLinkAddedEvent] - Link 'Humidity-weatherunderground:weather:ecbda4e0:current#relativeHumidity' has been added.
2017-11-16 13:35:43.605 [.ItemChannelLinkAddedEvent] - Link 'WeatherInformation_Current_ObservationTime-weatherunderground:weather:ecbda4e0:current#observationTime' has been added.
2017-11-16 13:35:43.609 [.ItemChannelLinkAddedEvent] - Link 'Licht_Buitenkeuken-nikohomecontrol:onOff:440e003a24e6:43:switch' has been added.
2017-11-16 13:35:43.619 [vent.ItemStateChangedEvent] - LocalSun_Radiation_DiffuseRadiation changed from NULL to 94.17
2017-11-16 13:35:43.625 [.ItemChannelLinkAddedEvent] - Link 'LocalSun_Radiation_DiffuseRadiation-astro:sun:local:radiation#diffuse' has been added.
2017-11-16 13:35:43.630 [.ItemChannelLinkAddedEvent] - Link 'Licht_Kelderhal-nikohomecontrol:onOff:440e003a24e6:15:switch' has been added.
2017-11-16 13:35:43.634 [.ItemChannelLinkAddedEvent] - Link 'Licht_Keuken-nikohomecontrol:onOff:440e003a24e6:13:switch' has been added.
2017-11-16 13:35:43.638 [.ItemChannelLinkAddedEvent] - Link 'RainFallMm5-weatherunderground:weather:ecbda4e0:forecastDay5#precipitationMm' has been added.
2017-11-16 13:35:43.642 [.ItemChannelLinkAddedEvent] - Link 'ObservationTime0-weatherunderground:weather:ecbda4e0:forecastToday#forecastTime' has been added.
2017-11-16 13:35:43.646 [.ItemChannelLinkAddedEvent] - Link 'Temp_Min4-weatherunderground:weather:ecbda4e0:forecastDay4#minTemperatureC' has been added.
2017-11-16 13:35:43.650 [.ItemChannelLinkAddedEvent] - Link 'Temperature-weatherunderground:weather:ecbda4e0:current#temperatureC' has been added.
2017-11-16 13:35:43.659 [.ItemChannelLinkAddedEvent] - Link 'WifiAccessPointBoven-network:pingdevice:046df771:online' has been added.
2017-11-16 13:35:43.664 [.ItemChannelLinkAddedEvent] - Link 'WeatherInformation_ForecastDay7_WeatherIconURL-weatherunderground:weather:ecbda4e0:forecastDay7#iconUrl' has been added.
2017-11-16 13:35:43.671 [.ItemChannelLinkAddedEvent] - Link 'Precip_Prob1-weatherunderground:weather:ecbda4e0:forecastTomorrow#probaPrecipitation' has been added.
2017-11-16 13:35:43.677 [.ItemChannelLinkAddedEvent] - Link 'Pressure-weatherunderground:weather:ecbda4e0:current#pressure' has been added.
2017-11-16 13:35:43.678 [vent.ItemStateChangedEvent] - WifiAccessPointBoven changed from NULL to ON
==> /var/log/openhab2/openhab.log <==
2017-11-16 13:35:43.892 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Licht_Slaapkamer_Kind1' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.894 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'WifiAccessPointBureau' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.897 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'RainFallMm5' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.899 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'RainFallMm6' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.904 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'RainFallMm3' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.907 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'RainFallMm4' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.909 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Simulatie' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.911 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'RainFallMm1' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.913 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'RainFallMm2' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.916 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'WeatherInformation_ForecastTomorrow_WeatherIconURL' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.918 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'RainFallMm0' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.920 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'WeatherInformation_Current_WeatherIconURL' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.922 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'RainFallMm7' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.925 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'WeatherInformation_ForecastDay3_WeatherIconURL' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.927 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'Humidity' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.929 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Licht_Zijterras' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.931 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.DimmerItem with key'Licht_Eetkamer' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.934 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.DateTimeItem with key'Sunrise_Time' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.939 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Licht_Tuinhuis_Buiten' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.941 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'LocalSun_Radiation_DirectRadiation' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.943 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.DimmerItem with key'Licht_Zithoek' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.948 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'openHABServer' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.950 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'OpenHABianPi_Memory_Total' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.952 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'WeatherInformation_ForecastDay4_WeatherIconURL' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.954 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Status_Duister' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.957 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'IPadVanMartine' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.959 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'WeatherInformation_ForecastDay7_WeatherIconURL' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.961 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.DateTimeItem with key'WeatherInformation_Current_ObservationTime' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.963 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'OpenHABianPi_Swap_Total' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.965 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'SmartphoneMark_Online' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.968 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'IPadVanMark' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.975 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.DateTimeItem with key'CivilDusk_StartTime' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.978 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Licht_Keuken' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.980 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Licht_Garage' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.982 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'Condition' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.984 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'OpenHABianPi_Cpu_SystemUptime' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.988 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Licht_Badkamer_Lavabos' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.991 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Licht_Bureau' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.993 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Licht_Inkom' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.996 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Licht_Buitenkeuken_Spots' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:43.998 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Licht_Achtergevel' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.000 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'Precip_Prob7' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.002 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'VPNBridge_Online' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.004 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'Elevation' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.006 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'Precip_Prob5' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.008 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'Precip_Prob6' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.013 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Licht_Keuken_Werkblad' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.016 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'WifiAccessPointBoven' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.019 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'Precip_Prob0' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.021 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'Precip_Prob3' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.023 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'Precip_Prob4' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.026 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'Precip_Prob1' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.028 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'Precip_Prob2' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.030 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'OpenHABianPi_Memory_Used' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.033 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'TotalRadiation' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.037 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'LocalSun_Radiation_DiffuseRadiation' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.041 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.DimmerItem with key'Licht_Slaapkamer_Ouders' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.044 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Licht_Zithoek_Staanlamp' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.046 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.DateTimeItem with key'ObservationTime0' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.048 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Licht_Voordeur' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.052 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'WeatherInformation_ForecastDay6_WeatherIconURL' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.054 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Licht_Buitenkeuken' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.056 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.DateTimeItem with key'ObservationTime7' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.058 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'WeatherInformation_ForecastDay5_WeatherIconURL' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.060 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.DateTimeItem with key'CivilDawn_StartTime' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.063 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.DateTimeItem with key'ObservationTime5' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.065 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.DateTimeItem with key'ObservationTime6' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.067 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Paniek' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.069 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.DateTimeItem with key'ObservationTime3' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.071 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.DateTimeItem with key'ObservationTime4' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.073 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.DateTimeItem with key'ObservationTime1' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.076 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.DateTimeItem with key'ObservationTime2' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.078 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'MartinePCWol' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.080 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'Okta' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.082 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'OpenHABianPi_Cpu_LoadAverage' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.085 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Licht_Nachthal' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.090 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'WeatherInformation_Current_ObservationLocation' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.092 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Licht_Badkamer' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.096 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Licht_Inkom_Woonkamer' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.100 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Licht_Berging' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.102 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.DimmerItem with key'Licht_Ontbijthoek' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.112 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'WDTVLive' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.114 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'OpenHABianPi_Swap_Used' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.117 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'MoonPhase' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.120 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.DateTimeItem with key'Moonrise_Time' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.125 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.DateTimeItem with key'Datum' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.127 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'WifiRepeaterBuiten' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.130 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Licht_Trap' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.132 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'Pressure' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.135 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Wii' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.138 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.DateTimeItem with key'Sunset_Time' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.141 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.DateTimeItem with key'OktaLastUpdate' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.143 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'Condition1' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.145 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'Condition2' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.148 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'Temperature' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.150 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'Condition0' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.152 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Licht_Kelderhal' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.154 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'MartinePC' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.166 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'Condition7' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.173 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'Condition5' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.177 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'Condition6' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.182 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'Condition3' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.186 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'Condition4' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.194 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.NumberItem with key'Azimuth' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.214 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'WeatherInformation_ForecastDay2_WeatherIconURL' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.221 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.DateTimeItem with key'Moonset_Time' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.227 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Telenet_router' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.233 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.SwitchItem with key'Licht_Zolder' already exists! Failed to add a second with the same UID!
2017-11-16 13:35:44.237 [WARN ] [ore.common.registry.AbstractRegistry] - org.eclipse.smarthome.core.library.items.StringItem with key'WeatherInformation_ForecastToday_WeatherIconURL' already exists! Failed to add a second with the same UID!
==> /var/log/openhab2/events.log <==
2017-11-16 13:35:44.425 [vent.ItemStateChangedEvent] - IPadVanMartine changed from NULL to OFF
2017-11-16 13:35:44.476 [vent.ItemStateChangedEvent] - Azimuth changed from 196.77 to 196.78
2017-11-16 13:35:44.485 [vent.ItemStateChangedEvent] - LocalSun_Radiation_DirectRadiation changed from 89.81 to 89.79
2017-11-16 13:35:44.504 [vent.ItemStateChangedEvent] - TotalRadiation changed from 183.99 to 183.96
2017-11-16 13:35:44.509 [vent.ItemStateChangedEvent] - WDTVLive changed from NULL to OFF
2017-11-16 13:35:46.731 [hingStatusInfoChangedEvent] - 'neeo:room-6232364704816168960:d487672e:room' changed from INITIALIZING to ONLINE
2017-11-16 13:35:47.510 [vent.ItemStateChangedEvent] - SmartphoneMark_Online changed from NULL to OFF
2017-11-16 13:35:47.696 [vent.ItemStateChangedEvent] - IPadVanMark changed from NULL to OFF
2017-11-16 13:35:47.849 [vent.ItemStateChangedEvent] - Wii changed from NULL to OFF
2017-11-16 13:35:49.054 [hingStatusInfoChangedEvent] - 'ntp:ntp:local' changed from UNINITIALIZED to INITIALIZING
2017-11-16 13:35:49.153 [hingStatusInfoChangedEvent] - 'ntp:ntp:local' changed from INITIALIZING to ONLINE
2017-11-16 13:35:49.157 [vent.ItemStateChangedEvent] - Datum changed from NULL to 2017-11-16T13:35:49.144+0100
2017-11-16 13:35:49.167 [vent.ItemStateChangedEvent] - Datum changed from 2017-11-16T13:35:49.144+0100 to 2017-11-16T13:35:49.140+0100
2017-11-16 13:35:49.466 [hingStatusInfoChangedEvent] - 'weatherunderground:weather:ecbda4e0' changed from UNINITIALIZED to INITIALIZING
==> /var/log/openhab2/openhab.log <==
2017-11-16 13:35:49.576 [INFO ] [thome.model.lsp.internal.ModelServer] - Language Server started on port 5007
2017-11-16 13:35:49.999 [INFO ] [basic.internal.servlet.WebAppServlet] - Started Basic UI at /basicui/app
2017-11-16 13:35:50.083 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui
==> /var/log/openhab2/events.log <==
2017-11-16 13:35:50.308 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:16' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.315 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:19' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.314 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:17' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.335 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:18' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.344 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:13' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.349 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:12' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.357 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:15' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.371 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:11' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.377 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:10' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.387 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:31' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.390 [hingStatusInfoChangedEvent] - 'nikohomecontrol:bridge:440e003a24e6' changed from UNINITIALIZED to INITIALIZING
2017-11-16 13:35:50.399 [hingStatusInfoChangedEvent] - 'nikohomecontrol:dimmer:440e003a24e6:29' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.401 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:33' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.444 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:7' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.447 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:28' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.474 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:9' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.476 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:27' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.485 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:24' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.487 [hingStatusInfoChangedEvent] - 'nikohomecontrol:dimmer:440e003a24e6:36' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.575 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:25' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.581 [hingStatusInfoChangedEvent] - 'nikohomecontrol:dimmer:440e003a24e6:35' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.625 [hingStatusInfoChangedEvent] - 'nikohomecontrol:dimmer:440e003a24e6:30' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
==> /var/log/openhab2/openhab.log <==
2017-11-16 13:35:50.602 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'nikohomecontrol:onOff:440e003a24e6:21' to inbox.
2017-11-16 13:35:50.672 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'nikohomecontrol:onOff:440e003a24e6:22' to inbox.
2017-11-16 13:35:50.683 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'nikohomecontrol:onOff:440e003a24e6:23' to inbox.
==> /var/log/openhab2/events.log <==
2017-11-16 13:35:50.742 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:4' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.749 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:16' changed from INITIALIZING to ONLINE
2017-11-16 13:35:50.754 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:6' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.758 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:5' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.765 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:17' changed from INITIALIZING to ONLINE
2017-11-16 13:35:50.773 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:42' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.777 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:18' changed from INITIALIZING to ONLINE
2017-11-16 13:35:50.777 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:41' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.784 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:44' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.785 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:9' changed from INITIALIZING to ONLINE
2017-11-16 13:35:50.790 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:43' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
2017-11-16 13:35:50.793 [hingStatusInfoChangedEvent] - 'nikohomecontrol:dimmer:440e003a24e6:35' changed from INITIALIZING to ONLINE
2017-11-16 13:35:50.802 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:4' changed from INITIALIZING to ONLINE
2017-11-16 13:35:50.815 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:42' changed from INITIALIZING to ONLINE
2017-11-16 13:35:50.822 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:24' changed from INITIALIZING to ONLINE
2017-11-16 13:35:50.831 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:25' changed from INITIALIZING to ONLINE
2017-11-16 13:35:50.836 [vent.ItemStateChangedEvent] - Licht_Badkamer_Lavabos changed from NULL to OFF
2017-11-16 13:35:50.955 [hingStatusInfoChangedEvent] - 'weatherunderground:weather:ecbda4e0' changed from INITIALIZING to ONLINE
2017-11-16 13:35:51.106 [hingStatusInfoChangedEvent] - 'nikohomecontrol:bridge:440e003a24e6' changed from INITIALIZING to ONLINE
2017-11-16 13:35:51.109 [home.event.InboxAddedEvent] - Discovery Result with UID 'nikohomecontrol:onOff:440e003a24e6:21' has been added.
2017-11-16 13:35:51.109 [vent.ItemStateChangedEvent] - Humidity changed from NULL to 99
2017-11-16 13:35:51.123 [home.event.InboxAddedEvent] - Discovery Result with UID 'nikohomecontrol:onOff:440e003a24e6:22' has been added.
2017-11-16 13:35:51.124 [vent.ItemStateChangedEvent] - ObservationTime0 changed from NULL to 2017-11-16T19:00:00.000+0100
2017-11-16 13:35:51.126 [home.event.InboxAddedEvent] - Discovery Result with UID 'nikohomecontrol:onOff:440e003a24e6:23' has been added.
2017-11-16 13:35:51.130 [vent.ItemStateChangedEvent] - ObservationTime1 changed from NULL to 2017-11-17T19:00:00.000+0100
2017-11-16 13:35:51.133 [vent.ItemStateChangedEvent] - Condition1 changed from NULL to Gedeeltelijk bewolkt
2017-11-16 13:35:51.135 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:16' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.137 [vent.ItemStateChangedEvent] - ObservationTime2 changed from NULL to 2017-11-18T19:00:00.000+0100
2017-11-16 13:35:51.139 [vent.ItemStateChangedEvent] - Condition2 changed from NULL to Merendeels bewolkt
2017-11-16 13:35:51.143 [vent.ItemStateChangedEvent] - RainFallMm2 changed from NULL to 0
2017-11-16 13:35:51.143 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:12' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.147 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:11' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.147 [vent.ItemStateChangedEvent] - ObservationTime3 changed from NULL to 2017-11-19T19:00:00.000+0100
2017-11-16 13:35:51.154 [hingStatusInfoChangedEvent] - 'nikohomecontrol:dimmer:440e003a24e6:29' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.156 [vent.ItemStateChangedEvent] - Condition3 changed from NULL to Gedeeltelijk bewolkt
2017-11-16 13:35:51.157 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:4' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.162 [vent.ItemStateChangedEvent] - Condition4 changed from NULL to Kans op regen
2017-11-16 13:35:51.166 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:41' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.169 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:43' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.169 [vent.ItemStateChangedEvent] - ObservationTime5 changed from NULL to 2017-11-21T19:00:00.000+0100
2017-11-16 13:35:51.177 [vent.ItemStateChangedEvent] - Condition5 changed from NULL to Geheel bewolkt
2017-11-16 13:35:51.181 [vent.ItemStateChangedEvent] - ObservationTime6 changed from NULL to 2017-11-22T19:00:00.000+0100
2017-11-16 13:35:51.185 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:24' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.189 [vent.ItemStateChangedEvent] - Precip_Prob6 changed from NULL to 20
2017-11-16 13:35:51.192 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:17' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.195 [vent.ItemStateChangedEvent] - ObservationTime7 changed from NULL to 2017-11-23T19:00:00.000+0100
2017-11-16 13:35:51.196 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:10' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.203 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:9' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.204 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:19' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.213 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:15' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.213 [hingStatusInfoChangedEvent] - 'nikohomecontrol:dimmer:440e003a24e6:30' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.220 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:44' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.220 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:7' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.227 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:18' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.232 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:42' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.232 [hingStatusInfoChangedEvent] - 'nikohomecontrol:dimmer:440e003a24e6:36' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.238 [hingStatusInfoChangedEvent] - 'nikohomecontrol:dimmer:440e003a24e6:35' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.244 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:6' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.244 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:33' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.256 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:27' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.260 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:25' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.263 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:19' changed from INITIALIZING to ONLINE
2017-11-16 13:35:51.271 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:12' changed from INITIALIZING to ONLINE
2017-11-16 13:35:51.274 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:15' changed from INITIALIZING to ONLINE
2017-11-16 13:35:51.284 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:11' changed from INITIALIZING to ONLINE
2017-11-16 13:35:51.287 [hingStatusInfoChangedEvent] - 'nikohomecontrol:dimmer:440e003a24e6:29' changed from INITIALIZING to ONLINE
2017-11-16 13:35:51.300 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:7' changed from INITIALIZING to ONLINE
2017-11-16 13:35:51.305 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:10' changed from INITIALIZING to ONLINE
2017-11-16 13:35:51.312 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:5' changed from INITIALIZING to ONLINE
2017-11-16 13:35:51.315 [hingStatusInfoChangedEvent] - 'nikohomecontrol:dimmer:440e003a24e6:36' changed from INITIALIZING to ONLINE
2017-11-16 13:35:51.323 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:13' changed from INITIALIZING to ONLINE
2017-11-16 13:35:51.323 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:6' changed from INITIALIZING to ONLINE
2017-11-16 13:35:51.332 [hingStatusInfoChangedEvent] - 'nikohomecontrol:dimmer:440e003a24e6:30' changed from INITIALIZING to ONLINE
2017-11-16 13:35:51.333 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:44' changed from INITIALIZING to ONLINE
2017-11-16 13:35:51.339 [vent.ItemStateChangedEvent] - Licht_Slaapkamer_Kind1 changed from NULL to OFF
2017-11-16 13:35:51.339 [vent.ItemStateChangedEvent] - Licht_Nachthal changed from NULL to OFF
2017-11-16 13:35:51.346 [vent.ItemStateChangedEvent] - Licht_Zithoek changed from NULL to 0
2017-11-16 13:35:51.354 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:41' changed from INITIALIZING to ONLINE
2017-11-16 13:35:51.354 [vent.ItemStateChangedEvent] - Paniek changed from NULL to ON
2017-11-16 13:35:51.361 [vent.ItemStateChangedEvent] - Licht_Zolder changed from NULL to OFF
2017-11-16 13:35:51.368 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:31' changed from INITIALIZING to ONLINE
2017-11-16 13:35:51.368 [vent.ItemStateChangedEvent] - WeatherInformation_Current_ObservationLocation changed from NULL to Temse, Temse, OOSTVLAANDEREN
2017-11-16 13:35:51.377 [vent.ItemStateChangedEvent] - WeatherInformation_Current_ObservationTime changed from NULL to 2017-11-16T13:30:58.000+0100
2017-11-16 13:35:51.380 [vent.ItemStateChangedEvent] - Condition changed from NULL to Geheel bewolkt
2017-11-16 13:35:51.380 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:43' changed from INITIALIZING to ONLINE
2017-11-16 13:35:51.386 [vent.ItemStateChangedEvent] - Temperature changed from NULL to 10.3
2017-11-16 13:35:51.390 [vent.ItemStateChangedEvent] - Pressure changed from NULL to 1023
2017-11-16 13:35:51.395 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:27' changed from INITIALIZING to ONLINE
2017-11-16 13:35:51.396 [vent.ItemStateChangedEvent] - Condition0 changed from NULL to Geheel bewolkt
2017-11-16 13:35:51.399 [vent.ItemStateChangedEvent] - Precip_Prob0 changed from NULL to 10
2017-11-16 13:35:51.403 [vent.ItemStateChangedEvent] - RainFallMm0 changed from NULL to 0
2017-11-16 13:35:51.406 [vent.ItemStateChangedEvent] - Precip_Prob1 changed from NULL to 10
2017-11-16 13:35:51.407 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:33' changed from INITIALIZING to ONLINE
2017-11-16 13:35:51.411 [vent.ItemStateChangedEvent] - RainFallMm1 changed from NULL to 0
2017-11-16 13:35:51.414 [vent.ItemStateChangedEvent] - Precip_Prob2 changed from NULL to 20
2017-11-16 13:35:51.418 [vent.ItemStateChangedEvent] - Precip_Prob3 changed from NULL to 20
2017-11-16 13:35:51.419 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:28' changed from INITIALIZING to ONLINE
2017-11-16 13:35:51.423 [vent.ItemStateChangedEvent] - RainFallMm3 changed from NULL to 0
2017-11-16 13:35:51.428 [vent.ItemStateChangedEvent] - ObservationTime4 changed from NULL to 2017-11-20T19:00:00.000+0100
2017-11-16 13:35:51.432 [vent.ItemStateChangedEvent] - Precip_Prob4 changed from NULL to 60
2017-11-16 13:35:51.433 [vent.ItemStateChangedEvent] - Licht_Bureau changed from NULL to OFF
2017-11-16 13:35:51.437 [vent.ItemStateChangedEvent] - RainFallMm4 changed from NULL to 1
2017-11-16 13:35:51.440 [vent.ItemStateChangedEvent] - Licht_Garage changed from NULL to OFF
2017-11-16 13:35:51.443 [vent.ItemStateChangedEvent] - Licht_Buitenkeuken_Spots changed from NULL to OFF
2017-11-16 13:35:51.444 [vent.ItemStateChangedEvent] - Precip_Prob5 changed from NULL to 20
2017-11-16 13:35:51.446 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:13' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.450 [vent.ItemStateChangedEvent] - RainFallMm5 changed from NULL to 2
2017-11-16 13:35:51.450 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:5' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.456 [vent.ItemStateChangedEvent] - ObservationTime6 changed from NULL to 2017-11-22T19:00:00.000+0100
2017-11-16 13:35:51.458 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:31' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.460 [vent.ItemStateChangedEvent] - Condition6 changed from NULL to Gedeeltelijk bewolkt
2017-11-16 13:35:51.464 [vent.ItemStateChangedEvent] - RainFallMm6 changed from NULL to 1
2017-11-16 13:35:51.469 [vent.ItemStateChangedEvent] - Condition7 changed from NULL to Kans op regen
2017-11-16 13:35:51.469 [hingStatusInfoChangedEvent] - 'nikohomecontrol:onOff:440e003a24e6:28' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2017-11-16 13:35:51.473 [vent.ItemStateChangedEvent] - Precip_Prob7 changed from NULL to 40
2017-11-16 13:35:51.479 [vent.ItemStateChangedEvent] - RainFallMm7 changed from NULL to 2
2017-11-16 13:35:51.486 [hingStatusInfoChangedEvent] - 'systeminfo:computer:openHABianPi' changed from UNINITIALIZED to INITIALIZING
2017-11-16 13:35:51.486 [vent.ItemStateChangedEvent] - Licht_Badkamer changed from NULL to OFF
2017-11-16 13:35:51.493 [vent.ItemStateChangedEvent] - Licht_Kelderhal changed from NULL to OFF
2017-11-16 13:35:51.492 [vent.ItemStateChangedEvent] - Licht_Keuken_Werkblad changed from NULL to OFF
2017-11-16 13:35:51.498 [vent.ItemStateChangedEvent] - Licht_Keuken changed from NULL to OFF
2017-11-16 13:35:51.500 [vent.ItemStateChangedEvent] - Licht_Zijterras changed from NULL to OFF
2017-11-16 13:35:51.512 [vent.ItemStateChangedEvent] - Licht_Eetkamer changed from NULL to 0
2017-11-16 13:35:51.517 [vent.ItemStateChangedEvent] - Licht_Ontbijthoek changed from NULL to 0
2017-11-16 13:35:51.519 [vent.ItemStateChangedEvent] - Licht_Achtergevel changed from NULL to OFF
2017-11-16 13:35:51.523 [vent.ItemStateChangedEvent] - Licht_Berging changed from NULL to OFF
2017-11-16 13:35:51.523 [vent.ItemStateChangedEvent] - Licht_Inkom changed from NULL to OFF
2017-11-16 13:35:51.527 [vent.ItemStateChangedEvent] - Licht_Zithoek_Staanlamp changed from NULL to OFF
2017-11-16 13:35:51.530 [vent.ItemStateChangedEvent] - Licht_Voordeur changed from NULL to OFF
2017-11-16 13:35:51.531 [vent.ItemStateChangedEvent] - Licht_Inkom_Woonkamer changed from NULL to OFF
2017-11-16 13:35:51.532 [vent.ItemStateChangedEvent] - Licht_Slaapkamer_Ouders changed from NULL to 0
2017-11-16 13:35:51.535 [vent.ItemStateChangedEvent] - Licht_Tuinhuis_Buiten changed from NULL to OFF
2017-11-16 13:35:51.538 [vent.ItemStateChangedEvent] - Licht_Trap changed from NULL to OFF
2017-11-16 13:35:51.546 [vent.ItemStateChangedEvent] - Status_Duister changed from NULL to OFF
2017-11-16 13:35:51.552 [vent.ItemStateChangedEvent] - Simulatie changed from NULL to OFF
2017-11-16 13:35:51.555 [vent.ItemStateChangedEvent] - Licht_Buitenkeuken changed from NULL to OFF
2017-11-16 13:35:52.107 [hingStatusInfoChangedEvent] - 'systeminfo:computer:openHABianPi' changed from INITIALIZING to ONLINE
2017-11-16 13:35:52.116 [vent.ItemStateChangedEvent] - OpenHABianPi_Memory_Used changed from NULL to 541
2017-11-16 13:35:52.120 [vent.ItemStateChangedEvent] - OpenHABianPi_Cpu_LoadAverage changed from NULL to 1.7
2017-11-16 13:35:52.124 [vent.ItemStateChangedEvent] - OpenHABianPi_Swap_Total changed from NULL to 99
2017-11-16 13:35:52.127 [vent.ItemStateChangedEvent] - OpenHABianPi_Swap_Used changed from NULL to 45
2017-11-16 13:35:52.129 [vent.ItemStateChangedEvent] - OpenHABianPi_Memory_Total changed from NULL to 970
2017-11-16 13:35:52.130 [vent.ItemStateChangedEvent] - OpenHABianPi_Cpu_SystemUptime changed from NULL to 11733.3
==> /var/log/openhab2/openhab.log <==
2017-11-16 13:35:52.390 [INFO ] [b.core.service.AbstractActiveService] - Exec Refresh Service has been started
==> /var/log/openhab2/events.log <==
2017-11-16 13:35:53.087 [vent.ItemStateChangedEvent] - OpenHABianPi_Memory_Used changed from 541 to 542
==> /var/log/openhab2/openhab.log <==
2017-11-16 13:35:54.079 [INFO ] [b.core.service.AbstractActiveService] - Garadget Refresh Service has been started
2017-11-16 13:35:54.834 [INFO ] [e.smarthome.model.script.start.rules] - System start
==> /var/log/openhab2/events.log <==
2017-11-16 13:35:54.844 [vent.ItemStateChangedEvent] - SystemStart changed from NULL to ON
2017-11-16 13:35:55.145 [vent.ItemStateChangedEvent] - Temp_Max0 changed from NULL to 22
2017-11-16 13:35:55.151 [vent.ItemStateChangedEvent] - Temp_Max1 changed from NULL to 21
2017-11-16 13:35:55.159 [vent.ItemStateChangedEvent] - Temp_Max2 changed from NULL to 18
2017-11-16 13:35:55.162 [vent.ItemStateChangedEvent] - Temp_Max3 changed from NULL to 19
2017-11-16 13:35:55.165 [vent.ItemStateChangedEvent] - Temp_Max4 changed from NULL to 21
2017-11-16 13:35:55.167 [vent.ItemStateChangedEvent] - Temp_Max5 changed from NULL to 23
2017-11-16 13:35:55.170 [vent.ItemStateChangedEvent] - Temp_Max6 changed from NULL to 25
2017-11-16 13:35:55.173 [vent.ItemStateChangedEvent] - Temp_Max7 changed from NULL to 24
2017-11-16 13:35:55.185 [vent.ItemStateChangedEvent] - DayLight changed from NULL to OPEN
2017-11-16 13:35:55.192 [vent.ItemStateChangedEvent] - Temp_Min7 changed from NULL to 16
2017-11-16 13:35:55.197 [vent.ItemStateChangedEvent] - Temp_Min0 changed from NULL to 13
2017-11-16 13:35:55.201 [vent.ItemStateChangedEvent] - Temp_Min1 changed from NULL to 14
2017-11-16 13:35:55.204 [vent.ItemStateChangedEvent] - Temp_Min2 changed from NULL to 14
2017-11-16 13:35:55.214 [vent.ItemStateChangedEvent] - Temp_Min3 changed from NULL to 13
2017-11-16 13:35:55.218 [vent.ItemStateChangedEvent] - Temp_Min4 changed from NULL to 13
2017-11-16 13:35:55.222 [vent.ItemStateChangedEvent] - Temp_Min5 changed from NULL to 14
2017-11-16 13:35:55.226 [vent.ItemStateChangedEvent] - Temp_Min6 changed from NULL to 14
2017-11-16 13:35:55.238 [vent.ItemStateChangedEvent] - MartinePCWol changed from NULL to OFF
2017-11-16 13:35:55.243 [vent.ItemStateChangedEvent] - WeatherInformation_ForecastDay5_WeatherIconURL changed from NULL to http://icons.wxug.com/i/c/k/chancetstorms.gif
2017-11-16 13:35:55.248 [vent.ItemStateChangedEvent] - WeatherInformation_ForecastDay3_WeatherIconURL changed from NULL to http://icons.wxug.com/i/c/k/partlycloudy.gif
2017-11-16 13:35:55.253 [vent.ItemStateChangedEvent] - WeatherInformation_ForecastTomorrow_WeatherIconURL changed from NULL to http://icons.wxug.com/i/c/k/mostlycloudy.gif
2017-11-16 13:35:55.259 [vent.ItemStateChangedEvent] - WeatherInformation_ForecastDay6_WeatherIconURL changed from NULL to http://icons.wxug.com/i/c/k/partlycloudy.gif
2017-11-16 13:35:55.265 [vent.ItemStateChangedEvent] - WeatherInformation_ForecastDay4_WeatherIconURL changed from NULL to http://icons.wxug.com/i/c/k/partlycloudy.gif
2017-11-16 13:35:55.272 [vent.ItemStateChangedEvent] - WeatherInformation_ForecastDay2_WeatherIconURL changed from NULL to http://icons.wxug.com/i/c/k/chancerain.gif
2017-11-16 13:35:55.277 [vent.ItemStateChangedEvent] - WeatherInformation_ForecastToday_WeatherIconURL changed from NULL to http://icons.wxug.com/i/c/k/chancerain.gif
2017-11-16 13:35:55.283 [vent.ItemStateChangedEvent] - WeatherInformation_Current_WeatherIconURL changed from NULL to http://icons.wxug.com/i/c/k/cloudy.gif
2017-11-16 13:35:55.289 [vent.ItemStateChangedEvent] - WeatherInformation_ForecastDay7_WeatherIconURL changed from NULL to http://icons.wxug.com/i/c/k/chancerain.gif
2017-11-16 13:35:55.295 [vent.ItemStateChangedEvent] - doorName changed from NULL to Herwege
2017-11-16 13:35:55.301 [vent.ItemStateChangedEvent] - doorStatus_status changed from NULL to closed
2017-11-16 13:35:55.306 [vent.ItemStateChangedEvent] - doorStatus_time changed from NULL to 89m
2017-11-16 13:35:55.311 [vent.ItemStateChangedEvent] - doorState changed from NULL to 100
2017-11-16 13:35:55.316 [vent.ItemStateChangedEvent] - doorStatus_sensor changed from NULL to 97
2017-11-16 13:35:55.321 [vent.ItemStateChangedEvent] - doorConfig_srt changed from NULL to 25
2017-11-16 13:35:55.327 [vent.ItemStateChangedEvent] - doorStatus_signal changed from NULL to -41
2017-11-16 13:35:55.335 [vent.ItemStateChangedEvent] - last_ip_address changed from NULL to 78.20.217.3
2017-11-16 13:35:55.343 [vent.ItemStateChangedEvent] - last_heard changed from NULL to 2017-11-16T10:13:45.000+0100
2017-11-16 13:35:55.349 [vent.ItemStateChangedEvent] - product_id changed from NULL to 355
2017-11-16 13:35:55.354 [vent.ItemStateChangedEvent] - connected changed from NULL to ON
2017-11-16 13:35:55.365 [vent.ItemStateChangedEvent] - doorStatus changed from NULL to status=closed|time=89m|sensor=97|base=3405|signal=-41
2017-11-16 13:35:55.374 [vent.ItemStateChangedEvent] - doorConfig changed from NULL to ver=1.13|rdt=5000|mtt=19000|rlt=300|rlp=1000|srr=3|srt=25|aev=0|aot=5400|ans=1260|ane=420|tzo=00112+1.00,00032+2.00,C|nme=Herwege
2017-11-16 13:35:55.378 [vent.ItemStateChangedEvent] - doorConfig_ver changed from NULL to 1.13
2017-11-16 13:35:55.381 [vent.ItemStateChangedEvent] - doorConfig_rdt changed from NULL to 5000
2017-11-16 13:35:55.386 [vent.ItemStateChangedEvent] - doorConfig_mtt changed from NULL to 19000
2017-11-16 13:35:55.390 [vent.ItemStateChangedEvent] - doorConfig_rlt changed from NULL to 300
2017-11-16 13:35:55.394 [vent.ItemStateChangedEvent] - doorConfig_rlp changed from NULL to 1000
2017-11-16 13:35:55.399 [vent.ItemStateChangedEvent] - doorConfig_srr changed from NULL to 3
2017-11-16 13:35:55.403 [vent.ItemStateChangedEvent] - doorConfig_aot changed from NULL to 5400
2017-11-16 13:35:55.406 [vent.ItemStateChangedEvent] - doorConfig_ans changed from NULL to 1260
2017-11-16 13:35:55.411 [vent.ItemStateChangedEvent] - doorConfig_ane changed from NULL to 420
2017-11-16 13:35:55.416 [vent.ItemStateChangedEvent] - netConfig changed from NULL to ip=192.168.0.143|snet=255.255.255.0|gway=192.168.0.1|mac=6C:0B:84:CE:2F:4E|ssid=telenet-1EF0A
2017-11-16 13:35:55.420 [vent.ItemStateChangedEvent] - netConfig_ip changed from NULL to 192.168.0.143
2017-11-16 13:35:55.427 [GroupItemStateChangedEvent] - gPVEtoday changed from 1.69331928 to 1.091 through PVEtodayGS2
2017-11-16 13:35:55.436 [vent.ItemStateChangedEvent] - netConfig_snet changed from NULL to 255.255.255.0
2017-11-16 13:35:55.436 [GroupItemStateChangedEvent] - gPVEtotal changed from 44118.36749576 to 28417.92 through PVEtotalGS2
2017-11-16 13:35:55.444 [GroupItemStateChangedEvent] - gPVEtotal changed from 28417.92 to 44118.36749576 through PVEtotalGS1
2017-11-16 13:35:55.450 [vent.ItemStateChangedEvent] - netConfig_gway changed from NULL to 192.168.0.1
2017-11-16 13:35:55.455 [vent.ItemStateChangedEvent] - netConfig_mac changed from NULL to 6C:0B:84:CE:2F:4E
2017-11-16 13:35:55.460 [vent.ItemStateChangedEvent] - netConfig_ssid changed from NULL to telenet-1EF0A
2017-11-16 13:35:55.463 [vent.ItemStateChangedEvent] - setConfig changed from NULL to ver=1.13|rdt=5000|mtt=19000|rlt=300|rlp=1000|srr=3|srt=25|aev=0|aot=5400|ans=1260|ane=420|tzo=00112+1.00,00032+2.00,C|nme=Herwege
2017-11-16 13:35:55.476 [vent.ItemStateChangedEvent] - PVPac1GS2 changed from NULL to 445.0
2017-11-16 13:35:55.480 [vent.ItemStateChangedEvent] - PVIac1GS2 changed from NULL to 230.7
2017-11-16 13:35:55.484 [vent.ItemStateChangedEvent] - PVUac1GS2 changed from NULL to 1.93
2017-11-16 13:35:55.490 [vent.ItemStateChangedEvent] - PVFreqGS2 changed from NULL to 50.01
2017-11-16 13:35:55.501 [vent.ItemStateChangedEvent] - PVPdc1GS2 changed from NULL to 199.0
2017-11-16 13:35:55.508 [vent.ItemStateChangedEvent] - PVIdc1GS2 changed from NULL to 262.0
2017-11-16 13:35:55.512 [vent.ItemStateChangedEvent] - PVUdc1GS2 changed from NULL to 0.763
2017-11-16 13:35:55.516 [vent.ItemStateChangedEvent] - PVPdc2GS2 changed from NULL to 224.0
2017-11-16 13:35:55.521 [vent.ItemStateChangedEvent] - PVIdc2GS2 changed from NULL to 303.81
2017-11-16 13:35:55.525 [vent.ItemStateChangedEvent] - PVUdc2GS2 changed from NULL to 0.739
2017-11-16 13:35:55.533 [GroupItemStateChangedEvent] - gPVEtoday changed from 1.091 to 1.69331928 through PVEtodayGS1
2017-11-16 13:35:55.535 [vent.ItemStateChangedEvent] - PVConditieGS2 changed from NULL to OK
2017-11-16 13:35:55.539 [vent.ItemStateChangedEvent] - PVGridrelayGS2 changed from NULL to Closed
2017-11-16 13:35:55.544 [vent.ItemStateChangedEvent] - PVTempGS2 changed from NULL to 34.2
2017-11-16 13:35:55.550 [vent.ItemStateChangedEvent] - PVLastUpdateGS2 changed from NULL to 2017-11-16T13:30:00.000+0100
2017-11-16 13:35:55.555 [vent.ItemStateChangedEvent] - PVEtodayGS2 changed from NULL to 1.091
2017-11-16 13:35:55.559 [vent.ItemStateChangedEvent] - PVEtotalGS2 changed from NULL to 28417.92
2017-11-16 13:35:55.564 [vent.ItemStateChangedEvent] - PVPowerGS2 changed from NULL to 445.0
2017-11-16 13:35:55.569 [vent.ItemStateChangedEvent] - PVEtodayGS1 changed from NULL to 0.60231928
2017-11-16 13:35:55.574 [vent.ItemStateChangedEvent] - PVEtotalGS1 changed from NULL to 15700.44749576
2017-11-16 13:35:55.581 [vent.ItemStateChangedEvent] - PVPowerGS1 changed from NULL to 245.675600
2017-11-16 13:35:55.585 [vent.ItemStateChangedEvent] - PVEtoday changed from NULL to 1.69331928
2017-11-16 13:35:55.590 [vent.ItemStateChangedEvent] - PVEtotal changed from NULL to 44118.36749576
2017-11-16 13:35:55.595 [vent.ItemStateChangedEvent] - PVPower changed from NULL to 690.675600
2017-11-16 13:35:55.600 [vent.ItemStateChangedEvent] - PVEmeter1 changed from NULL to 15732.44749576
2017-11-16 13:35:55.605 [vent.ItemStateChangedEvent] - PVEmeter2 changed from NULL to 28294.397
2017-11-16 13:35:55.610 [vent.ItemStateChangedEvent] - PVEmeter changed from NULL to 44026.84449576
2017-11-16 13:35:55.614 [vent.ItemStateChangedEvent] - Certifikaten changed from NULL to 43.0
2017-11-16 13:35:55.617 [vent.ItemStateChangedEvent] - EmeterDag changed from NULL to 20549
2017-11-16 13:35:55.622 [vent.ItemStateChangedEvent] - EmeterNacht changed from NULL to 46262
2017-11-16 13:35:55.625 [vent.ItemStateChangedEvent] - Emeter changed from NULL to 66811
==> /var/log/openhab2/openhab.log <==
2017-11-16 13:35:55.626 [INFO ] [panel.internal.HABPanelDashboardTile] - Started HABPanel at /habpanel
==> /var/log/openhab2/events.log <==
2017-11-16 13:35:55.629 [vent.ItemStateChangedEvent] - Warmtepomp changed from NULL to 76870.20
2017-11-16 13:35:55.636 [vent.ItemStateChangedEvent] - UrenWarmtepomp changed from NULL to 26972
2017-11-16 13:35:55.646 [vent.ItemStateChangedEvent] - TotVerbruik changed from NULL to 110836.15583272
2017-11-16 13:35:55.650 [vent.ItemStateChangedEvent] - NVerwVerbruik changed from NULL to 33965.95583272
2017-11-16 13:35:55.653 [vent.ItemStateChangedEvent] - Lux changed from NULL to 23788.607594936708
2017-11-16 13:35:55.657 [vent.ItemStateChangedEvent] - WeightedLux changed from NULL to 5947.151898734177
2017-11-16 13:35:55.660 [vent.ItemStateChangedEvent] - MartinePCSwitch changed from NULL to OFF
2017-11-16 13:35:55.665 [vent.ItemStateChangedEvent] - test changed from NULL to OFF
2017-11-16 13:35:55.669 [vent.ItemStateChangedEvent] - testString changed from NULL to test
2017-11-16 13:35:56.268 [vent.ItemStateChangedEvent] - last_heard changed from 2017-11-16T10:13:45.000+0100 to 2017-11-16T10:13:45.300+0100
2017-11-16 13:35:56.290 [vent.ItemStateChangedEvent] - doorStatus changed from status=closed|time=89m|sensor=97|base=3405|signal=-41 to status=closed|time=93m|sensor=97|base=3416|signal=-38
2017-11-16 13:35:56.302 [vent.ItemStateChangedEvent] - doorStatus_time changed from 89m to 93m
2017-11-16 13:35:56.306 [vent.ItemStateChangedEvent] - doorStatus_signal changed from -41 to -38
==> /var/log/openhab2/openhab.log <==
2017-11-16 13:36:14.546 [ERROR] [ntime.internal.engine.RuleEngineImpl] - Rule 'Dim indoor lights on clear sky': The name 'SystemStart' cannot be resolved to an item or type; line 64, column 6, length 11
2017-11-16 13:36:20.702 [INFO ] [e.smarthome.model.script.start.rules] - System start
==> /var/log/openhab2/events.log <==
2017-11-16 13:36:45.506 [vent.ItemStateChangedEvent] - IPadVanMark changed from OFF to ON
2017-11-16 13:36:49.449 [vent.ItemStateChangedEvent] - Datum changed from 2017-11-16T13:35:49.140+0100 to 2017-11-16T13:36:49.431+0100
2017-11-16 13:36:53.113 [vent.ItemStateChangedEvent] - OpenHABianPi_Memory_Used changed from 542 to 549
2017-11-16 13:36:53.125 [vent.ItemStateChangedEvent] - OpenHABianPi_Cpu_LoadAverage changed from 1.7 to 0.9
2017-11-16 13:36:53.150 [vent.ItemStateChangedEvent] - OpenHABianPi_Cpu_SystemUptime changed from 11733.3 to 11734.3

@htreu
Copy link
Contributor

htreu commented Nov 16, 2017

I did an analysis, this is a bug in ESH.

Technical explanation

Two ItemProviders will try to add new items to the ItemRegistry:

  • The ChannelItemProvider will create "virtual" items for every ItemChannelLink it starts to handle. In case the link points to an item which is not already loaded and added to the ItemRegistry it will create one which lacks of cause all the meta information like label, groupNames, etc.
  • The ManagedItemProvider will add all the items loaded from the storage service (here MapDB) to the ItemRegistry. Here all the items have the full meta information available.

Since #3670 there is a mechanism in the AbstractRegistry which prevents duplicate elements. This introduced also the behaviour we can see here: When the ChannelItemProvider is the first to add its items to the ItemRegistry the ManagedItemProvider will later try to add its items too and create the log messages.

Workaround

In case all items in a setup are either provided by .items files or created vie PaperUI/REST API and not automagically by the ChannelItemProvider (which is needed primarily when activating new channels in PaperUI in "Simple Mode"*), the ChannelItemProvider can be deactivated completely. To achieve this create a channelitemprovider.cfg file with content enabled=false in the conf/services folder of the installation.

* in Simple Mode no real items are created but only "virtual" items are implicitly created by the ChannelItemProvider.

@mherwege, do you mind testing the described workaround with your setup?

@mherwege
Copy link
Contributor Author

@htreu I did as described and I don’t see warnings anymore. Thank you for investigating.

@htreu
Copy link
Contributor

htreu commented Nov 17, 2017

Thanks @mherwege for reporting and testing!
We can now discuss if and how this issue should be dealt with. Stay tuned.

sjsf pushed a commit to sjsf/smarthome that referenced this issue Nov 17, 2017
...so it gets informed before (resp. after) items are added
(resp. removed) by other providers.

fixes eclipse-archived#4565
Signed-off-by: Simon Kaufmann <simon.kfm@googlemail.com>
kaikreuzer pushed a commit that referenced this issue Nov 17, 2017
* Hook the ChannelItemProvider into the ItemRegistry

...so it gets informed before (resp. after) items are added
(resp. removed) by other providers.

fixes #4565
Signed-off-by: Simon Kaufmann <simon.kfm@googlemail.com>
@jowi24
Copy link

jowi24 commented Feb 17, 2018

I'm still having the issue reported using OH 2.2 release as well as using latest OH 2.3 snapshot build. The suggested workaround to disabled ChannelItemProvider seems to work for me, too.

sjsf pushed a commit to sjsf/smarthome that referenced this issue Feb 20, 2018
relates to eclipse-archived#5112, eclipse-archived#4565 and others
Signed-off-by: Simon Kaufmann <simon.kfm@googlemail.com>
maggu2810 pushed a commit that referenced this issue Feb 20, 2018
* include providers in duplicate element warning

relates to #5112, #4565 and others
Signed-off-by: Simon Kaufmann <simon.kfm@googlemail.com>
@nesys
Copy link

nesys commented Mar 24, 2018

Team,

it seems I have the same issue here. openHAB 2.3.0 build 1238. Workaround is still working fine.
log - OH.txt

@maggu2810
Copy link
Contributor

maggu2810 commented Mar 24, 2018

See #5112

@thedannymullen
Copy link

Has this issue been fixed? I am using openhab2.3.0 on openhabian and having this warning show in my log file. I was trying to clear up warnings.

I also tried the work around and it does not work for me. I created the attached file and put it in the conf/services folder then restarted. Note .txt added to the end only for posting purposes.
channelitemprovider.cfg.txt

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants