G’day,
I’ve been exploring using the Live Loader as a possible solution to an earlier problem I had posted about (is there a way to add Live data back into pvoutput).
I’ve run into an issue with validation. The data looks OK but I think I may have run into a specific issue I’m not sure how to resolve. When running validation it often gives up and marks a bunch of records to skip and/or in red. I think I’ve worked out that it does this because the help page advises that the energy generated MUST only be a larger number (i.e not a series of energy values at the point in time).
I wanted to check if this was in fact the expected behaviour.
Enphase’s data export gives me values in the form
time (in a 15 minute increment) , energy generated during that increment (in wH)
07:00:00,10
07:15:00,20
07:30:00,30
07:45:00,20
The last record would get skipped…
I’ve searched google and found an old thread that describes this specific issue but I wasn’t able to work out if this had been resolved or not.
Namely that Enphase’s CSV specifically says it exports in the form of time and energy (in Wh) but the thread seemed to indicate that pvoutput expects to see a cumulative energy in wH (even if the cumulative button is not ticked).
Any ideas if this is a bug in the live loader or simply needs some massaging of the data from Enphase reporting…