Friday 14 July 2017

One year on from the inverter upgrade

We installed our PV panels in 2011 and last year we upgraded the inverter system, installing SolarEdge equipment. We were promised better yields, but are we getting them? After one full year with the new inverter I have a reasonable answer. In this post I show how I have estimated the improvement, correlating yield with the old system with weather data from the MET office and using this to predict what we would have got recently if we had not upgraded. The prediction function I derived was 98% accurate, which I was very pleased with. Using this I have estimated the improvement to be 5.9%.


Fortunately I have been recording my solar panel yield weekly since they were first installed, so I have a lot of data to go on. In order to estimate the improvement in yield I have to work out what we would have got with the old inverters. In a perfect world, with perfect weather data and an ideal installation this would be straightforward. In practice, the best weather data I have managed to find is monthly total sun hours from the MET office for East Anglia [1]. (There seem to be some issues with the sunshine data recorded at the local Cambridge Digital Laboratory.) However 'sunshine hours' isn't quite the same as total solar energy. Also, although our panels face almost due South they suffer from shading in the early morning due to a wall to the East. So I have used statistical techniques for my estimation.

So as not to overwhelm you with details, I will give you the charts and the final results first. The detail is in the appendix.

The first step is to work out how to predict yield using data from before the SolarEdge installation. The appendix shows the detail of the model I have used. In the graph below, I have plotted estimated PV yield by month (solid black circles) and actual yield (open circles). The difference between them (shown as a thin black line) is the error in my model. However they are generally pretty close.
.

Prediction of PV based on time of year (red part) and sunshine (green part) before the inverter upgrade. Black solid circles are predicted yield and open circles are the actual yield. R-squared is 0.98 showing the prediction is 98% accurate.

The red part varies with the season but not with the weather - this allows for the fact that even when it is not sunny the PV panels still get diffuse light and the green part is linked to how much sunshine we have had. The brown bit at the bottom is a constant which is negative - this might be due to our shading problem.

The second step is to use this predictor function to work out what we would have got from the panels with the old inverters. This graph compares the predicted with the actual yield, starting in July last year (it was installed during June). Using one whole year of data the improvement seems to be 5.9%.

Comparison of predict PV yield with actual yield after the SolarEdge equipment was installed -based on one year it seems to be 5.9% better.caption
Over the year we have generated an extra 84 kWh (from a 1.8 kWp array, smaller than most). This gets us an extra £43 in Feed in Tariff plus savings on our bill for any of the extra PV we have actually used. Assuming this performance continues (arguably one year of data is not really a fair test) this will not pay for itself within the lifetime of the panels, but we didn't do it just for the money. We get more renewable energy, plus it is great fun having the SolarEdge monitoring app on my phone. Also, having the monitoring means that if anything does go wrong we will notice it quickly so we will lose less from down time, if that happens.

(This post is effectively an update from an earlier one in May which I have now deleted. As well as having a whole year of new data I have improved the estimation slightly.)

Appendix - the prediction function.

By educated trial and error I have devised a formula for the yield with the following form:

pv = ksun * sun.hours * angle.adjust + kelev * sin.elevation + k0.

where ksun, kelev and k0 are constants that I have estimated by regression analysis (least squares fit).

elevation is the elevation of the sun at midday in the middle of the month. Calculating this is too complex to describe here. I got it from [2].

sun.hours is the number of hours of sun/day, calculated from the MET data [1] by dividing the monthly total by the number of days in the month.

angle.adjust is an adjustment factor depending on the sun elevation and the angle of our panels. Our panels are at 48 degrees to the horizontal (measured with a mobile phone app which was much easier than a ruler) so
sun.angle.adjust = sin(elevation+48)

sin.elevation is a measure of the power of the sun at the time of year
sin.elevation = sin(elevation)

The angle of the panels affects the bright sunshine component (ksun) but not the indirect sun.

If any of you have historical data for your PV yield then you can try this too. Let me know if you want my code as a reference (it is in R).



[1] UK and Regional Series (MET office)
[2] Elevation Angle (PV Education.org)

No comments:

Post a Comment

Comments on this blog are moderated. Your comment will not appear until it has been reviewed.