Event for Persistence Services

Hi

Are they any events generated by persistence binding like InfluxDB, RRD like ItemStateChange in openhab core? If so, what are they? Thanks

Persistence services themselves do not generate any events, they do react on them. There might be one special situation - when restoreOnStartup strategy is being used the PersistenceManager might fire an additional event which is distinct from item state changes.

Ok thank you.

Hi … any chance that this event will be generated? Or whether it is worth to implement events for persistence service? Reason being that I have a requirement to react to a such historical data update event when data is stored in db e.g perform extra calculation .