A ‘variable’ inaccuracy in Current Cost reading sent to PVOutput.org

5 replies [Last post]
DoubleSpeed
Offline
Bristol, United Kingdom
Joined: 31 Mar 2012
For a few days now I’ve been monitoring my end of my ‘actual’ end of day FIT meter reading and the end of day PV Output reading so right now I don’t have a lot of data to work with however so far I’m seeing the actual FIT meter KW/h reading shows 10% to 23% more than my PV Solar output recorded on PV Output. I think this is a generally accepted problem as PV Output allow you to add a custom rule to adjust the power amount so there is a way to adjust it however the issue is that it is not out by a fixed amount on poor/cloudy generations days the difference I’ve seen is just under 10% and on a much brighter higher-output generation day I’ve seen a 22.96% difference. I don’t feel that averaging the amount and setting this as a fixed percentage will give me an accurate reading so looking to apply a more complex custom rule.

Assume other HAH users are having this same issue and I wanted to ask how you are dealing with this?

I see from the help on PVOutput.org an example rule where….

‘When power is greater than 1000W, increase by 10W, when power is greater than 1500W, decrease 10W, otherwise decrease it by 5%’

if(power > 1000) power += 10; else if(power > 1500) power -= 10; else power *= 0.95;

Also wondered if there is an easy way for me to work out how I need to adjust mine in view of a lower percentage need when less watts are being generated and a higher percentage with more watts, I have the history in PVOutput.org (and I guess pachube.com although I’m not too sure how to extract legend/history from here) can anyone suggest how I work out/construct my proposed rule?
g7pkf
Offline
United Kingdom
Joined: 11 Jan 2011
PVoutput

In the rules you can adjust the output.

 

if(power < 40) power = 0;power *= 1.02;

 

1.02 means it increases my output by 2% to allow for currentcost inaccuracies

DoubleSpeed
Offline
Bristol, United Kingdom
Joined: 31 Mar 2012
Yeah the thing is with mine
Yeah the thing is with mine is it seems to be out by quite a bit and has said it varies as well between low and high output days so it looks like I need to do something more complicated to achieve a more accurate record on PVOutput, that’s why I was looking at this more complicated rule….

‘When power is greater than 1000W, increase by 10W, when power is greater than 1500W, decrease 10W, otherwise decrease it by 5%’

if(power > 1000) power += 10; else if(power > 1500) power -= 10; else power *= 0.95;

Just wondered if anyone else is suffering the big variances that I am?
allanayr
Offline
Ayr, United Kingdom
Joined: 25 Sep 2011
Variation

I also have quite a big variation in the actual values and the ones reported by Current Cost in particular at low readings the CC significantly over-reads, so for instance when the inverter reads 10w the CC will read 150w. When I used my own script to post to PVoutput I put in some fairly large adjustments at low wattages to try and compensate.

DoubleSpeed
Offline
Bristol, United Kingdom
Joined: 31 Mar 2012
I must admit I've not done a
I must admit I've not done a teal-time direct comparison between the output shown on my inverter and the Current Cost I’ve just looked at the end of day totals and the compared the kind of days e.g. very dull with low output compared the sunnier ones and the percentage difference drastically increases the more power output with the PVOutput totals being less than the real meter reading also I noticed on a very dull day this was reversed and the PVOutput was actually higher so it’s all over the shop!

Using a rule in PVOutput like this…

if(power < 50) power = 0; if(power > 2000) power += 20; else if(power > 1200) power += 15; else if(power > 600) power += 10; else if(power > 250) power -= 8; else power *= 0.91;

Might help however I’m going to somehow work out how to structure the rule, I’m not too sure how I’m going to work it out
kevin9
Offline
Lincolnshire, United Kingdom
Joined: 24 May 2010
Not a Fiscal Meter

In CurrentCost's defence, they have never promoted their clamp based systems as fiscal meters, but as guides to typical endusers (ie not us) to enable them to manage their electricity use better

It may be that their Optismart meter reader is better beause it counts the pulses given out by your meter, but I have no personal experiences of using this sensor

kevinT

Hardware Info