Currently I have my Fronius Inverter setup to do automatic push every 5 minutes live, and that’s working great.
I don’t currently have live consumption / export monitoring, but I do have that data available next day via Powershop. This is net export / import data.
I am working on a script that’ll a) spread the 30 minute slices I get from Powershop into 5 minute slices to match generation and b) upload using the Batch Status API. I would like the net data I add at the end of the day to be combined with the generation data that’s already there to derive consumption, however it looks like the Batch Status API doesn’t support the “net” feature that the single status API has.
Is what I’m trying to achieve possible? If not, is it possible to add that feature?