Getextended.jsp

Hi all,

Trying to get extended data via the getextended.jsp call but I receive
Bad request 400: No system or data found

Even though I see information on the web page displaying extended data (temp, humidity, gas, …)

Any thoughts what I am doing wrong.

Martijn

What is the full request you’re making? (excluding your key)

I see the OP never responded, but I am seeing this response code too; Extended data is returned from getstatus.jsp, but getextended.jsp always returns ‘400’.

My request is

curl --location --request GET 'https://pvoutput.org/service/r2/getextended.jsp?df=20251001&dt=20251002' \
--header 'X-Pvoutput-Apikey: <redacted>' \
--header 'X-Pvoutput-SystemId: 60955' 

I also get a 400 if I don’t send the df and dt parameters

Any ideas?

Note that ‘Get Extended’ request retrieves the extended data daily summaries rather than the 5-minute data.

e.g. https://pvoutput.org/extended.jsp?id=68608&sid=60955

The system would need to have one or more parameters configured with a daily summary for this data to appear

Thanks. That clears up what is happening. I can modify my app to deal with that.