Hello,
In the Live graph, starting today, the information for Power Used (automatically calculated by the site using the v3 field) is no longer displayed. This data had always been present until yesterday. Furthermore, starting today, Power Used does not appear in any graphs from previous months, as if it had never been calculated by PVOutput.
I have always sent data using the addstatus.jsp service URL, specifying the following fields:
d: Output Date in the format yyyymmdd
t: Time in the format hh:mm
v1: Energy Generation in the format number watt hours
v3: Energy Consumption in the format number watt hours
Below is an example of today’s JSON sent to PVOutput, which was accepted but does not show the calculated value for Power Used in the Live graph:
{‘url’: ‘link removed to submit ticket’,
‘body’: {‘d’: ‘20251017’, ‘t’: ‘11:43’, ‘v1’: ‘4515142’, ‘v3’: ‘1568267’, ‘v5’: ‘40’, ‘v6’: ‘223.6’, ‘c1’: 1},
‘headers’: {‘X-Pvoutput-Apikey’: ‘hidden_value_for_privacy’, ‘X-Pvoutput-SystemId’: ‘hidden_value_for_privacy’}}
Thanks