How to duplicate measurement values from one day to another

Hello @galaxy,
Welcome!
Hmm that’s not super easy with 1.x.
I recommend querying the data and using something like python and pandas to shift the timestamps/generate new ones and then write the data back to InfluxDB.

1 Like