<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 17.04.2020 20:51, Tamás Kovács
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAGpaXUvzC5xwxye7yzHppj5YMNgewKzUaSAB9y5+m7=myPH5Bw@mail.gmail.com">
      <div dir="ltr">
        <div dir="ltr">
          <div dir="ltr">What is the previous version of OVMS fw
            installed. <span
              style="color:rgb(0,0,0);font-family:-webkit-standard;font-size:medium">The
              charge detection commited at 2019 dec 25 the next OVMS
              release is 3.2.009.</span>
            <div><br>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <p>My previous version is 3.2.008</p>
    <p><br>
    </p>
    <blockquote type="cite"
cite="mid:CAGpaXUvzC5xwxye7yzHppj5YMNgewKzUaSAB9y5+m7=myPH5Bw@mail.gmail.com">
      <div dir="ltr">
        <div dir="ltr">
          <div dir="ltr">
            <div>No crash/reboot/fw update during charge? <br>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <p>No, completely stable. But I do not have a SD car installed for
      logging.<br>
    </p>
    <p><br>
    </p>
    <p>But it is partially working...<br>
    </p>
    <p>The DC kWh number is stored and updating when charging.</p>
    <p>the only place I find that it updates is inside :<br>
      <br>
      if (StandardMetrics.ms_v_charge_inprogress->AsBool())<br>
              {<br>
               
      ms_v_charge_dc_kwh->SetValue((ms_v_charge_dc_kwh->AsFloat()
      + (StandardMetrics.ms_v_bat_power->AsFloat() / -360000.0)));<br>
              }<br>
    </p>
    <p>This indicates that the StandardMetrics.ms_v_charge_inprogress is
      set correctly, but there is no charge status in the app,
      command-line or on web-page. <br>
    </p>
  </body>
</html>