<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>On 15/06/18 19:02, Stein Arne Sordal wrote:<br>
    </p>
    <blockquote type="cite"
      cite="mid:FFC1D183-2E96-489A-8AE1-D7F2ED24F18B@topphemmelig.no">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <div>
        <div><br class="">
        </div>
        <div>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>
    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>
    <br>
    Do you happen to have a capture of everything on the bus with
    timestamps for the whole remote climate control start up sequence?<br>
    <br>
    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>
    <br>
    <blockquote type="cite"
      cite="mid:FFC1D183-2E96-489A-8AE1-D7F2ED24F18B@topphemmelig.no">
      <div>
        <div><br class="">
        </div>
        <div>The "stop after 15 min frame" for pre-2016 looks like this:</div>
        <div><span style="font-family: Menlo; font-size: 11px;
            background-color: rgb(255, 255, 255);" class=""><br class="">
          </span></div>
        <div><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><br class="">
        </div>
      </div>
    </blockquote>
    <br>
    Nice, the existing code to support new and old will work on this
    too.<br>
    <br>
  </body>
</html>