InfluxQL: getting daily energy consumption (difference) with sparse data and fill(previous)
we are monitoring the power consumption of beamers. They are often plugged off during weekends – in this case, we can not gather any power consumption data. Our typical data looks like this:
Addition of 2 last() values
I’m trying to add 2 values in a single query, retrieved using the last()
operator.
Addition of 2 last() values
I’m trying to add 2 values in a single query, retrieved using the last()
operator.