Hi all
Is the following possible to do in influx:
I have kWh-data comming into influx every 10 minutes +/- a random delay of a few seconds.
Lets say I have data at 14:54 and 15:04, is it possible to interpolate and get the value at 15:00, and do the same for all hours the last 24h?
Or do I have to write my own script in e.q. python?
Thanks