<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 22 Jun 2018, at 12:54, Tom Parker <<a href="mailto:tom@carrott.org" class="">tom@carrott.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">
  
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" class="">
  
  <div text="#000000" bgcolor="#FFFFFF" class=""><p class="">On 15/06/18 19:02, Stein Arne Sordal wrote:<br class="">
    </p>
    <blockquote type="cite" cite="mid:FFC1D183-2E96-489A-8AE1-D7F2ED24F18B@topphemmelig.no" class="">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" class="">
      <div class="">
        <div class=""><br class="">
        </div>
        <div class="">I have attached a capture from the 2014-model when starting
          climate control. I see that the “stop after 15 min frame”
          actually is sent multiple times. I always send it one time and
          thats ok.</div>
        <br class="">
      </div>
    </blockquote>
    <br class="">
    On my 2016 car if I send the 0x46 frame once, after the last 0x4e
    frame, the car wakes up and then goes back to sleep without enabling
    climate control. I adjusted things to send it a couple of seconds
    after the 0x4e frame and this made it work. Climate control came on
    and then turned off again after about 15 minutes (I removed the old
    code so this was the car switching itself off).<br class="">
    <br class="">
    Do you happen to have a capture of everything on the bus with
    timestamps for the whole remote climate control start up sequence?<br class=""></div></div></blockquote><div><br class=""></div><div><br class=""></div><div>Attached is a complete capture without timestamp (i used an arduino with a simple receive library).</div><div><br class=""></div><div><br class=""></div><blockquote type="cite" class=""><div class=""><div text="#000000" bgcolor="#FFFFFF" class="">
    <br class="">
    I'm guessing that the TCU is waiting for something from the car
    before switching to the next step. I suspect this is the same with
    locking, the ovms is blindly sending the remote command message a
    fixed number of times and the lock message causes my car to try to
    lock multiple times.<br class=""></div></div></blockquote><div><br class=""></div><div>Even when the TCU is completely isolated from the car, it still sends the “stop frame”. My guess is that it´s timer-based.</div><br class=""><blockquote type="cite" class=""><div class=""><div text="#000000" bgcolor="#FFFFFF" class="">
    <br class="">
    <blockquote type="cite" cite="mid:FFC1D183-2E96-489A-8AE1-D7F2ED24F18B@topphemmelig.no" class="">
      <div class="">
        <div class=""><br class="">
        </div>
        <div class="">The "stop after 15 min frame" for pre-2016 looks like this:</div>
        <div class=""><span style="font-family: Menlo; font-size: 11px;
            background-color: rgb(255, 255, 255);" class=""><br class="">
          </span></div>
        <div class=""><span style="font-family: Menlo; font-size: 11px;
            background-color: rgb(255, 255, 255);" class="">data[</span><span class="" style="font-family: Menlo; font-size: 11px; color:
            rgb(39, 42, 216);">0</span><span style="font-family: Menlo;
            font-size: 11px; background-color: rgb(255, 255, 255);" class="">] =</span><span style="font-family: Menlo;
            font-size: 11px; background-color: rgb(255, 255, 255);" class=""> </span><span class="" style="font-family: Menlo;
            font-size: 11px; color: rgb(39, 42, 216);">0x46</span><span style="font-family: Menlo; font-size: 11px;
            background-color: rgb(255, 255, 255);" class="">;</span></div>
        <div class=""><br class="">
        </div>
      </div>
    </blockquote>
    <br class="">
    Nice, the existing code to support new and old will work on this
    too.<br class="">
    <br class="">
  </div>

_______________________________________________<br class="">OvmsDev mailing list<br class=""><a href="mailto:OvmsDev@lists.openvehicles.com" class="">OvmsDev@lists.openvehicles.com</a><br class="">http://lists.openvehicles.com/mailman/listinfo/ovmsdev<br class=""></div></blockquote></div></body></html>