<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Robert,<div class=""><br class=""></div><div class="">Probably easiest to start with this checklist:</div><div class=""><br class=""></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class=""><a href="http://www.openvehicles.com/helpme" class="">http://www.openvehicles.com/helpme</a></div></blockquote><div class=""><br class=""></div><div class="">If you can’t get it working, then send the results of the last few SMS messages to <a href="mailto:support@openvehicles.com" class="">support@openvehicles.com</a>.</div><div class=""><br class=""></div><div class="">If you’re not getting past green 9 blinks, then that means it can’t detect the SIM. Try cleaning the contacts on the sim and tray, and then triple-checking it is inserted correctly and cleanly.</div><div class=""><br class=""></div><div class="">Here are the codes:</div><div class=""><br class=""></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class=""><div class="">// LED MODES</div><div class="">#define NET_LED_WAKEUP       10    // Attempting to wake up the modem</div><div class="">#define NET_LED_INITSIM1     9     // Checking SIM card insertion status</div><div class="">#define NET_LED_INITSIM2     8     // Checking SIM card PIN status</div><div class="">#define NET_LED_INITSIM3     7     // Initialising modem</div><div class="">#define NET_LED_COPS         6     // COPS initialisation</div><div class="">#define NET_LED_NETINIT      5     // GPRS NET initialisation</div><div class="">#define NET_LED_NETAPNOK     4     // GPRS APN is OK, final init</div><div class="">#define NET_LED_NETCALL      3     // GPRS Network call</div><div class="">#define NET_LED_READY        2     // READY state</div><div class="">#define NET_LED_READYGPRS    1     // READY GPRS state</div><div class=""><br class=""></div><div class="">// LED ERRORS</div><div class="">#define NET_LED_ERRLOSTSIG   1     // Lost signal</div><div class="">#define NET_LED_ERRMODEM     2     // Problem communicating with modem</div><div class="">#define NET_LED_ERRSIM1      3     // SIM is not inserted/detected</div><div class="">#define NET_LED_ERRSIM2      4     // PIN lock on the SIM</div><div class="">#define NET_LED_ERRCOPS      6     // COPS GSM lock could not be obtained</div><div class="">#define NET_LED_ERRGPRSRETRY 7     // Error (maybe temp) during GPRS init</div><div class="">#define NET_LED_ERRGPRSFAIL  8     // GPRS NET INIT failed</div><div class="">#define NET_LED_ERRCONNFAIL  9     // GPRS TCP CONNECT failed</div><div class="">#define NET_LED_ERRDIAGMODE  10    // DIAGNOSTIC mode</div></div></blockquote><div class=""><br class=""></div><div class="">Regards, Mark.</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 31 Oct 2015, at 9:16 PM, Robert Cotran <<a href="mailto:robert@cotran.ca" class="">robert@cotran.ca</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi all,<br class=""><br class="">I'm replying to Micheal Balzer's email from yesterday.  I wasn't on the mailing list until late yesterday afternoon, hence I'm not able to click reply.<br class=""><br class="">I've got a Kia Soul EV 2016 in Canada which doesn't have the UVO services, so this is of great interest to me.<br class=""><br class="">I have the OVMS kit in front of me, but I'm a total newbie, so I'm reading through some guides to get started.<br class=""><br class="">Just wanted to say that I'll gladly be the guinea pig for this.<br class=""><br class="">What I'd REALLY like is to have a way to remotely turn on the climate control system to warm up/cool down the car at will. Hopefully that's a remote possibility.  Tracking it is cool, but controlling it is even better.  I'm used to a Tesla (my other car), so I am quite spoiled.<br class=""><br class="">I did get Micheal's firmware installed on the OVMS and hooked it up to the car but it's not booting properly (based on status LEDs).  Can that be because of the firmware or is the bootup sequence separate from the car-control code?<br class=""><br class="">The LEDs flash like - 10 Green, 9 Green, 10 Green, 9 Green, then a few reds, then green and red flash together really fast.<br class=""><br class="">I tried sending text messages to the board and no dice.<br class=""><br class="">Any help would be appreciated, looking forward to getting this working!<br class=""><br class="">Robert<br class="">_______________________________________________<br class="">OvmsDev mailing list<br class=""><a href="mailto:OvmsDev@lists.teslaclub.hk" class="">OvmsDev@lists.teslaclub.hk</a><br class="">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev<br class=""></div></div></blockquote></div><br class=""></div></body></html>