I got my new car last week and I would like to use grafana to get an daily overview of the amount energy charged. My charging station has an electricity meter in it and I have access to it through a websocket connection.
The meter values are stored in the column “value”. It is just an up countng value and I need the difference between two values to get the amount of charged energy.
Actually this is the issue I’m facing. How do I get the difference between this two values?
When I use InfluxDB it is just “difference()” to achive that goal…
just change the time(1h) to 1d or whatever time you need it to read over (if anyone can convert this to flux please can you pass it on in struggling a bit to get it working)