I´m not quite sure which changes have caused this error.
A week ago (aprox) I upgraded from OH 2.2 to 2.3. I didn´t notice any errors after this.
Three days ago, I move my entire installation from SD card to SSD, using win32diskimager.
Now booting my Rpi3 with Openhabian hasslefree setup directly from the SSD.
Problem now, when I make any changes to an item file, I get this warning… Notice, the item file is read allright though, and it seems to be working:
garage.item
//garage
Switch garage_ydoer "Tryk" <WallSwitch> ["lighting"] {ihc=">[ON:799249:100]", autoupdate="false"}
Switch garage_lys "Garage Loftlys" <light> ["lighting"] {ihc="52571"}
Switch garage_pir "PIR [MAP(motion_modsat.map):%s]" <cum_motion> ["alarm"] {ihc="13667345"}
Switch garage_zwave_pir "Z-Wave PIR" <presence> ["lighting"] {ihc=">[ON:16270865:100]"}
Tail log:
2018-06-11 23:31:24.903 [INFO ] [el.core.internal.ModelRepositoryImpl] - Refreshing model 'garage.items'
2018-06-11 23:31:24.924 [WARN ] [mon.registry.AbstractManagedProvider] - Could not update element with key _tags:garage_ydoer in ManagedMetadataProviderImpl, because it does not exists.
2018-06-11 23:31:24.929 [ome.event.ItemUpdatedEvent] - Item 'garage_ydoer' has been updated.
2018-06-11 23:31:24.934 [WARN ] [mon.registry.AbstractManagedProvider] - Could not update element with key _tags:garage_lys in ManagedMetadataProviderImpl, because it does not exists.
2018-06-11 23:31:24.939 [ome.event.ItemUpdatedEvent] - Item 'garage_lys' has been updated.
2018-06-11 23:31:24.943 [WARN ] [mon.registry.AbstractManagedProvider] - Could not update element with key _tags:garage_pir in ManagedMetadataProviderImpl, because it does not exists.
2018-06-11 23:31:24.947 [ome.event.ItemUpdatedEvent] - Item 'garage_pir' has been updated.
2018-06-11 23:31:24.950 [WARN ] [mon.registry.AbstractManagedProvider] - Could not update element with key _tags:garage_zwave_pir in ManagedMetadataProviderImpl, because it does not exists.
2018-06-11 23:31:24.954 [ome.event.ItemUpdatedEvent] - Item 'garage_zwave_pir' has been updated.
2018-06-11 23:31:27.933 [vent.ItemStateChangedEvent] - garage_lys changed from NULL to OFF
2018-06-11 23:31:29.313 [vent.ItemStateChangedEvent] - garage_pir changed from NULL to OFF
Why is this happening?
I only made a change to the label of Switch garage_lys in the item file.
It seems to happen every time I change an item file now. Each location in the house is seperated into its own item file, so I´ve got quite a few. But I doubt thats the problem.