Persist Historic State manually

Hello everyone.

I have an item for my energy consumption wich was not updated for a long time. But i have my consumption written down manually.

Question: Is it possible to save/persist these values manually?

I know there is the method item.persist for rules, but is there also something linke
item.persist(value, timestamp)
maybe for the console?

This way it would be possible to set at least a few data points for the past.

Thanks! :blush:

Have a look to the REST API

1 Like

Be aware that persistence service must be modifiable. It works with JDBC (above 3.3 release afaik), influx and dynamodb. Not sure about rrd and others.