<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><div id="yiv465072797"><table id="yiv465072797bodyDrftID" class="yiv465072797" cellpadding="0" cellspacing="0" border="0"><tbody><tr><td id="yiv465072797drftMsgContent" style="font:inherit;font-family:arial;font-size:10pt;">FYI I tried to get more logs but keep running into a data overrun problem with<br>my simple 200Mhz ARM based can logger.<br>This even with logging only IDs that meet mask 0x7e0.<br>The vendor sample code I have does not use filters, so the filtering is in SW, but even with <br>writing logs to ramdisk I still see overrun errors.<br>The HW supports filtering and I will try that next, but it seems when onstar does an enquiry <br>there is a huge burst of CAN activity that perhaps will still overrun this low power hardware.  I mean The (non masked) logger saw >59,000 lines (many overruns) in just a few seconds.<br><br>What PC (Windows or
 preferably Linux) USB/CAN & software do you recommend for capturing logs, setting filters etc?<br><br>I will try to get a HW filtered logger going next.<br><br>Sorry for the
 delay.<br><br>Regards,<br>Richard<br><br><br>--- On <b>Sun, 2/24/13, Mark Webb-Johnson <i><mark@webb-johnson.net></i></b> wrote:<br><blockquote style="border-left:2px solid rgb(16, 16, 255);margin-left:5px;padding-left:5px;"><br>From: Mark Webb-Johnson <mark@webb-johnson.net><br>Subject: Re: [Ovmsdev] Ampera remote start/stop function<br>To: "OVMS Developers" <ovmsdev@lists.teslaclub.hk><br>Date: Sunday, February 24, 2013, 4:48 PM<br><br><div id="yiv465072797"><div>Richard,<div><br></div><div>Given the volume of data, I suspect this is going to be hard.</div><div><br></div><div>For the Roadster, one technique we had was to PING the bus at specific points of the test.</div><div><br></div><blockquote class="yiv465072797webkit-indent-blockquote" style="margin:0 0 0 40px;border:none;padding:0px;"><div>e.g.; Start log, wait 30 seconds, PING, send unlock command, PING, wait for car's response, PING, wait 30 seconds, Stop log. Save
 specific log file, with documented PINGs.</div></blockquote><div><br></div><div>The PINGs we used were just to transmit a 0 byte CAN bus message on an unused arbitration ID (which would then indirectly also show up in the can bus logs). If you have some way to inject a message directly into the can bus logs, without actually transmitting on the bus, that is also fine. We just need some markers in the files as close as possible to the events they relate to.</div><div><br></div><div>It looks something like this (Tesla Roadster annotated log extract):</div><div><br></div><blockquote class="yiv465072797webkit-indent-blockquote" style="margin:0 0 0 40px;border:none;padding:0px;"><div><div><font class="yiv465072797Apple-style-span" face="'Andale Mono'">1006.1565 588 00 00 84</font></div><div><font class="yiv465072797Apple-style-span" face="'Andale Mono'">1006.1570 1A0 00 00 00 00</font></div><div><font class="yiv465072797Apple-style-span" face="'Andale
 Mono'">1006.1573 590 01 00 00 00 00 00 00 00</font></div><div><font class="yiv465072797Apple-style-span" face="'Andale Mono'">1006.4738 NOTE                                 PING: TD11 transmit</font></div><div><font class="yiv465072797Apple-style-span" face="'Andale Mono'">1006.5559 100 96 E8 00 02 A1 0C 00 00    ->VDS Doors (l-door: closed) (r-door: closed) (chargeport: closed) (pilot: true) (charging: false) (bits E8)</font></div><div><font class="yiv465072797Apple-style-span" face="'Andale Mono'">1006.8353 343 00 00 04 00 00 0A 20 F0</font></div><div><font class="yiv465072797Apple-style-span" face="'Andale Mono'">1006.8364 344 52 35 50 37 6E 39 6F 3A      --- TPMS (f-l 29psi,13C f-r 29psi,15C r-l 39psi,17C r-r 40psi,18C)</font></div></div></blockquote><div><br></div><div>We kept each individual command in a separate test and log file, for
 clarity.</div><div><br></div><div>Using that technique, we get 30 seconds of pre-command normal data, the unlock command and car's response sandwiched between three pings, and then 30 seconds of post-command normal data. By comparing the messages pre, during and post, it is much easier to see what has changed and try to isolate likely candidates for what we are looking for. My best guess is that these commands will be 7E? request/response style, but they could also turn up on normal can arbitration IDs.</div><div><br></div><div>The commands we are looking for on the Volt/Ampera are:</div><div><br></div><div><ol class="yiv465072797MailOutline"><li>Wake up [onstar status update request] car (can bus is idle, something is sent, then suddenly bus is active and lots of stuff happening). Candidate for this now is <font class="yiv465072797Apple-style-span" face="'Andale Mono'">7E4 02 1A A5 00 00 00 00 00</font>.</li><li>Sleep (this maybe a 2 minute timer,
 or some other specific command). Does closing the App send a command to immediately shut the bus/car down, or is there a timer involved?</li><li>Onstar remote door lock (from an awake car).</li><li>Onstar remote door unlock (from an awake car).</li><li>Onstar remote start.</li><li>Onstar remote stop.</li></ol></div><div><br></div><div>As Michael J points out, it is also useful if you can give us what the car / app shows at each point. Such as for the remote start cabin pre-heat, what is the ambient and/or cabin temperature show in the car and on the app?</div><div><br></div><div>Regarding Michael J's suggestions for filters, I agree. In particular a filter on just IDs 7E? (16 arbitration IDs) would be very useful and would reduce volume and overruns. But, it is also useful to get a full dump as well.</div><div><br></div><div>I realise that this is a lot of time-in-the-car for you, but am encouraged by the first results you got. Perhaps we should just
 concentrate on the easier #1 through #4 to start with (wake, sleep, lock, unlock)?</div><div><br></div><div>Regards, Mark.</div><div><br><div><div>On 25 Feb, 2013, at 7:50 AM, Richard G Jones wrote:</div><br class="yiv465072797Apple-interchange-newline"><blockquote type="cite"><div><div>Wow that's great decoding work.</div><div>Sorry about the overruns.</div><div>Would it help to get another capture, with several iterations?</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><div style="font-size:75%;color:#575757;">Sent from my phablet, scuse the typos</div></div> <br>Mark Webb-Johnson <<a rel="nofollow">mark@webb-johnson.net</a>> wrote:<br><div><br></div>I've been working through the logs (if anyone else needs a look, let me know).<div><br></div><div>I started by converting to crtd format, so I could use some of my
 tools on it.</div><div><br></div><div>Looking at a bunch of other logs provided by volt/ampera drivers, we've so far seen 108 unique can arbitration IDs:</div><div><br></div><div><blockquote style="margin:0 0 0 40px;border:none;padding:0px;"><div><font face="Andale Mono">096 097 098 0AA 0B1 0B9 0BA 0BB 0BC 0BD 0C1 0C4 0C5 0C7 0C9 0D1 0D3 0F1 101 120 12A 130 135 137 139 140 148</font></div><span style="font-family:'Andale Mono';">160 </span><span style="font-family:'Andale Mono';">17D 182 185 186 1A1 1A3 1C3 1C4 1C5 1C6 1DF 1E1 1E5 1E9 1EB 1ED 1EF 1F1 1F3 1F4 1F5 1FB 200 202 204 206</span></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px;"><span style="font-family:'Andale Mono';">214 222 </span><span style="font-family:'Andale Mono';">224 226 228 230 236 238 287 2C3 2C7 2F1 2F9 32A 32C 348 34A 3C1 3C9 3CB 3D1 3DC 3DD 3E3 3E9 3ED 3F1</span></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px;"><span
 style="font-family:'Andale Mono';">3F9 3FB 3FC </span><span style="font-family:'Andale Mono';">451 4C1 4C5 4C7 4C9 4CB 4D1 4D7 4D9 4E1 4E9 4F1 500 514 52A 530 589 770 772 773 778 77D 77F 787</span></blockquote></div><div><br></div><div>Looking at your logs, I see five new ones have shown up:</div><div><br></div><div><blockquote style="margin:0 0 0 40px;border:none;padding:0px;"><div><font face="Andale Mono">22A </font><span style="font-family:'Andale Mono';">362 </span><span style="font-family:'Andale Mono';">385 </span><span style="font-family:'Andale Mono';">7E4 </span><span style="font-family:'Andale Mono';">7EC</span></div></blockquote></div><div><br></div><div>22A is jumping all over the place. 362 is all zeros. 385 is zeros up until 10:56:05.178, when it changes to show what may be temperature, and then at 10:57:47.007 it seem to switch back to zeros.</div><div><br></div><div>The 7E4 and 7EC ones are the most
 interesting, as they are OBDII style request/response. Here are the relevant logs:</div><div><br></div><div><blockquote style="margin:0 0 0 40px;border:none;padding:0px;"><font face="Andale Mono">10:44:47.323 R11 7E4 02 1A A5 00 00 00 00 00<br>10:44:47.335 R11 7EC 04 5A A5 01 03 AA AA AA</font></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px;"><font face="Andale Mono"><br>10:44:47.533 R11 7E4 03 22 83 77 00 00 00 00<br>10:44:47.536 R11 7EC 06 62 83 77 06 0A 2D AA<br><br></font></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px;"><font face="Andale Mono">10:44:47.744 R11 7E4 02 1A A4 00 00 00 00 00<br>10:44:47.746 R11 7EC 10 09 5A A4 1C 1C 1C 1C<br><br></font></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px;"><font face="Andale Mono">10:44:47.762 R11 7E4 30 00 00 00 00 00 00 00<br>10:44:47.766 R11 7EC 21 1C 1C 1C AA AA AA AA<br><br></font></blockquote><blockquote style="margin:0 0 0
 40px;border:none;padding:0px;"><font face="Andale Mono">10:44:48.622 R11 7EC 07 62 41 AB 00 00 00 00<br><br></font></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px;"><font face="Andale Mono">10:44:49.105 R11 7E4 03 22 41 AC 00 00 00 00<br>10:44:49.187 R11 7E4 03 22 41 AB 00 00 00 00<br>10:44:50.011 R11 7E4 03 22 43 9B 00 00 00 00<br>10:44:50.309 R11 7E4 03 22 83 E1 00 00 00 00<br>10:44:50.680 R11 7E4 03 22 83 75 00 00 00 00<br></font><span style="font-family:'Andale Mono';">10:44:50.683 R11 7EC 06 62 83 75 06 0A 2D AA</span></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px;"><font face="Andale Mono"><br></font></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px;"><font face="Andale Mono">10:44:50.757 R11 7E4 03 22 41 A6 00 00 00 00<br></font><span style="font-family:'Andale Mono';">10:44:52.575 R11 7E4 03 22 43 89 00 00 00 00</span></blockquote></div><div><br></div><div>Note that 7E4
 is the Hybrid Powertrain Control Module B, and 7EC is the reply to that request.</div><div><br></div><div>OBDII standard requests are:</div><div><ul><li><span style="background-color:rgb(255, 255, 255);font-family:Arial, Helvetica, sans-serif;font-size:13px;">0x01 - Request Current Powertrain Diagnostic Data</span></li><li><span style="background-color:rgb(255, 255, 255);font-family:Arial, Helvetica, sans-serif;font-size:13px;">0x02 - Request Powertrain Freeze Frame Data</span></li><li><span style="background-color:rgb(255, 255, 255);font-family:Arial, Helvetica, sans-serif;font-size:13px;">0x03 - Request Emission-Related Diagnostic Trouble Codes</span></li><li><span style="background-color:rgb(255, 255, 255);font-family:Arial, Helvetica, sans-serif;font-size:13px;">0x04 - Clear/Reset Emission-Related Diagnostic Information</span></li><li><span style="background-color:rgb(255, 255, 255);font-family:Arial, Helvetica, sans-serif;font-size:13px;">0x05
 - Request Oxygen Sensor Monitoring Test Results</span></li><li><span style="background-color:rgb(255, 255, 255);font-family:Arial, Helvetica, sans-serif;font-size:13px;">0x06 - Request On-Board Monitoring Test Results for Specific Monitored Systems</span></li><li><span style="background-color:rgb(255, 255, 255);font-family:Arial, Helvetica, sans-serif;font-size:13px;">0x07 - Request Emission-Related Diagnostic Trouble Codes Detected During Current or Last Completed Driving Cycle</span></li><li><span style="background-color:rgb(255, 255, 255);font-family:Arial, Helvetica, sans-serif;font-size:13px;">0x08 - Request Control of On-Board System, Test or Component</span></li><li><span style="background-color:rgb(255, 255, 255);font-family:Arial, Helvetica, sans-serif;font-size:13px;">0x09 - Request Vehicle Information</span></li><li><span style="background-color:rgb(255, 255, 255);font-family:Arial, Helvetica, sans-serif;font-size:13px;">0x0A - Request
 Emission-Related Diagnostic Trouble Codes with Permanent Status</span></li></ul></div><div>GMLAN enhanced services are:</div><div><br></div><div><ul><li>0x10 - Initiate Diagnostics</li><li>0x12 - Read Failure Record</li><li>0x1A - Read Diagnostic ID (DID)</li><li>0x20 - Return To Normal</li><li>0x22 - Read Data By Parameter ID (PID)</li><li>0x23 - Read Memory Address</li><li>0x27 - Security Access</li><li>0x28 - Disable Normal Communications</li><li>0x2C - Define Dynamic Data Packet ID (DPID)</li><li>0x2D - Define PID by Memory Address</li><li>0x34 - Request Download</li><li>0x36 - Transfer Data</li><li>0x3B - Write DID</li><li>0x3E - Tester Present</li><li>0xA2 - Report Programming State</li><li>0xA5 - Enter Programming Mode</li><li>0xA9 - Check Codes</li><li>0xAA - Read DPID</li><li>0xAE - Device Control</li></ul></div><div>So, what we are seeing is:</div><div><br></div><div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><font
 face="Andale Mono">10:44:47.323 R11 7E4 02 1A A5 00 00 00 00 00</font></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><font face="Andale Mono">==> Read diagnostic ID A5<br>10:44:47.335 R11 7EC 04 5A A5 01 03 AA AA AA</font></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><font face="Andale Mono">==> Respond diagnostic ID A5 is 0103</font></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><font face="Andale Mono"><br>10:44:47.533 R11 7E4 03 22 83 77 00 00 00 00</font></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><font face="Andale Mono">==> Request extended PID 8377<br>10:44:47.536 R11 7EC 06 62 83 77 06 0A 2D AA<br>==> Respond extended PID 8377 is 060A2D</font></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><font face="Andale Mono"><br></font></blockquote><blockquote
 style="margin:0px 0px 0px 40px;border:none;padding:0px;"><font face="Andale Mono">10:44:47.744 R11 7E4 02 1A A4 00 00 00 00 00</font></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><font face="Andale Mono">==> Read diagnostic ID A4<br>10:44:47.746 R11 7EC 10 09 5A A4 1C 1C 1C 1C<br>==> Weird response - seem shifted over one. But, presumably a response to diagnostic ID A4. Maybe corrupt in the log?</font></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><font face="Andale Mono"><br></font></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><font face="Andale Mono">10:44:47.762 R11 7E4 30 00 00 00 00 00 00 00</font></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><font face="Andale Mono">==> Bizarre. Corrupt?<br>10:44:47.766 R11 7EC 21 1C 1C 1C AA AA AA AA<br></font><span style="font-family:'Andale
 Mono';">==> Bizarre. Corrupt?</span></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><span style="font-family:'Andale Mono';"><br></span></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><font face="Andale Mono">10:44:48.622 R11 7EC 07 62 41 AB 00 00 00 00<br>==> Response to an extended PID request for 41AB, value 000000</font></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><font face="Andale Mono"><br></font></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><font face="Andale Mono">10:44:49.105 R11 7E4 03 22 41 AC 00 00 00 00</font></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><font face="Andale Mono">==> Extended PID request for pid 41AC<br>10:44:49.187 R11 7E4 03 22 41 AB 00 00 00 00</font></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><span
 style="font-family:'Andale Mono';">==> Extended PID request for pid 41AB</span><font face="Andale Mono"><br>10:44:50.011 R11 7E4 03 22 43 9B 00 00 00 00</font></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><span style="font-family:'Andale Mono';">==> Extended PID request for pid 439B</span><font face="Andale Mono"><br>10:44:50.309 R11 7E4 03 22 83 E1 00 00 00 00<br></font><span style="font-family:'Andale Mono';">==> Extended PID request for pid 83E1</span></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><font face="Andale Mono">10:44:50.680 R11 7E4 03 22 83 75 00 00 00 00</font></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><span style="font-family:'Andale Mono';">==> Extended PID request for pid 8375</span><font face="Andale Mono"><br></font><span style="font-family:'Andale Mono';">10:44:50.683 R11 7EC 06 62 83 75 06 0A 2D
 AA</span></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><span style="font-family:'Andale Mono';">==> Respond extended PID request for pid 8375, value 060A2D</span></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><span style="font-family:'Andale Mono';"><br></span></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><font face="Andale Mono">10:44:50.757 R11 7E4 03 22 41 A6 00 00 00 00</font></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><span style="font-family:'Andale Mono';">==> Extended PID request for pid 41A6</span><font face="Andale Mono"><br></font><span style="font-family:'Andale Mono';">10:44:52.575 R11 7E4 03 22 43 89 00 00 00 00</span></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;"><span style="font-family:'Andale Mono';">==> Extended PID request for pid
 4389</span></blockquote></div><div><br></div><div>The log file has  a large number of 'data overrun errors' around 10:44:48 and 10:44:49 - I suspect that a few of few of the requests/replies were lost around that time. The start (10:44:47) of the log looks ok.</div><div><br></div><div>Looking at the idle can bus from 10:41, waking up at 10:44 is interesting:</div><div><br></div><div><blockquote style="margin:0 0 0 40px;border:none;padding:0px;"><div><div><font face="Andale Mono">10:41:37.203 R11 2C3 06 59 06 A0 06 A0 CA 00</font></div><div><font face="Andale Mono">10:41:37.203 R11 3D1 01 36 80 00 00 00 00 00</font></div><div><font face="Andale Mono">10:41:37.203 R11 3E9 00 00 00 00 00 00 00 00</font></div><div><font face="Andale Mono">10:44:47.323 R11 7E4 02 1A A5 00 00 00 00 00</font></div><div><font face="Andale Mono">10:44:47.335 R11 7EC 04 5A A5 01 03 AA AA AA</font></div><div><font face="Andale Mono">10:44:47.353 R11 1EB 02
 52</font></div></div></blockquote></div><div><br></div><div>It certainly looks like the 7E4 02 1A A5 00 00 00 00 00 woke things up.</div><div><br></div><div>I'll keep looking, but it seems that the log file is inconsistent as the logger got overloaded.</div><div><br></div><div>Regards, Mark</div><div><br><div><div>On 23 Feb, 2013, at 3:13 AM, <a rel="nofollow">rgjones@sbcglobal.net</a> wrote:</div><br class="yiv465072797Apple-interchange-newline"><blockquote type="cite"><table style="" cellpadding="0" cellspacing="0" border="0"><tbody><tr><td style="font:inherit;" valign="top">Hello Folks,<br>I just captured CAN data during onstar commands for remote start/stop lock/unlock.<br>Below are my notes.  Where should I send the log file?<br>Regards,<br>Richard<br>San Diego<br>2013 Volt #119292<br><br>Fri Feb 22, 2013 10am PST<br>VIN:
 1g1re6e49du119292<br><br>Car plugged in, locked, finished charging (green led blinking)<br><br>walk up to car<br>fob - unlock<br>open passenger door - get in<br>close passenger door.<br>10:41<br>start android onstar app<br>request status update (push refresh icon on app) <br>10:43 - app shows doing refresh<br>see CAN activity<br>10:44 app finally updates - 120V battery fully charged 36 mile ev range 152 fuel range  Oil life remaining 86% odo 3955 miles<br>10:45 can updates stop<br>onstart remote door lock<br>1052 - sent lock cmd<br>1052 locked - lots of can<br>1053 remote start sent.  failed as
 key in vehicle 1054<br>1054 remote unlock 1054 done<br>1055 leave via passenger door, close it.<br>keyfob lock 1055<br>leave key out of range of the car<br>1055 remote start req <br>1056 app says "cabin temp being set for optimal comfort"<br>lots of CAN<br>Dash still off, but orange engine light is on.<br>1057 send cancel engine start.<br>1057 - engine light off - app says done<br><br><br>-rw-r--r-- 1 root root 17471412 2013-02-22 10:59 volt_130222_1_CAN_log.txt<br>Fri Feb 22, 2013 10am PST<br>VIN: 1g1re6e49du119292<br><br><br>Car plugged in, locked, finished charging (green led blinking)<br><br>walk up to car<br>fob - unlock<br>open passenger door - get in<br>close passenger door.<br>10:41<br>start android onstar app<br>request status update (push refresh icon on app) <br>10:43 - app shows doing refresh<br>see CAN activity<br>10:44 app finally updates - 120V battery fully charged 36 mile ev range 152 fuel range  Oil life remaining 86% odo 3955
 miles<br>10:45 can updates stop<br>onstart remote door lock<br>1052 - sent lock cmd<br>1052 locked - lots of can<br>1053 remote start sent.  failed as key in vehicle 1054<br>1054 remote unlock 1054 done<br>1055 leave via passenger door, close it.<br>keyfob lock 1055<br>leave key out of range of the car<br>1055 remote start req <br>1056 app says "cabin temp being set for optimal comfort"<br>lots of CAN<br>Dash still off, but orange engine light is on.<br>1057 send cancel engine start.<br>1057 - engine light off - app says done<br><br><br>-rw-r--r-- 1 root root 17471412 2013-02-22 10:59 volt_130222_1_CAN_log.txt<br>gzip volt_130222_1_CAN_log.txt <br>tattler:~# tail volt_130222_1_CAN_log.txt <br>10:58:02.055852 S. id=0x000001c4 dat=0xca:0x62:0xc1:0x10:0x04:0x00:0x03:0xfe<br>10:58:02.057282 S. id=0x000001c5 dat=0x2c:0x03:0x2c:0x03:0x2e:0x01<br>10:58:02.058671 S. id=0x000001f4 dat=0x00:0x00:0x00:0x00:0x00:0x00<br>10:58:02.060073 S. id=0x00000287
 dat=0xc1:0x00<br>10:58:02.062044 S. id=0x000002c3 dat=0x06:0x5b:0x06:0xa0:0x06:0xa0:0xca:0x00<br>10:58:02.062468 S. id=0x000000bc dat=0x37:0x00:0x00:0x40:0x00:0x00:0x00:0x00<br>10:58:02.062785 S. id=0x000000aa dat=0x2c:0x03:0x2c:0x03:0x04:0x53:0xfb:0x00<br>10:58:02.063088 S. id=0x000000c9 dat=0x00:0x00:0x00:0x27:0x00:0x10:0x08:0x00<br>10:58:02.063392 S. id=0x000001ed dat=0x01:0x90:0x00:0x00:0x00:0x00:0x18:0x01<br>10:58:02.063691 S. id=0x000001ef dat=0x00:0x00:0x00:0x00<br>gzip volt_130222_1_CAN_log.txt <br>-rw-r--r-- 1 root root 1888643 2013-02-22 10:59 volt_130222_1_CAN_log.txt.gz<br><br><br><br>--- On <b>Sat, 2/16/13, Mark Webb-Johnson <i><<a rel="nofollow">mark@webb-johnson.net</a>></i></b> wrote:<br><blockquote style="border-left:2px solid rgb(16, 16, 255);margin-left:5px;padding-left:5px;"><br>From: Mark Webb-Johnson <<a rel="nofollow">mark@webb-johnson.net</a>><br>Subject: Re: [Ovmsdev] Ampera remote start/stop function<br>To: "OVMS
 Developers"
 <<a rel="nofollow">ovmsdev@lists.teslaclub.hk</a>><br>Date: Saturday, February 16, 2013, 12:03 AM<br><br><div id="yiv465072797"><base><div>Rens,<div><br></div><div>The car-side technical discussion is going on here:</div><div><br></div><div><blockquote style="margin:0 0 0 40px;border:none;padding:0px;"><a rel="nofollow" target="_blank" href="http://gm-volt.com/forum/showthread.php?12958-CAN-bus-reading-remote-viewing-of-charge-state">http://gm-volt.com/forum/showthread.php?12958-CAN-bus-reading-remote-viewing-of-charge-state</a></blockquote></div><div><br></div><div>We're after pretty much the same things as the DashDaq people, so there is a lot of overlap.</div><div><br></div><div>From the App, it is no problem. We can use HomeLink for testing at the moment, and implement something properly when we know it is
 feasible.</div><div><br></div><div>The problem is that we need CAN bus dumps while OnStar / KeyFob pre-heat and remote start/stop is commanded. For that, we need
 someone with a Volt in the USA and CAN-USB logger to help us try to find the commands.</div><div><br></div><div>Regards, Mark.</div><div><br><div><div>On 16 Feb, 2013, at 7:56 AM, Rens Meijer <<a rel="nofollow">r.meijer@atlantis-it.nl</a>> wrote:</div><br class="yiv465072797Apple-interchange-newline"><blockquote type="cite"><div style="font-family:Helvetica;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;orphans:2;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;" lang="EN-US"><div class="yiv465072797WordSection1" style=""><div style="margin:0cm 36pt 0.0001pt 0cm;font-size:11pt;font-family:Calibri, sans-serif;">Hello,</div><div style="margin:0cm 36pt 0.0001pt 0cm;font-size:11pt;font-family:Calibri, sans-serif;">  </div><div style="margin:0cm 36pt 0.0001pt 0cm;font-size:11pt;font-family:Calibri, sans-serif;">Last week I received the OVMS V2
 module to monitor my Ampera. I already had an OVMS V1 module to monitor the Tesla Roadster, so it works nicely from 1 app.</div><div style="margin:0cm 36pt 0.0001pt 0cm;font-size:11pt;font-family:Calibri, sans-serif;">  </div><div style="margin:0cm 36pt 0.0001pt 0cm;font-size:11pt;font-family:Calibri, sans-serif;">In winter I like the remote start/stop function of the Ampera to pre-heat the car.</div><div style="margin:0cm 36pt 0.0001pt 0cm;font-size:11pt;font-family:Calibri, sans-serif;">I found this Youtube that in the US it is possible with the OnStar system to remote start/stop the car. See at 2.21 in the movie.</div><div style="margin:0cm 36pt 0.0001pt 0cm;font-size:11pt;font-family:Calibri, sans-serif;"><a rel="nofollow" target="_blank" href="http://www.youtube.com/watch?v=IOJMVbQnNIU&sns=em" style="color:purple;text-decoration:underline;">http://www.youtube.com/watch?v=IOJMVbQnNIU&sns=em</a><span style="color:rgb(31, 73,
 125);"></span></div><div style="margin:0cm 72pt 0.0001pt 0cm;font-size:11pt;font-family:Calibri, sans-serif;">Has somebody already made a CAN bus log during the remote start/stop by using the remote control? If you are able to find the sequence, how easy would it be to configure the current home buttons in the app to implement the start/stop function?</div><div style="margin:0cm 36pt 0.0001pt 0cm;font-size:11pt;font-family:Calibri, sans-serif;">I would like to hear your thoughts on this?</div><div style="margin:0cm 36pt 0.0001pt 0cm;font-size:11pt;font-family:Calibri, sans-serif;">  </div><div style="margin:0cm 36pt 0.0001pt 0cm;font-size:11pt;font-family:Calibri, sans-serif;">Best Regards,</div><div style="margin:0cm 0cm 0.0001pt;font-size:11pt;font-family:Calibri, sans-serif;">  </div><div style="margin:0cm 0cm 0.0001pt;font-size:11pt;font-family:Calibri, sans-serif;">Rens</div><div style="margin:0cm 0cm
 0.0001pt;font-size:12pt;font-family:'Times New Roman', serif;"><span style="font-size:11pt;font-family:Calibri, sans-serif;color:rgb(31, 73, 125);"> </span></div><div style="margin:0cm 0cm 0.0001pt;font-size:12pt;font-family:'Times New Roman', serif;"><span style="font-size:11pt;font-family:Calibri, sans-serif;color:rgb(31, 73, 125);"> </span></div></div>_______________________________________________<br>OvmsDev mailing list<br><a rel="nofollow" style="color:purple;text-decoration:underline;">OvmsDev@lists.teslaclub.hk</a><br><a rel="nofollow" target="_blank" href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev" style="color:purple;text-decoration:underline;">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br></div></blockquote></div><br></div></div></div><br>-----Inline Attachment Follows-----<br><br><div class="yiv465072797plainMail">_______________________________________________<br>OvmsDev mailing list<br><a
 rel="nofollow">OvmsDev@lists.teslaclub.hk</a><br><a rel="nofollow" target="_blank" href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br></div></blockquote></td></tr></tbody></table>_______________________________________________<br>OvmsDev mailing list<br><a rel="nofollow">OvmsDev@lists.teslaclub.hk</a><br><a rel="nofollow" target="_blank" href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br></blockquote></div><br></div></div></blockquote></div><br></div></div></div><br>-----Inline Attachment Follows-----<br><br><div class="yiv465072797plainMail">_______________________________________________<br>OvmsDev mailing list<br><a rel="nofollow">OvmsDev@lists.teslaclub.hk</a><br><a rel="nofollow" target="_blank"
 href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br></div></blockquote></td></tr></tbody></table></div></td></tr></table>