<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Tonight I've received on my app the following message:<div>SEVCON ALERT 0x4582 Safety Case 1</div><div><br></div><div>What does it mean?</div><div><br></div><div><b style="font-size: 11pt; font-family: Calibri, sans-serif; text-align: -webkit-auto;"><span style="font-family: 'Trebuchet MS', sans-serif;">Gianluca</span></b></div><div><div apple-content-edited="true"><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px;"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div style="text-align: -webkit-auto; font-family: Calibri, sans-serif; font-size: 11pt; margin: 0cm 0cm 0.0001pt;"><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt;"><b><span style="font-family: 'Trebuchet MS', sans-serif;"><br></span></b></div></div></div></span></div></div></div></div><div><div>Il giorno 29/giu/2014, alle ore 06:00, <a href="mailto:ovmsdev-request@lists.teslaclub.hk">ovmsdev-request@lists.teslaclub.hk</a> ha scritto:</div><br class="Apple-interchange-newline"><blockquote type="cite">Send OvmsDev mailing list submissions to<br><span class="Apple-tab-span" style="white-space:pre">      </span><a href="mailto:ovmsdev@lists.teslaclub.hk">ovmsdev@lists.teslaclub.hk</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br><span class="Apple-tab-span" style="white-space:pre">     </span>http://lists.teslaclub.hk/mailman/listinfo/ovmsdev<br>or, via email, send a message with subject or body 'help' to<br><span class="Apple-tab-span" style="white-space:pre">  </span>ovmsdev-request@lists.teslaclub.hk<br><br>You can reach the person managing the list at<br><span class="Apple-tab-span" style="white-space:pre">       </span>ovmsdev-owner@lists.teslaclub.hk<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of OvmsDev digest..."<br><br><br>Today's Topics:<br><br>   1. Re: changing android app server IP (Tom Saxton)<br>   2. Re: changing android app server IP (Lee Howard)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Sat, 28 Jun 2014 09:28:52 -0700<br>From: Tom Saxton <tom@idleloop.com><br>Subject: Re: [Ovmsdev] changing android app server IP<br>To: OVMS Developers <ovmsdev@lists.teslaclub.hk><br>Message-ID: <CFD43A7E.6BBAD%tom@idleloop.com><br>Content-Type: text/plain;<span class="Apple-tab-span" style="white-space:pre">     </span>charset="US-ASCII"<br><br>I just downloaded the Android Open Vehicle app and configured it for our<br>Roadster. It gives me an error message that it can't connect and<br>recommends checking my passwords. I've double-checked the passwords and I<br>think they are right.<br><br>I don't see anywhere to enter my OVMS server user name, which the iOS app<br>requires. Is that the problem?<br><br>    Tom<br><br>-----Original Message-----<br>From: Mark Webb-Johnson <mark@webb-johnson.net><br>Reply-To: OVMS Developers <ovmsdev@lists.teslaclub.hk><br>Date: Saturday, June 28, 2014 at 6:06 AM<br>To: OVMS Developers <ovmsdev@lists.teslaclub.hk><br>Subject: Re: [Ovmsdev] changing android app server IP<br><br><blockquote type="cite">Lee,<br><br>Looks good. I merged it, and submitted v3.2.2 to google play.<br><br>Regards, Mark.<br><br>On 28 Jun, 2014, at 3:44 am, Lee Howard <lee.howard@mainpine.com> wrote:<br><br><blockquote type="cite">On 06/27/2014 10:38 AM, Lee Howard wrote:<br><blockquote type="cite">On 06/26/2014 08:38 PM, Tom Saxton wrote:<br><br><blockquote type="cite">Arguably the server account should be per-vehicle but I'm guessing the<br>thought was that anyone who has multiple OVMS vehicles will have them<br>all<br>on the same server and making that app-wide means you only have to<br>enter<br>username, password and server IP once.<br><br>Of course none of this is any help for figuring out how to do it on<br>Android...<br></blockquote><br>As I dug-into the Android code better to hard-code the address change<br>I discovered - to my delight - that the app server address is stored in<br>a per-car data object.  Yay!  So this is nice.  I'm going to give this<br>another shot.<br></blockquote><br>Here is the patch.  Someone with privs can apply it and commit these<br>changes to the repository if it meets with their approval.<br><br>It's a very small enhancement - basically permitting an interface to<br>sel_server in the CarData object.  The interface is right where it<br>should be, IMO: right where you enter the vehicle info and passwords.<br>The default is left to "tmc.openvehicles.com", but the user now has the<br>capability to modify it (on a per-car basis, even).<br><br>I did not change the sel_server initialization value of<br>"tmc.openvehicles.com".  I could have changed this to "" as with the<br>other CarData strings, but it probably makes little difference. Leaving<br>it to initialize with "tmc.openvehicles.com" possibly it could be<br>confusing to someone later who doesn't recognize that the initialized<br>value is always overwritten by the configured value (as with the other<br>CarData strings which are initialized to "").  If someone cares they can<br>modify that at the top of CarData.java.<br><br>This patch also makes one obvious grammatical correction in a string<br>appearing on the same page layout.<br><br>If there is any concern just look at the patch - it's a very, very<br>benign set of changes.  This e-mail is longer than the patch is.<br><br>Thanks,<br><br>Lee.<br><br>-- <br>*Lee Howard*<br>*Mainpine, Inc. Chief Technology Officer*<br>Tel: +1 866 363 6680 | Fax: +1 360 462 8160<br>lee.howard@mainpine.com | www.mainpine.com<br><br><ovms-android-editserver.patch>__________________________________________<br>_____<br>OvmsDev mailing list<br>OvmsDev@lists.teslaclub.hk<br>http://lists.teslaclub.hk/mailman/listinfo/ovmsdev<br></blockquote><br>_______________________________________________<br>OvmsDev mailing list<br>OvmsDev@lists.teslaclub.hk<br>http://lists.teslaclub.hk/mailman/listinfo/ovmsdev<br><br></blockquote><br><br><br><br>------------------------------<br><br>Message: 2<br>Date: Sat, 28 Jun 2014 10:05:43 -0700<br>From: Lee Howard <lee.howard@mainpine.com><br>Subject: Re: [Ovmsdev] changing android app server IP<br>To: ovmsdev@lists.teslaclub.hk<br>Message-ID: <53AEF5E7.1060806@mainpine.com><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>I'm using my built .apk instead of the one from Google Play, but my <br>source code is now identical to the one in the git repository.<br><br>Mine is working fine for me.<br><br>Admittedly, I do get confused about which one is the server password and <br>which one is the module password, and so I just swap them around if I <br>get the password error.  Maybe the Android app has the two mixed-up?<br><br>As for the app not needing the your account username... I've never <br>needed it on the Android app before.  I think that it just uses the car <br>info.<br><br>Thanks,<br><br>Lee.<br><br><br>On 06/28/2014 09:28 AM, Tom Saxton wrote:<br><blockquote type="cite">I just downloaded the Android Open Vehicle app and configured it for our<br>Roadster. It gives me an error message that it can't connect and<br>recommends checking my passwords. I've double-checked the passwords and I<br>think they are right.<br><br>I don't see anywhere to enter my OVMS server user name, which the iOS app<br>requires. Is that the problem?<br><br>     Tom<br><br></blockquote><br>-- <br>*Lee Howard*<br>*Mainpine, Inc. Chief Technology Officer*<br>Tel: +1 866 363 6680 | Fax: +1 360 462 8160<br>lee.howard@mainpine.com | www.mainpine.com<br><br><br>------------------------------<br><br>_______________________________________________<br>OvmsDev mailing list<br>OvmsDev@lists.teslaclub.hk<br>http://lists.teslaclub.hk/mailman/listinfo/ovmsdev<br><br><br>End of OvmsDev Digest, Vol 29, Issue 73<br>***************************************<br></blockquote></div><br></div></body></html>