Status update not showing on site

I’m addting output using the addstatus URL, and seemingly in compliance with the API. However, the status updates are not appearing.

The command I’m running is below (with the API key removed):

curl -d “d=20250204”, -d “t=17:57”, -d “v1=5800” -d “v2=1200” -H “X-Pvoutput-Apikey: MyKey” -H “X-Pvoutput-SystemId: 107760” https://pvoutput.org/service/r2/addstatus.jsp

The API returns “OK 200: Added Status”. I’ve run 5 minute updates for days with that same response, but nothing appears. I even created two new test systems – same problem.

Remove the comma

Perfect – I hadn’t spotted the comma. Works now, thank you.