Please add the date to the export. Right now Export only contains days back, so basically I have to fill that in By myself.
if I archive these Csv, I have to also remark the date when it was exported otherwise the file will get useless.
This site is now in read-only archive mode. Please move all discussion, and create a new account at the new Victron Community site.
Please add the date to the export. Right now Export only contains days back, so basically I have to fill that in By myself.
if I archive these Csv, I have to also remark the date when it was exported otherwise the file will get useless.
The MPPT itself does not store the date.
I will ask the developers if it is possible to use the date from the device that is connected (ie your phone) when writing the export file.
I'd like to chime in for support for this - any device is going to be hitting a canonical datetime server regularly enough the date on it will be reliable... I've been pondering writing a script to auto-generate unix timestamps based on export date minus days ago, but that really shouldn't be necessary.
As Victron is really slow in adding stuff to their app, I wrote myself a powershell script which does this job. It will put all Csv into one and add the date. It will then eliminate the double dates (usually when you export, the day has not finished, so I will leave out day 0 and if there are still double values I will take the one that has more yield). But really Victron, with a little will, this could be implemented easy! As said, the loader does not have to do this. This could be easily handled by the export on the phone
13 People are following this question.