I am just starting out with pvoutput and have been trying to use the “live Loader” to load 5 minute interval data
But it fails to validate any line of input with more than 18000 wH of energy generated.
17999 is OK
18000 is OK
18001 is rejected
over 18001 is rejected
For the life of me I can see what I am doing wrong
Here is an example of some data crafted to show the problem (time, energy gen - wH, energy used - wH), tab separated
14:10 17000 15631 OK
14:15 17001 15663 OK
14:20 17002 15693 OK
14:25 17192 15848 OK
14:30 21731 16176 Rejected
14:35 17333 16433 OK
14:40 18000 16470 OK
14:45 18001 16507 Rejected
14:50 23495 20000 Rejected
It is only the Energy Generated that has an issue, the Energy Used can go over 18KwH without being rejected
Has anyone else come across this?
Am I doing anything really dumb here?
Note: The data above has been tweaked by hand to illustrate exactly where it breaks