Hi Dave,
Thanks for your reply
I see that you are downloading the 'Standard' data set
As i am new to this, I have downloaded, not only the 'Standard' data set, I have also downloaded the 'Custom' 'Energy Storage Device' Data set (using 'All' data)
So I am dealing with two data sets, until I know what I am interested in
I basically gather a months data or each data set type, which I have as a set of CSV files
I then run my PERL script on the data, which analyses the data set parameters, which creates an excel file that shows what the parameters contain and whether they are numeric etc. The script then automatically creates a csv file with just the fields that are worth looking at (that is, are not null, don't have the same content in each entry etc)
The issues I have are with the larger data set from the 'Energy Storage Device logs
I will try and attach the analysis files here to show...
This is the analysis for the 'Standard' logs (which you use)
This is the analysis for the 'Energy Storage Device' logs
After my perl script filters the data, I am left with the following data...
Standard Logs...
Energy Storage Logs...
As you can see, it reduces the data set somewhat ready for analysis
Here is the top of my filtered Excel file (of the Energy Storage Device Stats)
You can see one of the points I made in the 'loads' columb, where there is a number with 'E8' at the end of it
I am currently working on the next part of my script, where I want to extract data by using a csv specification - so for instance it would create an excel spreadsheet with average power created in each hour... either between two dates, or for all data
I am slowly getting there
However on the way, I am finding these quirks
... and that's before I ask what the data actually means (where it is not obvioous - for instance as follows...
This is entered in my debug file
Step 5: Run Spec file
=====================
Field: pv1Power, Low: 0, High: 0.073
So the high value is the highest in the data set, so is this value in kW?
Anyhow, if you don't use the Energy storage device logs, I guess I am on my own?
Any comments?
Cheers
Malcolm