<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Soko,<br>
    <br>
    nice progress :-)<br>
    <br>
    If you can't detect vehicle state by listening to regular status CAN
    frames, you can check the time since the last poll reply in the per
    second ticker.<br>
    <br>
    As poll replies normally come in fast, you should be able to detect
    a switch-off by a small timeout, say 3 seconds… probably need to add
    a counter, as a single poll may get lost / ignored.<br>
    <br>
    CAN tx errors can be caused by other issues as well, so should
    generally not be interpreted that way.<br>
    <br>
    But… are you sure there are no status frames on the bus? Have you
    done a can log or tried the re tool?<br>
    <br>
    Regards,<br>
    Michael<br>
    <br>
    <br>
    <div class="moz-cite-prefix">Am 30.07.20 um 14:43 schrieb Soko:<br>
    </div>
    <blockquote type="cite"
      cite="mid:dfef03ed-b0e1-1fda-7eab-de5b6e49cc67@soko.cc">Hi guys,
      <br>
      <br>
      Want to report success on connecting and reading my VW e-Up via
      OBD cable using the Poller. As you can see in the screenshot of
      the log attached I get an IncomingPollReply(..) call and an SoC
      value of 33.333%
      <br>
      <br>
      Once I turn of the ignition and lock the car though I don't get
      any replies no more (line D 793813) and then I get can1 errors...
      I'm polling with 10 seconds intervall.
      <br>
      <br>
      I know that this is as it should be... but my issue is: I don't
      have any way to know if the ignition is on, the key is in, the car
      is running, the car is charging as the PIDs are not known for such
      values (afaik by the lists of sharkcow
      <a class="moz-txt-link-freetext" href="https://www.goingelectric.de/wiki/Liste-der-OBD2-Codes/">https://www.goingelectric.de/wiki/Liste-der-OBD2-Codes/</a>).
      <br>
      <br>
      So what would be the best approach to change the different polling
      states? Can I somehow get called (in my vehicle-class) if an
      can-error is thrown? Then I would increase the poll frequency.
      <br>
      <br>
      Any suggestions?
      <br>
      <br>
      thanks
      <br>
      <br>
      Soko
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
OvmsDev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OvmsDev@lists.openvehicles.com">OvmsDev@lists.openvehicles.com</a>
<a class="moz-txt-link-freetext" href="http://lists.openvehicles.com/mailman/listinfo/ovmsdev">http://lists.openvehicles.com/mailman/listinfo/ovmsdev</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal
Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
</pre>
  </body>
</html>