I export daily from my laptop from 12 different widget charts the (5 minute) data to separate .csv files. I then use the data to make analyzes in Excel.
During holidays I can also do this via VNC on my iPhone, but that is always very slow and demands a lot from the Pi3B+ on which domoticz runs, sometimes resulting in the pi crashing. So that doesn't really work.
Now I want to do that automatically every day with a dzVents script, where the data ends up in separate numbered .csv files and is stored on the pi in folder xxx. .csv's may therefore not be overwritten, but must be numbered consecutively.
Now I've looked at:viewtopic.php?t=30725 but that doesn't quite do what I want. The outputs are totals per day, so I would like to have 5 minutes of data per day. In addition, the output seems to be overwritten the next time the script runs. I manage to make simple dzVents scripts, but this one is just too complicated for me.
I'm testing on a Pi3b+ but eventually it will run on a Pi4B+ with 8GB of internal memory. On the Pi4B, Bullseye is installed on the 3B+ Buster. On both dzVents 3.1.8. On the 3B+ domoticz 2022.2 on the 4B+ 2023.1 both the stable version.
Who can help build the script to do what I'm trying to achieve? Maybe @waaren?
