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?