Home Assistant data not received on status 200

Hi guys, I’m trying to use home assistant instead of Oxley solar so I can get consumptiojn data to pvoutput.
The error checking is pretty average but I got it to log this;
Success. Url: https://pvoutput.org/service/r2/addoutput.jsp. Status code: 200. Payload: b’d=20220916&t=06:35&v1=2021078&v2=11&v3=1283133&v4=464&v6=237.4&c1=1’
From what I can see with a status 200, the data has been received
But I am not seeing any data.
Is this because the system has generated 74 MWh by the inverter but the new meters in Home assistant have only been in place for about 2 MWh? Should I add an offset to the data? Can I format the payload differently? (I have full control of what I send)
Any help would be appreciated.

This thread has most of the answers you want I think.

Replace “addoutput.jsp” with “addstatus.jsp”.

Add Output send end of day summary data, while Add Output sends the 5-minute updates.

Thank you so much. That was it!