Openhab 2.5, persistence service does not work

HI there,

since I upodated to OH 2.5 my persistence service does not work anymore.
Items which are updated in the sitemap like switches or setpoints just stay for some minutes on the new value before they switch back to the default ones.

I defined mapdB as default persistence service in Paper UI and configured following persistence files in the folder:
1.) rrd4j.persist

Strategies {
        everyMinute : "0 * * * * ?"
        default = everyChange

}
Items {
        //RRD4J
        * : strategy = everyChange, everyMinute,restoreOnStartup
}

2.) mapdB.persist

Strategies {
    default = everyUpdate
}

Items {
        * : strategy = everyChange,restoreOnStartup
}

In the logs I do not find anything persistence related. Is there a way to test it and see it in the logs?
Or is this issue related to something elese? Any help is very much appreciated. Thanksā€¦

Can you provide a log of the behaviour, please?

Also, donā€™t set 2 services as restoreOnStartup, the mapdb service will suffice as the rrd4j can only do numbers.

1 Like

Hi Vincent,

please find some logs. But it is not showing the items I changed, neither in the events nor in the openhab log.

event.log:

2019-12-27 00:21:09.267 [vent.ItemStateChangedEvent] - DateState changed from 2019-12-27 00:20:39 MEZ to 2019-12-27 00:21:09 MEZ
2019-12-27 00:21:17.110 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from BOTTOM to TOP
2019-12-27 00:21:17.135 [vent.ItemStateChangedEvent] - EmmaStatus changed from BOTTOM to TOP
2019-12-27 00:21:17.140 [vent.ItemStateChangedEvent] - Emma changed from 100 to 0
2019-12-27 00:21:17.146 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 100 to 0
2019-12-27 00:21:22.367 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from TOP to BOTTOM
2019-12-27 00:21:22.378 [vent.ItemStateChangedEvent] - EmmaStatus changed from TOP to BOTTOM
2019-12-27 00:21:22.381 [vent.ItemStateChangedEvent] - Emma changed from 0 to 100
2019-12-27 00:21:22.383 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 0 to 100
2019-12-27 00:21:31.775 [ome.event.ItemCommandEvent] - Item 'Shutter_auf_h' received command 8
2019-12-27 00:21:31.793 [vent.ItemStateChangedEvent] - Shutter_auf_h changed from 7 to 8
2019-12-27 00:21:39.029 [vent.ItemStateChangedEvent] - SunElevation changed from -64.66927712401576 to -64.70879612249715
2019-12-27 00:21:39.131 [vent.ItemStateChangedEvent] - Date changed from 2019-12-27T00:20:39.072+0100 to 2019-12-27T00:21:39.080+0100
2019-12-27 00:21:39.137 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:21:09.188+0100 to 2019-12-27T00:21:39.080+0100
2019-12-27 00:21:39.260 [vent.ItemStateChangedEvent] - CurrentDate changed from 2019-12-27T00:21:09.188+0100 to 2019-12-27T00:21:39.192+0100
2019-12-27 00:21:39.265 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:21:39.080+0100 to 2019-12-27T00:21:39.192+0100
2019-12-27 00:21:39.283 [vent.ItemStateChangedEvent] - ntp_ntp_local_string changed from 2019-12-27 00:21:09 MEZ to 2019-12-27 00:21:39 MEZ
2019-12-27 00:21:39.288 [vent.ItemStateChangedEvent] - DateState changed from 2019-12-27 00:21:09 MEZ to 2019-12-27 00:21:39 MEZ
2019-12-27 00:21:39.291 [vent.ItemStateChangedEvent] - Elevation changed from -64.68363545122902 to -64.68831951455033
2019-12-27 00:21:49.875 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from BOTTOM to TOP
2019-12-27 00:21:49.881 [vent.ItemStateChangedEvent] - EmmaStatus changed from BOTTOM to TOP
2019-12-27 00:21:49.887 [vent.ItemStateChangedEvent] - Emma changed from 100 to 0
2019-12-27 00:21:49.893 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 100 to 0
2019-12-27 00:21:55.803 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from TOP to BOTTOM
2019-12-27 00:21:55.809 [vent.ItemStateChangedEvent] - EmmaStatus changed from TOP to BOTTOM
2019-12-27 00:21:55.817 [vent.ItemStateChangedEvent] - Emma changed from 0 to 100
2019-12-27 00:21:55.831 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 0 to 100
2019-12-27 00:22:09.254 [vent.ItemStateChangedEvent] - CurrentDate changed from 2019-12-27T00:21:39.192+0100 to 2019-12-27T00:22:09.195+0100
2019-12-27 00:22:09.257 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:21:39.192+0100 to 2019-12-27T00:22:09.195+0100
2019-12-27 00:22:09.259 [vent.ItemStateChangedEvent] - ntp_ntp_local_string changed from 2019-12-27 00:21:39 MEZ to 2019-12-27 00:22:09 MEZ
2019-12-27 00:22:09.261 [vent.ItemStateChangedEvent] - DateState changed from 2019-12-27 00:21:39 MEZ to 2019-12-27 00:22:09 MEZ
2019-12-27 00:22:23.710 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from BOTTOM to TOP
2019-12-27 00:22:23.717 [vent.ItemStateChangedEvent] - EmmaStatus changed from BOTTOM to TOP
2019-12-27 00:22:23.723 [vent.ItemStateChangedEvent] - Emma changed from 100 to 0
2019-12-27 00:22:23.727 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 100 to 0
2019-12-27 00:22:29.321 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from TOP to BOTTOM
2019-12-27 00:22:29.332 [vent.ItemStateChangedEvent] - EmmaStatus changed from TOP to BOTTOM
2019-12-27 00:22:29.342 [vent.ItemStateChangedEvent] - Emma changed from 0 to 100
2019-12-27 00:22:29.350 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 0 to 100
2019-12-27 00:22:35.314 [vent.ItemStateChangedEvent] - SchlafenElternStatus changed from INTERMEDIATE to VENTILATION
2019-12-27 00:22:35.316 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_4_status changed from INTERMEDIATE to VENTILATION
2019-12-27 00:22:35.318 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_4_control changed from 25 to 75
2019-12-27 00:22:35.320 [vent.ItemStateChangedEvent] - SchlafenEltern changed from 25 to 75
2019-12-27 00:22:35.613 [ome.event.ItemCommandEvent] - Item 'Shutter_auf_h' received command 9
2019-12-27 00:22:35.631 [vent.ItemStateChangedEvent] - Shutter_auf_h changed from 8 to 9
2019-12-27 00:22:39.162 [vent.ItemStateChangedEvent] - Date changed from 2019-12-27T00:21:39.080+0100 to 2019-12-27T00:22:39.084+0100
2019-12-27 00:22:39.167 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:22:09.195+0100 to 2019-12-27T00:22:39.084+0100
2019-12-27 00:22:39.261 [vent.ItemStateChangedEvent] - CurrentDate changed from 2019-12-27T00:22:09.195+0100 to 2019-12-27T00:22:39.211+0100
2019-12-27 00:22:39.265 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:22:39.084+0100 to 2019-12-27T00:22:39.211+0100
2019-12-27 00:22:39.280 [vent.ItemStateChangedEvent] - ntp_ntp_local_string changed from 2019-12-27 00:22:09 MEZ to 2019-12-27 00:22:39 MEZ
2019-12-27 00:22:39.286 [vent.ItemStateChangedEvent] - DateState changed from 2019-12-27 00:22:09 MEZ to 2019-12-27 00:22:39 MEZ
2019-12-27 00:22:39.288 [vent.ItemStateChangedEvent] - Elevation changed from -64.68831951455033 to -64.69147682583315
2019-12-27 00:22:43.562 [ome.event.ItemCommandEvent] - Item 'Lux_Grenzwert_Sonnenschutz_Kueche' received command 2000
2019-12-27 00:22:43.581 [vent.ItemStateChangedEvent] - Lux_Grenzwert_Sonnenschutz_Kueche changed from 1500 to 2000
2019-12-27 00:22:58.112 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from BOTTOM to TOP
2019-12-27 00:22:58.117 [vent.ItemStateChangedEvent] - EmmaStatus changed from BOTTOM to TOP
2019-12-27 00:22:58.120 [vent.ItemStateChangedEvent] - Emma changed from 100 to 0
2019-12-27 00:22:58.124 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 100 to 0
2019-12-27 00:23:02.936 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from TOP to BOTTOM
2019-12-27 00:23:02.943 [vent.ItemStateChangedEvent] - EmmaStatus changed from TOP to BOTTOM
2019-12-27 00:23:02.950 [vent.ItemStateChangedEvent] - Emma changed from 0 to 100
2019-12-27 00:23:02.954 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 0 to 100
2019-12-27 00:23:09.306 [vent.ItemStateChangedEvent] - CurrentDate changed from 2019-12-27T00:22:39.211+0100 to 2019-12-27T00:23:09.214+0100
2019-12-27 00:23:09.310 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:22:39.211+0100 to 2019-12-27T00:23:09.214+0100
2019-12-27 00:23:09.327 [vent.ItemStateChangedEvent] - ntp_ntp_local_string changed from 2019-12-27 00:22:39 MEZ to 2019-12-27 00:23:09 MEZ
2019-12-27 00:23:09.330 [vent.ItemStateChangedEvent] - DateState changed from 2019-12-27 00:22:39 MEZ to 2019-12-27 00:23:09 MEZ
2019-12-27 00:23:09.334 [vent.ItemStateChangedEvent] - SchlafenElternStatus changed from VENTILATION to INTERMEDIATE
2019-12-27 00:23:09.340 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_4_status changed from VENTILATION to INTERMEDIATE
2019-12-27 00:23:09.345 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_4_control changed from 75 to 25
2019-12-27 00:23:09.353 [vent.ItemStateChangedEvent] - SchlafenEltern changed from 75 to 25
2019-12-27 00:23:10.079 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 241 to 242
2019-12-27 00:23:10.312 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 242 to 243
2019-12-27 00:23:11.611 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 243 to 244
2019-12-27 00:23:11.892 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 244 to 245
2019-12-27 00:23:11.909 [vent.ItemStateChangedEvent] - Multi1_humidity changed from 68 to 69
2019-12-27 00:23:11.914 [vent.ItemStateChangedEvent] - zwave_device_f0ca04d8_node2_sensor_relhumidity changed from 68 to 69
2019-12-27 00:23:29.712 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from BOTTOM to TOP
2019-12-27 00:23:29.720 [vent.ItemStateChangedEvent] - EmmaStatus changed from BOTTOM to TOP
2019-12-27 00:23:29.728 [vent.ItemStateChangedEvent] - Emma changed from 100 to 0
2019-12-27 00:23:29.740 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 100 to 0
2019-12-27 00:23:36.440 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from TOP to BOTTOM
2019-12-27 00:23:36.459 [vent.ItemStateChangedEvent] - EmmaStatus changed from TOP to BOTTOM
2019-12-27 00:23:36.462 [vent.ItemStateChangedEvent] - Emma changed from 0 to 100
2019-12-27 00:23:36.469 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 0 to 100
2019-12-27 00:23:39.167 [vent.ItemStateChangedEvent] - Date changed from 2019-12-27T00:22:39.084+0100 to 2019-12-27T00:23:39.089+0100
2019-12-27 00:23:39.173 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:23:09.214+0100 to 2019-12-27T00:23:39.089+0100
2019-12-27 00:23:39.273 [vent.ItemStateChangedEvent] - CurrentDate changed from 2019-12-27T00:23:09.214+0100 to 2019-12-27T00:23:39.223+0100
2019-12-27 00:23:39.277 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:23:39.089+0100 to 2019-12-27T00:23:39.223+0100
2019-12-27 00:23:39.290 [vent.ItemStateChangedEvent] - ntp_ntp_local_string changed from 2019-12-27 00:23:09 MEZ to 2019-12-27 00:23:39 MEZ
2019-12-27 00:23:39.294 [vent.ItemStateChangedEvent] - DateState changed from 2019-12-27 00:23:09 MEZ to 2019-12-27 00:23:39 MEZ
2019-12-27 00:23:39.298 [vent.ItemStateChangedEvent] - Elevation changed from -64.69147682583315 to -64.69308869489277
2019-12-27 00:23:42.686 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_ack changed from 99 to 100
2019-12-27 00:23:42.694 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 245 to 246
2019-12-27 00:23:42.731 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 246 to 247
2019-12-27 00:23:42.775 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 247 to 248
2019-12-27 00:24:03.645 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from BOTTOM to TOP
2019-12-27 00:24:03.656 [vent.ItemStateChangedEvent] - EmmaStatus changed from BOTTOM to TOP
2019-12-27 00:24:03.661 [vent.ItemStateChangedEvent] - Emma changed from 100 to 0
2019-12-27 00:24:03.666 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 100 to 0
2019-12-27 00:24:09.299 [vent.ItemStateChangedEvent] - CurrentDate changed from 2019-12-27T00:23:39.223+0100 to 2019-12-27T00:24:09.228+0100
2019-12-27 00:24:09.304 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:23:39.223+0100 to 2019-12-27T00:24:09.228+0100
2019-12-27 00:24:09.309 [vent.ItemStateChangedEvent] - ntp_ntp_local_string changed from 2019-12-27 00:23:39 MEZ to 2019-12-27 00:24:09 MEZ
2019-12-27 00:24:09.315 [vent.ItemStateChangedEvent] - DateState changed from 2019-12-27 00:23:39 MEZ to 2019-12-27 00:24:09 MEZ
2019-12-27 00:24:09.968 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from TOP to BOTTOM
2019-12-27 00:24:09.971 [vent.ItemStateChangedEvent] - EmmaStatus changed from TOP to BOTTOM
2019-12-27 00:24:09.975 [vent.ItemStateChangedEvent] - Emma changed from 0 to 100
2019-12-27 00:24:09.978 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 0 to 100
2019-12-27 00:24:37.679 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from BOTTOM to TOP
2019-12-27 00:24:37.700 [vent.ItemStateChangedEvent] - EmmaStatus changed from BOTTOM to TOP
2019-12-27 00:24:37.705 [vent.ItemStateChangedEvent] - Emma changed from 100 to 0
2019-12-27 00:24:37.711 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 100 to 0
2019-12-27 00:24:39.174 [vent.ItemStateChangedEvent] - Date changed from 2019-12-27T00:23:39.089+0100 to 2019-12-27T00:24:39.097+0100
2019-12-27 00:24:39.179 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:24:09.228+0100 to 2019-12-27T00:24:39.097+0100
2019-12-27 00:24:39.299 [vent.ItemStateChangedEvent] - CurrentDate changed from 2019-12-27T00:24:09.228+0100 to 2019-12-27T00:24:39.237+0100
2019-12-27 00:24:39.304 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:24:39.097+0100 to 2019-12-27T00:24:39.237+0100
2019-12-27 00:24:39.319 [vent.ItemStateChangedEvent] - ntp_ntp_local_string changed from 2019-12-27 00:24:09 MEZ to 2019-12-27 00:24:39 MEZ
2019-12-27 00:24:39.324 [vent.ItemStateChangedEvent] - DateState changed from 2019-12-27 00:24:09 MEZ to 2019-12-27 00:24:39 MEZ
2019-12-27 00:24:39.328 [vent.ItemStateChangedEvent] - Elevation changed from -64.69308869489277 to -64.69315445035245
2019-12-27 00:24:43.586 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from TOP to BOTTOM
2019-12-27 00:24:43.592 [vent.ItemStateChangedEvent] - EmmaStatus changed from TOP to BOTTOM
2019-12-27 00:24:43.597 [vent.ItemStateChangedEvent] - Emma changed from 0 to 100
2019-12-27 00:24:43.602 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 0 to 100
2019-12-27 00:25:09.326 [vent.ItemStateChangedEvent] - CurrentDate changed from 2019-12-27T00:24:39.237+0100 to 2019-12-27T00:25:09.242+0100
2019-12-27 00:25:09.334 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:24:39.237+0100 to 2019-12-27T00:25:09.242+0100
2019-12-27 00:25:09.339 [vent.ItemStateChangedEvent] - ntp_ntp_local_string changed from 2019-12-27 00:24:39 MEZ to 2019-12-27 00:25:09 MEZ
2019-12-27 00:25:09.343 [vent.ItemStateChangedEvent] - DateState changed from 2019-12-27 00:24:39 MEZ to 2019-12-27 00:25:09 MEZ
2019-12-27 00:25:10.168 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from BOTTOM to TOP
2019-12-27 00:25:10.176 [vent.ItemStateChangedEvent] - EmmaStatus changed from BOTTOM to TOP
2019-12-27 00:25:10.181 [vent.ItemStateChangedEvent] - Emma changed from 100 to 0
2019-12-27 00:25:10.189 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 100 to 0
2019-12-27 00:25:17.101 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from TOP to BOTTOM
2019-12-27 00:25:17.107 [vent.ItemStateChangedEvent] - EmmaStatus changed from TOP to BOTTOM
2019-12-27 00:25:17.129 [vent.ItemStateChangedEvent] - Emma changed from 0 to 100
2019-12-27 00:25:17.133 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 0 to 100
2019-12-27 00:25:22.955 [vent.ItemStateChangedEvent] - SchlafenElternStatus changed from INTERMEDIATE to VENTILATION
2019-12-27 00:25:22.975 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_4_status changed from INTERMEDIATE to VENTILATION
2019-12-27 00:25:22.981 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_4_control changed from 25 to 75
2019-12-27 00:25:22.988 [vent.ItemStateChangedEvent] - SchlafenEltern changed from 25 to 75
2019-12-27 00:25:33.564 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_ack changed from 100 to 101
2019-12-27 00:25:33.577 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 248 to 249
2019-12-27 00:25:37.671 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 249 to 250
2019-12-27 00:25:37.694 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_ack changed from 101 to 102
2019-12-27 00:25:37.724 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 250 to 251
2019-12-27 00:25:39.181 [vent.ItemStateChangedEvent] - Date changed from 2019-12-27T00:24:39.097+0100 to 2019-12-27T00:25:39.104+0100
2019-12-27 00:25:39.190 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:25:09.242+0100 to 2019-12-27T00:25:39.104+0100
2019-12-27 00:25:39.252 [vent.ItemStateChangedEvent] - Elevation changed from -64.69315445035245 to -64.69167519382326
2019-12-27 00:25:39.288 [vent.ItemStateChangedEvent] - CurrentDate changed from 2019-12-27T00:25:09.242+0100 to 2019-12-27T00:25:39.250+0100
2019-12-27 00:25:39.292 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:25:39.104+0100 to 2019-12-27T00:25:39.250+0100
2019-12-27 00:25:39.294 [vent.ItemStateChangedEvent] - ntp_ntp_local_string changed from 2019-12-27 00:25:09 MEZ to 2019-12-27 00:25:39 MEZ
2019-12-27 00:25:39.296 [vent.ItemStateChangedEvent] - DateState changed from 2019-12-27 00:25:09 MEZ to 2019-12-27 00:25:39 MEZ
2019-12-27 00:25:41.836 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 251 to 252
2019-12-27 00:25:41.859 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_ack changed from 102 to 103
2019-12-27 00:25:41.874 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 252 to 253
2019-12-27 00:25:43.642 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from BOTTOM to TOP
2019-12-27 00:25:43.651 [vent.ItemStateChangedEvent] - EmmaStatus changed from BOTTOM to TOP
2019-12-27 00:25:43.657 [vent.ItemStateChangedEvent] - Emma changed from 100 to 0
2019-12-27 00:25:43.662 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 100 to 0
2019-12-27 00:25:46.018 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 253 to 254
2019-12-27 00:25:50.716 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from TOP to BOTTOM
2019-12-27 00:25:50.719 [vent.ItemStateChangedEvent] - EmmaStatus changed from TOP to BOTTOM
2019-12-27 00:25:50.721 [vent.ItemStateChangedEvent] - Emma changed from 0 to 100
2019-12-27 00:25:50.724 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 0 to 100
2019-12-27 00:25:53.646 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 254 to 255
2019-12-27 00:25:53.678 [vent.ItemStateChangedEvent] - Wohnzimmer_luminance changed from 3 to 0
2019-12-27 00:25:53.712 [vent.ItemStateChangedEvent] - zwave_device_f0ca04d8_node6_sensor_luminance changed from 3 to 0
2019-12-27 00:25:54.024 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 255 to 256
2019-12-27 00:25:54.274 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 256 to 257
2019-12-27 00:25:55.128 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 257 to 258
2019-12-27 00:25:55.346 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 258 to 259
2019-12-27 00:25:55.481 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 259 to 260
2019-12-27 00:25:55.541 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 260 to 261
2019-12-27 00:25:55.587 [vent.ItemStateChangedEvent] - zwave_device_f0ca04d8_node3_sensor_relhumidity changed from NULL to 43.0
2019-12-27 00:25:55.615 [vent.ItemStateChangedEvent] - zwave_device_f0ca04d8_node3_sensor_temperature changed from NULL to 21.0 Ā°C
2019-12-27 00:25:55.630 [vent.ItemStateChangedEvent] - zwave_device_f0ca04d8_node3_sensor_luminance changed from NULL to 0.0
2019-12-27 00:25:55.647 [vent.ItemStateChangedEvent] - zwave_device_f0ca04d8_node3_battery_level changed from NULL to 100.0
2019-12-27 00:25:55.661 [me.event.ThingUpdatedEvent] - Thing 'zwave:device:f0ca04d8:node3' has been updated.
2019-12-27 00:25:55.671 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_ack changed from 103 to 104
2019-12-27 00:25:55.678 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 261 to 262
2019-12-27 00:25:55.721 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 262 to 263
2019-12-27 00:25:56.254 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 263 to 264
2019-12-27 00:25:56.264 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_ack changed from 104 to 105
2019-12-27 00:25:56.271 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 264 to 265
2019-12-27 00:25:56.431 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 265 to 266
2019-12-27 00:26:01.442 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_ack changed from 105 to 106
2019-12-27 00:26:01.450 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 266 to 267
2019-12-27 00:26:01.617 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 267 to 268
2019-12-27 00:26:02.134 [vent.ItemStateChangedEvent] - SchlafenElternStatus changed from VENTILATION to INTERMEDIATE
2019-12-27 00:26:02.231 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_4_status changed from VENTILATION to INTERMEDIATE
2019-12-27 00:26:02.235 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_4_control changed from 75 to 25
2019-12-27 00:26:02.239 [vent.ItemStateChangedEvent] - SchlafenEltern changed from 75 to 25
2019-12-27 00:26:09.393 [vent.ItemStateChangedEvent] - CurrentDate changed from 2019-12-27T00:25:39.250+0100 to 2019-12-27T00:26:09.328+0100
2019-12-27 00:26:09.398 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:25:39.250+0100 to 2019-12-27T00:26:09.328+0100
2019-12-27 00:26:09.402 [vent.ItemStateChangedEvent] - ntp_ntp_local_string changed from 2019-12-27 00:25:39 MEZ to 2019-12-27 00:26:09 MEZ
2019-12-27 00:26:09.406 [vent.ItemStateChangedEvent] - DateState changed from 2019-12-27 00:25:39 MEZ to 2019-12-27 00:26:09 MEZ
2019-12-27 00:26:10.064 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 268 to 269
2019-12-27 00:26:10.306 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 269 to 270
2019-12-27 00:26:11.607 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 270 to 271
2019-12-27 00:26:11.889 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 271 to 272
2019-12-27 00:26:17.504 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from BOTTOM to TOP
2019-12-27 00:26:17.516 [vent.ItemStateChangedEvent] - EmmaStatus changed from BOTTOM to TOP
2019-12-27 00:26:17.521 [vent.ItemStateChangedEvent] - Emma changed from 100 to 0
2019-12-27 00:26:17.535 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 100 to 0
2019-12-27 00:26:24.316 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from TOP to BOTTOM
2019-12-27 00:26:24.323 [vent.ItemStateChangedEvent] - EmmaStatus changed from TOP to BOTTOM
2019-12-27 00:26:24.328 [vent.ItemStateChangedEvent] - Emma changed from 0 to 100
2019-12-27 00:26:24.333 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 0 to 100
2019-12-27 00:26:30.380 [vent.ItemStateChangedEvent] - Shutter_auf_h changed from 9 to 7
2019-12-27 00:26:30.385 [vent.ItemStateChangedEvent] - Lux_Grenzwert_Sonnenschutz_Kueche changed from 2000 to 1500
2019-12-27 00:26:39.045 [vent.ItemStateChangedEvent] - SunElevation changed from -64.70879612249715 to -64.70967563784752
2019-12-27 00:26:39.182 [vent.ItemStateChangedEvent] - Date changed from 2019-12-27T00:25:39.104+0100 to 2019-12-27T00:26:39.110+0100
2019-12-27 00:26:39.192 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:26:09.328+0100 to 2019-12-27T00:26:39.110+0100
2019-12-27 00:26:39.263 [vent.ItemStateChangedEvent] - Elevation changed from -64.69167519382326 to -64.68864953216017
2019-12-27 00:26:39.390 [vent.ItemStateChangedEvent] - CurrentDate changed from 2019-12-27T00:26:09.328+0100 to 2019-12-27T00:26:39.333+0100
2019-12-27 00:26:39.393 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:26:39.110+0100 to 2019-12-27T00:26:39.333+0100
2019-12-27 00:26:39.396 [vent.ItemStateChangedEvent] - ntp_ntp_local_string changed from 2019-12-27 00:26:09 MEZ to 2019-12-27 00:26:39 MEZ
2019-12-27 00:26:39.399 [vent.ItemStateChangedEvent] - DateState changed from 2019-12-27 00:26:09 MEZ to 2019-12-27 00:26:39 MEZ
2019-12-27 00:26:50.711 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from BOTTOM to TOP
2019-12-27 00:26:50.730 [vent.ItemStateChangedEvent] - EmmaStatus changed from BOTTOM to TOP
2019-12-27 00:26:50.750 [vent.ItemStateChangedEvent] - Emma changed from 100 to 0
2019-12-27 00:26:50.756 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 100 to 0
2019-12-27 00:26:57.931 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from TOP to BOTTOM
2019-12-27 00:26:57.937 [vent.ItemStateChangedEvent] - EmmaStatus changed from TOP to BOTTOM
2019-12-27 00:26:57.943 [vent.ItemStateChangedEvent] - Emma changed from 0 to 100
2019-12-27 00:26:57.952 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 0 to 100
2019-12-27 00:27:09.420 [vent.ItemStateChangedEvent] - CurrentDate changed from 2019-12-27T00:26:39.333+0100 to 2019-12-27T00:27:09.336+0100
2019-12-27 00:27:09.428 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:26:39.333+0100 to 2019-12-27T00:27:09.336+0100
2019-12-27 00:27:09.432 [vent.ItemStateChangedEvent] - ntp_ntp_local_string changed from 2019-12-27 00:26:39 MEZ to 2019-12-27 00:27:09 MEZ
2019-12-27 00:27:09.436 [vent.ItemStateChangedEvent] - DateState changed from 2019-12-27 00:26:39 MEZ to 2019-12-27 00:27:09 MEZ
2019-12-27 00:27:25.296 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from BOTTOM to TOP
2019-12-27 00:27:25.305 [vent.ItemStateChangedEvent] - EmmaStatus changed from BOTTOM to TOP
2019-12-27 00:27:25.309 [vent.ItemStateChangedEvent] - Emma changed from 100 to 0
2019-12-27 00:27:25.314 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 100 to 0
2019-12-27 00:27:31.494 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from TOP to BOTTOM
2019-12-27 00:27:31.499 [vent.ItemStateChangedEvent] - EmmaStatus changed from TOP to BOTTOM
2019-12-27 00:27:31.502 [vent.ItemStateChangedEvent] - Emma changed from 0 to 100
2019-12-27 00:27:31.506 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 0 to 100
2019-12-27 00:27:39.185 [vent.ItemStateChangedEvent] - Date changed from 2019-12-27T00:26:39.110+0100 to 2019-12-27T00:27:39.114+0100
2019-12-27 00:27:39.191 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:27:09.336+0100 to 2019-12-27T00:27:39.114+0100
2019-12-27 00:27:39.263 [vent.ItemStateChangedEvent] - Elevation changed from -64.68864953216017 to -64.6840798607543
2019-12-27 00:27:39.405 [vent.ItemStateChangedEvent] - CurrentDate changed from 2019-12-27T00:27:09.336+0100 to 2019-12-27T00:27:39.343+0100
2019-12-27 00:27:39.407 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:27:39.114+0100 to 2019-12-27T00:27:39.343+0100
2019-12-27 00:27:39.411 [vent.ItemStateChangedEvent] - ntp_ntp_local_string changed from 2019-12-27 00:27:09 MEZ to 2019-12-27 00:27:39 MEZ
2019-12-27 00:27:39.415 [vent.ItemStateChangedEvent] - DateState changed from 2019-12-27 00:27:09 MEZ to 2019-12-27 00:27:39 MEZ
2019-12-27 00:27:57.899 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from BOTTOM to TOP
2019-12-27 00:27:57.905 [vent.ItemStateChangedEvent] - EmmaStatus changed from BOTTOM to TOP
2019-12-27 00:27:57.909 [vent.ItemStateChangedEvent] - Emma changed from 100 to 0
2019-12-27 00:27:57.911 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 100 to 0
2019-12-27 00:28:05.082 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from TOP to BOTTOM
2019-12-27 00:28:05.088 [vent.ItemStateChangedEvent] - EmmaStatus changed from TOP to BOTTOM
2019-12-27 00:28:05.091 [vent.ItemStateChangedEvent] - Emma changed from 0 to 100
2019-12-27 00:28:05.094 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 0 to 100
2019-12-27 00:28:09.424 [vent.ItemStateChangedEvent] - CurrentDate changed from 2019-12-27T00:27:39.343+0100 to 2019-12-27T00:28:09.346+0100
2019-12-27 00:28:09.429 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:27:39.343+0100 to 2019-12-27T00:28:09.346+0100
2019-12-27 00:28:09.433 [vent.ItemStateChangedEvent] - ntp_ntp_local_string changed from 2019-12-27 00:27:39 MEZ to 2019-12-27 00:28:09 MEZ
2019-12-27 00:28:09.436 [vent.ItemStateChangedEvent] - DateState changed from 2019-12-27 00:27:39 MEZ to 2019-12-27 00:28:09 MEZ
2019-12-27 00:28:31.804 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from BOTTOM to TOP
2019-12-27 00:28:31.816 [vent.ItemStateChangedEvent] - EmmaStatus changed from BOTTOM to TOP
2019-12-27 00:28:31.826 [vent.ItemStateChangedEvent] - Emma changed from 100 to 0
2019-12-27 00:28:31.831 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 100 to 0
2019-12-27 00:28:38.777 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from TOP to BOTTOM
2019-12-27 00:28:38.785 [vent.ItemStateChangedEvent] - EmmaStatus changed from TOP to BOTTOM
2019-12-27 00:28:38.793 [vent.ItemStateChangedEvent] - Emma changed from 0 to 100
2019-12-27 00:28:38.797 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 0 to 100
2019-12-27 00:28:39.183 [vent.ItemStateChangedEvent] - Date changed from 2019-12-27T00:27:39.114+0100 to 2019-12-27T00:28:39.120+0100
2019-12-27 00:28:39.190 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:28:09.346+0100 to 2019-12-27T00:28:39.120+0100
2019-12-27 00:28:39.251 [vent.ItemStateChangedEvent] - Elevation changed from -64.6840798607543 to -64.67796732156135
2019-12-27 00:28:39.404 [vent.ItemStateChangedEvent] - CurrentDate changed from 2019-12-27T00:28:09.346+0100 to 2019-12-27T00:28:39.354+0100
2019-12-27 00:28:39.408 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:28:39.120+0100 to 2019-12-27T00:28:39.354+0100
2019-12-27 00:28:39.411 [vent.ItemStateChangedEvent] - ntp_ntp_local_string changed from 2019-12-27 00:28:09 MEZ to 2019-12-27 00:28:39 MEZ
2019-12-27 00:28:39.414 [vent.ItemStateChangedEvent] - DateState changed from 2019-12-27 00:28:09 MEZ to 2019-12-27 00:28:39 MEZ
2019-12-27 00:29:05.119 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from BOTTOM to TOP
2019-12-27 00:29:05.122 [vent.ItemStateChangedEvent] - EmmaStatus changed from BOTTOM to TOP
2019-12-27 00:29:05.133 [vent.ItemStateChangedEvent] - Emma changed from 100 to 0
2019-12-27 00:29:05.137 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 100 to 0
2019-12-27 00:29:09.443 [vent.ItemStateChangedEvent] - CurrentDate changed from 2019-12-27T00:28:39.354+0100 to 2019-12-27T00:29:09.358+0100
2019-12-27 00:29:09.451 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:28:39.354+0100 to 2019-12-27T00:29:09.358+0100
2019-12-27 00:29:09.457 [vent.ItemStateChangedEvent] - ntp_ntp_local_string changed from 2019-12-27 00:28:39 MEZ to 2019-12-27 00:29:09 MEZ
2019-12-27 00:29:09.461 [vent.ItemStateChangedEvent] - DateState changed from 2019-12-27 00:28:39 MEZ to 2019-12-27 00:29:09 MEZ
2019-12-27 00:29:10.064 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 272 to 273
2019-12-27 00:29:10.313 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 273 to 274
2019-12-27 00:29:11.612 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 274 to 275
2019-12-27 00:29:11.659 [vent.ItemStateChangedEvent] - zwave_device_f0ca04d8_node2_sensor_temperature changed from 6.7 Ā°C to 6.8 Ā°C
2019-12-27 00:29:11.665 [vent.ItemStateChangedEvent] - Multi1_temp changed from 6.7 to 6.8
2019-12-27 00:29:11.886 [vent.ItemStateChangedEvent] - zwave_serial_zstick_f0ca04d8_serial_sof changed from 275 to 276
2019-12-27 00:29:12.245 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from TOP to BOTTOM
2019-12-27 00:29:12.248 [vent.ItemStateChangedEvent] - EmmaStatus changed from TOP to BOTTOM
2019-12-27 00:29:12.251 [vent.ItemStateChangedEvent] - Emma changed from 0 to 100
2019-12-27 00:29:12.254 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 0 to 100
2019-12-27 00:29:19.953 [vent.ItemStateChangedEvent] - SchlafenElternStatus changed from INTERMEDIATE to VENTILATION
2019-12-27 00:29:19.975 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_4_status changed from INTERMEDIATE to VENTILATION
2019-12-27 00:29:19.982 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_4_control changed from 25 to 75
2019-12-27 00:29:19.991 [vent.ItemStateChangedEvent] - SchlafenEltern changed from 25 to 75
2019-12-27 00:29:38.756 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from BOTTOM to TOP
2019-12-27 00:29:38.770 [vent.ItemStateChangedEvent] - EmmaStatus changed from BOTTOM to TOP
2019-12-27 00:29:38.775 [vent.ItemStateChangedEvent] - Emma changed from 100 to 0
2019-12-27 00:29:38.780 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 100 to 0
2019-12-27 00:29:39.185 [vent.ItemStateChangedEvent] - Date changed from 2019-12-27T00:28:39.120+0100 to 2019-12-27T00:29:39.123+0100
2019-12-27 00:29:39.193 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:29:09.358+0100 to 2019-12-27T00:29:39.123+0100
2019-12-27 00:29:39.253 [vent.ItemStateChangedEvent] - Elevation changed from -64.67796732156135 to -64.67031200944042
2019-12-27 00:29:39.432 [vent.ItemStateChangedEvent] - CurrentDate changed from 2019-12-27T00:29:09.358+0100 to 2019-12-27T00:29:39.367+0100
2019-12-27 00:29:39.436 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:29:39.123+0100 to 2019-12-27T00:29:39.367+0100
2019-12-27 00:29:39.440 [vent.ItemStateChangedEvent] - ntp_ntp_local_string changed from 2019-12-27 00:29:09 MEZ to 2019-12-27 00:29:39 MEZ
2019-12-27 00:29:39.443 [vent.ItemStateChangedEvent] - DateState changed from 2019-12-27 00:29:09 MEZ to 2019-12-27 00:29:39 MEZ
2019-12-27 00:29:45.727 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from TOP to BOTTOM
2019-12-27 00:29:45.733 [vent.ItemStateChangedEvent] - EmmaStatus changed from TOP to BOTTOM
2019-12-27 00:29:45.746 [vent.ItemStateChangedEvent] - Emma changed from 0 to 100
2019-12-27 00:29:45.752 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 0 to 100
2019-12-27 00:30:09.451 [vent.ItemStateChangedEvent] - CurrentDate changed from 2019-12-27T00:29:39.367+0100 to 2019-12-27T00:30:09.372+0100
2019-12-27 00:30:09.470 [vent.ItemStateChangedEvent] - ntp_ntp_local_dateTime changed from 2019-12-27T00:29:39.367+0100 to 2019-12-27T00:30:09.372+0100
2019-12-27 00:30:09.475 [vent.ItemStateChangedEvent] - ntp_ntp_local_string changed from 2019-12-27 00:29:39 MEZ to 2019-12-27 00:30:09 MEZ
2019-12-27 00:30:09.481 [vent.ItemStateChangedEvent] - DateState changed from 2019-12-27 00:29:39 MEZ to 2019-12-27 00:30:09 MEZ
2019-12-27 00:30:11.964 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from BOTTOM to TOP
2019-12-27 00:30:11.969 [vent.ItemStateChangedEvent] - EmmaStatus changed from BOTTOM to TOP
2019-12-27 00:30:11.972 [vent.ItemStateChangedEvent] - Emma changed from 100 to 0
2019-12-27 00:30:11.975 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_control changed from 100 to 0
2019-12-27 00:30:19.295 [vent.ItemStateChangedEvent] - elerotransmitterstick_elerochannel_112565ac_2_status changed from TOP to BOTTOM
2019-12-27 00:30:19.306 [vent.ItemStateChangedEvent] - EmmaStatus changed from TOP to BOTTOM
2019-12-27 00:30:19.311 [vent.ItemStateChangedEvent] - Emma changed from 0 to 100

openhab.log

2019-12-27 00:25:57.952 [WARN ] [rest.core.item.EnrichedItemDTOMapper] - Failed transforming the state 'NULL' on item 'Lueftung_FilterfehlerE' with pattern 'MAP(comfoair_filter.map):%s': Couldn't transform value because transformation service of type 'MAP' is not available.
2019-12-27 00:25:57.969 [WARN ] [rest.core.item.EnrichedItemDTOMapper] - Failed transforming the state 'NULL' on item 'Lueftung_FilterfehlerI' with pattern 'MAP(comfoair_filter.map):%s': Couldn't transform value because transformation service of type 'MAP' is not available.
2019-12-27 00:29:46.737 [INFO ] [el.core.internal.ModelRepositoryImpl] - Refreshing model 'rrd4j.persist'
2019-12-27 00:30:57.020 [WARN ] [rest.core.item.EnrichedItemDTOMapper] - Failed transforming the state 'OFF' on item 'Windwaechter' with pattern 'MAP(en.map):%s': Couldn't transform value because transformation service of type 'MAP' is not available.
2019-12-27 00:30:57.025 [WARN ] [rest.core.item.EnrichedItemDTOMapper] - Failed transforming the state 'OFF' on item 'Windwaechter' with pattern 'MAP(en.map):%s': Couldn't transform value because transformation service of type 'MAP' is not available.
2019-12-27 00:30:57.094 [WARN ] [rest.core.item.EnrichedItemDTOMapper] - Failed transforming the state 'OFF' on item 'Windwaechter' with pattern 'MAP(en.map):%s': Couldn't transform value because transformation service of type 'MAP' is not available.

Then it is not a persistence problem, you have a problem with those items. If they are not showing in the log

How about the functionality of those switches and setpoints? Does the thing linked by these items react?
Such automatic switching back sound as if the channel is not connected (thing offline or channel not linked) although I would expect that to happen within a second.

Hi Juergen,

it is a virtual setpoint item to set the time when the rollershutters should open.
It works for the default values, but not when the values are changed in the sitemap. The new values just stay for about 10 to 20 min before they switch to the default ones. And the change is not shown in the logs, which is really strange to me, because it worked with OH 2.4.

Hence I thought it has to do with the persistence.
Do I need to do something in rules that when a new setpoint is chosen, postupdate of values take place?

Hi again, I created a new test switch and in fact persistence works fine.
I think I found the issue. I had a rule which defines at system start default values for the virtual switches and setpoints. Since OH2.5 this rule fires all the time.
When I put it on not active, the values stay and persistence works.

Do you know why the condition " when System started" triggers in regular sequences w/ OH2.5?
With OH 2.4 I am quite sure it triggered only after a reboot and then persistence took over.

There are a few threads running about unexpected ā€œSystem startedā€ triggers

This isnā€™t related I think, but worth fixing -

Iā€™m seeing similar issues. I rotate my logs every day, which means a daily stop and start of openhab2.service while logrotate does its thing. A subset of Items (not all) come up as NULL. The Items are not restored until the Binding in question establishes itself and sets the state.

I have had this problem since upgrading to 2.5 whereas it was not an issue in previous versions.

I use MapDB for my Persistence and only have one Persistence service set to restoreOnStartup.

OK I think I see what is going on. Iā€™m speculating this is happening:

  1. openhab2.service starts
  2. Bindings start and associate NULL values for their Items
  3. Rules start running
  4. Persistence starts restoring

Itā€™s possible 3 and 4 run in parallel but perhaps 4 is laggy, and some Rules start running before the Persistence has restored the value. Then when Persistence restores the value, we have an Item state change triggering rules.

What I canā€™t determine from the logs is if Persistence is restoring the value or if the Binding is. The events.log just has a ItemStateChangedEvent log entry. If someone knows how to determine what is setting the Itemā€™s value, please let me know.

In my case, Iā€™m using NetworkUpsTools and Iā€™m guessing the Binding takes a second to set the values of Items. However, Iā€™m seeing this issue with other Bindings but the NetworkUpsTools scenario seems to be the most repeatable as Iā€™m debugging this.

SInce OH 2.5.0, multiple users reported increased ā€˜system startedā€™ triggers as well as other timing (mostly delays) of the persistence restore actions. Not much you can do about it, except something drastic like renaming the rules and rename them back a few minutes after startupā€¦

Having said that, for Items that receive frequent updates from the binding, you should consider to not use the persistence service but rely on the state restore by the binding shortly after startup. The persistence service for restore on startup is primarily aimed at devices (usually battery operated) that only ā€˜phone homeā€™ when they have something new to report.

1 Like

Thanks for the info. I just happened to notice that I can make use of Item.previousState.state while searching the forums, which will help me out quite a bit. I can skip rules if the value is NULL.

Indeed, an easy way to check if it is a transition from NULL to a value, but remember it does not distinguish between getting a value from the binding or from restore on startup.