I have an account with active donation.
Using the Web interface I can see good data for Energy Used against my system.
However the Energy Consumption field returns NaN with this example POST request.
Request:
curl -v -d “d=20220601&h=1&limit=288&ext=0&sid1=SYSTEM_ID” -H “X-Rate-Limit: 1” -H “X-Pvoutput-Apikey: API_KEY” -H “X-Pvoutput-SystemId: SYSTEM_ID” http://pvoutput.org/service/r2/getstatus.jsp
Returns:
20220601,23:55,47898,2.456,0,0,0.000,NaN,NaN,NaN,NaN;20220601,23:50,47898,2.456,0,0,0.000,NaN,NaN,NaN,NaN
There has been a similar topic that mentions the consumption data is only available for your own system, but API_KEY and SYSTEM_ID match my account correctly.
Thanks for any assistance.