Add Batch Status results in wrong energy

Using the addbatchstatus.jsp API, the resulting values on PVOutput are strange and are not the same as values I sent.

The resulting values for example are visible on: boraxstraat 3.850kW
The energy value (1.431kWh) is frozen from 09:40 until 11:00, which is strange because I send the power and energy value.

I’m using the following url:
http://pvoutput.org/service/r2/addbatchstatus.jsp?key=xxxxxxxx&sid=86280&c1=1&data=

The first time is send the data (seperated bij a semi-column) and the values on PVOutput are identical:
20220922,07:20,0,0
20220922,07:25,3,33
20220922,07:30,8,74
20220922,07:35,20,158
20220922,07:40,36,210
20220922,07:45,57,265
20220922,07:50,82,321
20220922,07:55,110,373
20220922,08:00,146,450
20220922,08:05,187,528
20220922,08:10,231,572
20220922,08:15,279,620
20220922,08:20,331,669
20220922,08:25,387,715
20220922,08:30,442,713
20220922,08:35,500,753
20220922,08:40,562,787
20220922,08:45,625,810
20220922,08:50,689,823
20220922,08:55,754,838
20220922,09:00,821,858
20220922,09:05,895,959
20220922,09:10,967,939
20220922,09:15,1042,969
20220922,09:20,1118,983
20220922,09:25,1195,985
20220922,09:30,1273,1007
20220922,09:35,1351,1025
20220922,09:40,1431,1037

The second time I send the next data:
20220922,09:45,1512,1044
20220922,09:50,1593,1042
20220922,09:55,1675,1062
20220922,10:00,1759,1078
20220922,10:05,1843,1098
20220922,10:10,1930,1113
20220922,10:15,2017,1125
20220922,10:20,2105,1143
20220922,10:25,2195,1159
20220922,10:30,2285,1161
20220922,10:35,2375,1168
20220922,10:40,2467,1193
20220922,10:45,2563,1239
20220922,10:50,2662,1283
20220922,10:55,2764,1316
20220922,11:00,2868,1343
20220922,11:05,2974,1366
20220922,11:10,3082,1394
20220922,11:15,3191,1420
20220922,11:20,3303,1451
20220922,11:25,3417,1469
20220922,11:30,3533,1494
20220922,11:35,3651,1518
20220922,11:40,3770,1550
20220922,11:45,3891,1565
20220922,11:50,4013,1584
20220922,11:55,4136,1582
20220922,12:00,4259,1594
20220922,12:05,4385,1616

The result on PVoutput is that the power is correct, but the energy value is not updated until 11:00. The result at the end of the day is that the produced energy value of the day is to low.

Also strange is that is only happens one time during the day. On Sept 27th the same effect is vissible boraxstraat 3.850kW But the energy is only frozen from 8:35 till 8:50.

Try the request without “c1=1”. This is the cumulative indicator for lifetime energy uploads.

Thank you. This solution corrects the problem.