Background:
My inverter doesn’t have ability to show imported/exported power, only what the solar array actually generates: SimonWorkshop 20.210kW
I’m waiting for clamps to get in stock, so I can purchase iotawatt or similar. In the meantime, my power company has an API that I can scrape net import/export from, which I’d like to export to pvoutput so I can see my actual consumption/export statistics.
However, this data is only available retrospectively (a day or two behind), and only at 1hr resolution.
If I use API to upload this data, into v8/v9 with hourly samples (see extended data tab of) I don’t see the actual data, except at the start/end. v7 is already used for “internal temperature” (of my inverter, 5min samples).
https://pvoutput.org/intraday.jsp?id=105339&sid=92331&dt=20220818&gs=1&m=1
I converted data to cumulative value (rather than hourly), didn’t help. Do I need to resample it to match the v7 data? Ugh