Hi,
Via POST API http command like
…service/r2/addoutput.jsp? …
I can can correct send consumption daily energy value on midnight with cron job
Is it possible to POST 5 mins “Power Used” in Watts and a daily value for “Consumed energy” in kWh?
I’m missing POST statement params for Power Used in 5 mins interval and for energy I would push 15 minutes values from consumtion energy meter.
Thanks fro help.
Jozef
Maybe batchstatus is the answer:
curl -d “data=20110112,4:15,-1,-1,2000,210” -H "X-Pvoutput-Apikey: Your-API-Key " -H "X-Pvoutput-SystemId: Your-System-Id " https://pvoutput.org/service/r2/addbatchstatus.jsp
OK. I found it.
example SOLUTION
curl -d “data=20200506,4:15,-1,-1,2000,210” -H “X-Pvoutput-Apikey: YourAPIKey” -H “X-Pvoutput-SystemId: YourSystemId” https://pvoutput.org/service/r2/addbatchstatus.jsp