Up to at least 6:30 GMT+2, it returns day before yesterday’s values:
# Date/Time: 2024/04/12 06:30:00 (GMT+2)
https://pvoutput.org/service/r2/getoutput.jsp?limit=2&df=20240410&dt=20240412
20240410,10732,2.269,10732,0,3408,12:55,Cloudy,26,50,0,0,0,0
Around 7:30 GMT+2, it begins to return yesterday’s values:
# Date/Time: 2024/04/12 07:30:00 (GMT+2)
https://pvoutput.org/service/r2/getoutput.jsp?limit=2&df=20240410&dt=20240412
20240411,26196,5.538,26196,0,3840,13:40,Fine,27,63,0,0,0,0
Took me a while to find out why the values in the DB I’m dumping this into were offset by a day - as long as I fetched the data at 01:00 GMT +2
According to web UI, my data is basically always up to date, so there’s no delay from that end.
Not a big deal, but any idea why it behaves that way?