Hi all,
I am getting the warnings below in my openhab.log and I assume that this might be due to duplicate configuration approaches. I have normally everything defined in the things
and items
files but due to configuration issues in the beginning with the new devices, I also used the discovery mode in the PaperUI. Maybe there are now two sets of configurations - one set in the OpenHAB repositories which was stored there by the discovery method via PaperUI and now the configuration set in the config files.
But this is just my guess!!!
Probably I am totally wrong and someone of you knows better and can guide me how to clean up my configuration to remove these entries. But I would like to keep the config files method
...
11:55:50.236 [WARN ] [core.common.registry.AbstractRegistry] - Cannot add "ItemChannelLink" with key "aktMShFkDBGstat -> avmfritz:HAN_FUN_CONTACT:arrakis:113240349263_1:contact_state". It exists already from provider "GenericItemChannelLinkProvider"! Failed to add a second with the same UID from provider "ManagedItemChannelLinkProvider"!
11:55:50.238 [WARN ] [core.common.registry.AbstractRegistry] - Cannot add "ItemChannelLink" with key "aktMShFkDBLstat -> avmfritz:HAN_FUN_CONTACT:arrakis:113240195590_1:contact_state". It exists already from provider "GenericItemChannelLinkProvider"! Failed to add a second with the same UID from provider "ManagedItemChannelLinkProvider"!
11:55:50.239 [WARN ] [core.common.registry.AbstractRegistry] - Cannot add "ItemChannelLink" with key "aktMShFkOGBstat -> avmfritz:HAN_FUN_CONTACT:arrakis:113240419288_1:contact_state". It exists already from provider "GenericItemChannelLinkProvider"! Failed to add a second with the same UID from provider "ManagedItemChannelLinkProvider"!
11:55:50.241 [WARN ] [core.common.registry.AbstractRegistry] - Cannot add "ItemChannelLink" with key "aktMShFkDBRstat -> avmfritz:HAN_FUN_CONTACT:arrakis:113240563561_1:contact_state". It exists already from provider "GenericItemChannelLinkProvider"! Failed to add a second with the same UID from provider "ManagedItemChannelLinkProvider"!
...
11:55:51.488 [WARN ] [core.common.registry.AbstractRegistry] - Cannot add "ThingImpl" with key "avmfritz:HAN_FUN_CONTACT:arrakis:113240563561_1". It exists already from provider "GenericThingProvider"! Failed to add a second with the same UID from provider "ManagedThingProvider"!
11:55:51.491 [WARN ] [core.common.registry.AbstractRegistry] - Cannot add "ThingImpl" with key "avmfritz:HAN_FUN_CONTACT:arrakis:113240201078_1". It exists already from provider "GenericThingProvider"! Failed to add a second with the same UID from provider "ManagedThingProvider"!
11:55:51.495 [WARN ] [core.common.registry.AbstractRegistry] - Cannot add "ThingImpl" with key "avmfritz:HAN_FUN_CONTACT:arrakis:113240419288_1". It exists already from provider "GenericThingProvider"! Failed to add a second with the same UID from provider "ManagedThingProvider"!
11:55:51.496 [WARN ] [core.common.registry.AbstractRegistry] - Cannot add "ThingImpl" with key "avmfritz:HAN_FUN_CONTACT:arrakis:113240349263_1". It exists already from provider "GenericThingProvider"! Failed to add a second with the same UID from provider "ManagedThingProvider"!
11:55:51.499 [WARN ] [core.common.registry.AbstractRegistry] - Cannot add "ThingImpl" with key "avmfritz:HAN_FUN_CONTACT:arrakis:113240195590_1". It exists already from provider "GenericThingProvider"! Failed to add a second with the same UID from provider "ManagedThingProvider"!
...
Thanks for any advice!
Cheers
Justus