<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
span.E-MailFormatvorlage19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;
        mso-ligatures:none;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=DE link=blue vlink=purple style='word-wrap:break-word'><div class=WordSection1><p class=MsoNormal><span style='mso-fareast-language:EN-US'>Hast Du schon mal geschaut was für Werte in der Datenbank stehen?<o:p></o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-US'><o:p> </o:p></span></p><div><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b>Von:</b> volkszaehler-users <volkszaehler-users-bounces@demo.volkszaehler.org> <b>Im Auftrag von </b>Tobias Baumann<br><b>Gesendet:</b> Samstag, 22. Juli 2023 19:43<br><b>An:</b> volkszaehler-users@demo.volkszaehler.org<br><b>Betreff:</b> Re: [vz-users] immer noch Spikes bei auswertung Zählerstände Solar<o:p></o:p></p></div></div><p class=MsoNormal><o:p> </o:p></p><p>anbei da fehlende bild <o:p></o:p></p><p><img width=614 height=258 style='width:6.3916in;height:2.6916in' id="Bild_x0020_1" src="cid:image001.png@01D9BCD5.6960D570"><o:p></o:p></p><div><p class=MsoNormal>Am 22.07.2023 um 19:34 schrieb Tobias Baumann:<o:p></o:p></p></div><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><p class=MsoNormal style='margin-bottom:12.0pt'>Hallo Gruppe <br><br>vielleicht kann jemand mir helfen wo ich meinen Denkfehler habe ? wie bekomme ich die Spikes weg? <br><br>Ich werte meine beiden Solar Wechselrichter mit meinem gebauten exec scripten aus (beide im wiki , Growatt und Deye ). <br><br>in beiden scripten wir nur werte ausgegeben wenn diese vorhanden sind (falls wlan mal unterbrochen ist, oder WR noch keine validen daten hat etc) , danke Daniel für deine  Hinweise <br><br>Dublicate ist aktiv und die Zählerstände werden max alle 3600s neu in die DB übernommen , Growatt (PV1) wird alle 60s gelesen , Deye (PV2) alle 240s <br><br>das lief eine ganze zeit gut, seit etwa 1 Monat werden wieder Spikes gebildet , Growatt kann max 600w , der Deye max 250w , die spikes sind aber ca 1 bis 3kw was nicht möglich ist <br><br>im Juni hat das Frontend sowas sogar mit dem Haus Zähler (SML usb verbindung )  Lieferung 2.8.0 gemacht und einen Spike von 4kw angezeigt <br><br>TotalGenerateEnergy = Zaehler_PV1_gesamt <br><br>OutputPower =Zaehler_PV1_energy <br><br><br>auzug aus der config <br><br>{ <br>      "enabled": true, <br>      "allowskip": true, <br>      "interval": 60, <br>      "aggtime": -1, <br>      "aggfixedinterval": false, <br>      "channels": [ <br>        { <br>          "api": "volkszaehler", <br>          "uuid": "e4f6a700-fbea-xxxx", <br>          "identifier": "TotalGenerateEnergy", <br>          "middleware": <a href="http://localhost/middleware.php">"http://localhost/middleware.php"</a>, <br>          "aggmode": "none", <br>          "duplicates": 3600 <br>        }, <br>        { <br>          "api": "volkszaehler", <br>          "uuid": "35edd970-xxxx", <br>          "identifier": "OutputPower", <br>          "middleware": <a href="http://localhost/middleware.php">"http://localhost/middleware.php"</a>, <br>          "aggmode": "avg", <br>          "duplicates": 0 <br>        } <br>      ], <br>      "protocol": "exec", <br>      "command": "/etc/growatt/growatt_json_exec.sh 192.168.2.49 TotalGenerateEnergy OutputPower", <br>      "format": "$i = $v" <br>    }, <br>    { <br>      "enabled": true, <br>      "allowskip": true, <br>      "interval": 240, <br>      "aggtime": -1, <br>      "aggfixedinterval": false, <br>      "channels": [ <br>        { <br>          "api": "volkszaehler", <br>          "uuid": "7680efc0-xxxxx", <br>          "identifier": "ACTUAL", <br>          "middleware": <a href="http://localhost/middleware.php">"http://localhost/middleware.php"</a>, <br>          "aggmode": "avg", <br>          "duplicates": 0 <br>        }, <br>        { <br>          "api": "volkszaehler", <br>          "uuid": "d69e8d40-fbf0-xxxx", <br>          "identifier": "TOTAL", <br>          "middleware": <a href="http://localhost/middleware.php">"http://localhost/middleware.php"</a>, <br>          "aggmode": "none", <br>          "duplicates": 3600 <br>        } <br>      ], <br>      "protocol": "exec", <br>      "command": "/etc/deye/deye_read_exec.sh 192.168.2.28 ACTUAL TOTAL", <br>      "format": "$i = $v" <br>    } <br><br><o:p></o:p></p></blockquote><div id=DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2><p class=MsoNormal><o:p> </o:p></p><table class=MsoNormalTable border=1 cellspacing=3 cellpadding=0 style='border:none;border-top:solid #D3D4DE 1.0pt'><tr><td width=55 style='width:41.25pt;border:none;padding:9.75pt .75pt .75pt .75pt'><p class=MsoNormal><a href="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" target="_blank"><span style='text-decoration:none'><img border=0 width=46 height=29 style='width:.4833in;height:.3in' id="_x0000_i1025" src="https://s-install.avcdn.net/ipm/preview/icons/icon-envelope-tick-green-avg-v1.png"></span></a><o:p></o:p></p></td><td width=470 style='width:352.5pt;border:none;padding:9.0pt .75pt .75pt .75pt'><p class=MsoNormal style='line-height:13.5pt'><span style='font-size:10.0pt;font-family:"Arial",sans-serif;color:#41424E'>Virenfrei.<a href="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" target="_blank"><span style='color:#4453EA'>www.avg.com</span></a><o:p></o:p></span></p></td></tr></table><p class=MsoNormal><o:p> </o:p></p></div></div></body></html>