Hi!
I am currently running a Goodwe Inverter in my home and have a connection to my dutch smartmeter through the p1 port which is connected to my Mios Vera 3 domotica system.
I have a c# program which reads the inverter data from the USB-HID. Every time I get data from the Inverter (once every 3 minutes) I also get the current Watts and current KWH from the smart meter.
When I use more power than I generate, all numbers are positive and show up correctly in the pvoutput charts.
But when I generate more power than is used, the current Watts I get from the smartmeter are negative (because I export instead of import) and I get an error from pvoutput.
Why is that and how can I resolve this?
pvoutput.org/service/r2/addstatus.jsp?key=xxx&sid=xxx&d=20170713&t=08:58&v1=1&v2=272&v3=1494&v4=470&v5=41.4&v6=1010.4 : OK 200: Added Status
pvoutput.org/service/r2/addstatus.jsp?key=xxx&sid=xxx&d=20170713&t=09:04&v1=1&v2=277&v3=0&v4=-410&v5=41.5&v6=1155.4 : The remote server returned an error: (400) Bad Request.
Thanks!