Saving value with yesterday date - influxDB OH3

Hey,
I’m getting data from energy meters and storage it in influxdb to visualize it in grafana.
I’m also getting data from energy supplier but with 24h delay.
How to save this data to influxdb with yesterday date so I will se it as used energy from yesterday?

You’ll have to either bypass OH and insert that data into the database yourself directly, or you’ll have to use openHAB’s REST API to insert it where you can supply the timestamp for the entries.