Hi,
I am setting up a custom system which currently only provides Export data.
I have had it sending 5 minute data to https://pvoutput.org/service/r2/addstatus.jsp with only v2 and with n=1. However when I look at the Live data I have so far only seen 1 point plotted per day (possibly just data that I manually uploaded using curl). None of the live data seems to include the automatically uploaded values, even though these are returning “OK 200: Added Status”
When I downloaded the CSV data, it only includes a value (“0”) for POWER_IN, except for the first record which has a “0” for POWER_OUT.
I have also tried uploading Power Generated CSV data through the “Load Live Outputs” web page, but most of the non-zero values are marked as ignore and greyed out.
I then instead tried that with “Energy Generated” values, with non-cumulative values. Most of them are again ignored. I then converted those to cumulative, but leaving the “Cumulative energy values” option on the upload page unchecked. Those values were accepted until they hit the 200kWh level. I then tried using the “Cumulative energy values” option but they were still rejected above 200kWh.
Ideally I want to upload live net Energy Exported or Power Exported data at each 5 minute interval through the API. Am I doing something wrong?