Thank you for answering
It seems quite random because it does this with a lot of other items aswell.
This is an other āstandardā weather item that givs same error:
DateTime ObservationTime āOppdatert [%1$tH:%1$tM]ā {channel=āweatherunderground:weather:cd8316cc:current#observationTimeā}
This is my mapdb.persist:
Strategies {
default = everyUpdate
}
Items {
// persist all Items on every change and restore them from the MapDB at startup
* : strategy = everyChange, restoreOnStartup
}
l
018-04-11 08:26:02.890 [vent.ItemStateChangedEvent] - ObservationTime changed from 2018-04-11T08:20:59.000+0200 to 2018-04-11T08:25:59.000+0200
==> /var/log/openhab2/openhab.log <==
2018-04-11 08:26:02.935 [WARN ] [pse.smarthome.core.items.GenericItem] - failed notifying listener āorg.eclipse.smarthome.core.persistence.internal.PersistenceManagerImpl@a732d0ā about state update of item ObservationTime: 2018-02-16 is not in a valid format.
java.lang.IllegalArgumentException: 2018-02-16 is not in a valid format.
at org.openhab.core.library.types.DateTimeType.<init>(DateTimeType.java:50) [200:org.openhab.core.compat1x:2.2.0]
at org.openhab.core.library.types.DateTimeType.valueOf(DateTimeType.java:64) [200:org.openhab.core.compat1x:2.2.0]