<p dir="ltr">Hi <br>
After the release of the 3.3.0 version is now possible to lock unlock the car by reducing max speed. <br>
Would be nice if (by feature enabling)  ovms could handle automatic lock each time car is parked, forcing an unlock by the app.<br>
Maybe Can be an app feature. <br>
</p>
<div class="gmail_quote">Il 07/giu/2014 00:42  <<a href="mailto:ovmsdev-request@lists.teslaclub.hk">ovmsdev-request@lists.teslaclub.hk</a>> ha scritto:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Send OvmsDev mailing list submissions to<br>
        <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>
        <a href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev" target="_blank">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:ovmsdev-request@lists.teslaclub.hk">ovmsdev-request@lists.teslaclub.hk</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:ovmsdev-owner@lists.teslaclub.hk">ovmsdev-owner@lists.teslaclub.hk</a><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: Twizy feature ideas (Mark Webb-Johnson)<br>
   2. Re: Twizy feature ideas (Nikolay Shishkov)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 6 Jun 2014 20:31:29 +0800<br>
From: Mark Webb-Johnson <<a href="mailto:mark@webb-johnson.net">mark@webb-johnson.net</a>><br>
Subject: Re: [Ovmsdev] Twizy feature ideas<br>
To: OVMS Developers <<a href="mailto:ovmsdev@lists.teslaclub.hk">ovmsdev@lists.teslaclub.hk</a>><br>
Message-ID: <<a href="mailto:49247C68-2B86-467C-A9E8-72E7B1D10629@webb-johnson.net">49247C68-2B86-467C-A9E8-72E7B1D10629@webb-johnson.net</a>><br>
Content-Type: text/plain; charset="windows-1252"<br>
<br>
Bug squished. Live on tmc now (and pushed to github).<br>
<br>
Neat web page. Shows promise.<br>
<br>
Regarding the CORS, I?m very willing to make the changes - just not really sure what headers exactly need to be added. Anyone here know what I would need to add?<br>
<br>
Regards, Mark.<br>
<br>
On 6 Jun, 2014, at 3:03 pm, Michael Balzer <<a href="mailto:dexter@expeedo.de">dexter@expeedo.de</a>> wrote:<br>
<br>
> Nikolay,<br>
><br>
> you found an API server bug :-)<br>
><br>
> Solution: delete all domain cookies for "<a href="http://openvehicles.com" target="_blank">openvehicles.com</a>" from your browser before using the API.<br>
><br>
> The API server gets confused by multiple cookies. If you visit <a href="http://www.openvehicles.com" target="_blank">www.openvehicles.com</a> before using the API, you get a persistent PHP session cookie like this:<br>

><br>
> Name    SESS619b2b3f204291df32506531f8b446dd<br>
> Host    .<a href="http://openvehicles.com" target="_blank">openvehicles.com</a><br>
> Pfad    /<br>
><br>
> As the host defines ".<a href="http://openvehicles.com" target="_blank">openvehicles.com</a>" and path "/", this cookie also gets sent to the API host, which then confuses this one with the "ovmsapisession" cookie, i.e.<br>

><br>
> Name    ovmsapisession<br>
> Host    <a href="http://tmc.openvehicles.com" target="_blank">tmc.openvehicles.com</a><br>
> Pfad    /api/<br>
><br>
> Regards,<br>
> Michael<br>
><br>
><br>
> Am <a href="tel:05.06.2014%2023" value="+390506201423">05.06.2014 23</a>:46, schrieb Nikolay Shishkov:<br>
>> Thanks Michael,<br>
>> I am getting "login ok" when pressing on the login button, but then all the other buttons are giving "authentication error" message.<br>
>> I could check that the cookie is sent with the request, but the server seems to respond with the 400 code.<br>
>> I tried in Chrome. Where, how do you use the page?<br>
>> Nikolay<br>
>><br>
>><br>
>> On Thursday, June 5, 2014 10:59 PM, Michael Balzer <<a href="mailto:dexter@expeedo.de">dexter@expeedo.de</a>> wrote:<br>
>><br>
>><br>
>> Nikolay,<br>
>><br>
>> that's right, I intend to get this running without an otherwise necessary proxy, i.e. for local HTML pages on mobile devices or the like. I've been in contact with Mark about CORS on the perl server.<br>

>><br>
>> A server could of course be used, most simply the HTTP API itself could deliver the client page, but CORS should now enable to cope without and open possible cross origin data/control integrations. Not sure about static pages for this though, not yet tested. I think it would be cool to just load some HTML file in your browser and have a graphical OVMS client.<br>

>><br>
>> The "code" is currently just a first test bed HTML page to interact with the HTTP API. No graphics, just a simple table view. Works, but is clumsy as hell.<br>
>><br>
>> Try yourself, I've attached it.<br>
>><br>
>> Regards,<br>
>> Michael<br>
>><br>
>><br>
>> Am <a href="tel:05.06.2014%2011" value="+390506201411">05.06.2014 11</a>:26, schrieb Nikolay Shishkov:<br>
>>> Hi Michael,<br>
>>><br>
>>> I am very interested in the "Browser client using HTTP API and jQuery/Flot for visualization". From the comment that CORS is needed I suspect you want to have the html5 page locally and then fetch data from the server while using other sources for context data.<br>

>>> Have you considered running this on a separate server that serves as a gateway to the TMC server?<br>
>>><br>
>>> Have you uploaded the code somewhere?<br>
>>><br>
>>> I have been playing around with C# client and was thinking of using it on an <a href="http://asp.net" target="_blank">asp.net</a> server...<br>
>>><br>
>>> Nikolay<br>
>>><br>
>>><br>
>>> On Wednesday, June 4, 2014 11:22 PM, Michael Balzer <<a href="mailto:dexter@expeedo.de">dexter@expeedo.de</a>> wrote:<br>
>>><br>
>>><br>
>>> Am <a href="tel:04.06.2014%2007" value="+390406201407">04.06.2014 07</a>:38, schrieb Gianluca Magalotti:<br>
>>> > For nice2have features I'll wait for your list (I have my personal<br>
>>> > list too but maybe we'll have a later focus on that)<br>
>>><br>
>>> So here it is.<br>
>>><br>
>>> If other Twizy drivers would like to add their ideas, you're welcome.<br>
>>><br>
>>> I'll do my best to check new ideas against my collected knowledge of<br>
>>> what's possible up to now and give you some feedback.<br>
>>><br>
>>><br>
>>> Regards,<br>
>>> Michael<br>
>>><br>
>>><br>
>>> --<br>
>>> Michael Balzer * Paradestr. 8 * D-42107 Wuppertal<br>
>>> Fon <a href="tel:0202%20%2F%20272%202201" value="+3902022722201">0202 / 272 2201</a> * Handy 0176 / 206 989 26<br>
>>><br>
>>><br>
>>><br>
>>> _______________________________________________<br>
>>> OvmsDev mailing list<br>
>>> <a href="mailto:OvmsDev@lists.teslaclub.hk">OvmsDev@lists.teslaclub.hk</a><br>
>>> <a href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev" target="_blank">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br>
>>><br>
>>><br>
>>><br>
>>><br>
>>> _______________________________________________<br>
>>> OvmsDev mailing list<br>
>>> <a href="mailto:OvmsDev@lists.teslaclub.hk">OvmsDev@lists.teslaclub.hk</a><br>
>>> <a href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev" target="_blank">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br>
>><br>
>> --<br>
>> Michael Balzer * Paradestr. 8 * D-42107 Wuppertal<br>
>> Fon <a href="tel:0202%20%2F%20272%202201" value="+3902022722201">0202 / 272 2201</a> * Handy 0176 / 206 989 26<br>
>><br>
>> _______________________________________________<br>
>> OvmsDev mailing list<br>
>> <a href="mailto:OvmsDev@lists.teslaclub.hk">OvmsDev@lists.teslaclub.hk</a><br>
>> <a href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev" target="_blank">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br>
>><br>
>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> OvmsDev mailing list<br>
>> <a href="mailto:OvmsDev@lists.teslaclub.hk">OvmsDev@lists.teslaclub.hk</a><br>
>> <a href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev" target="_blank">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br>
><br>
><br>
> --<br>
> Michael Balzer * Paradestr. 8 * D-42107 Wuppertal<br>
> Fon <a href="tel:0202%20%2F%20272%202201" value="+3902022722201">0202 / 272 2201</a> * Handy 0176 / 206 989 26<br>
> _______________________________________________<br>
> OvmsDev mailing list<br>
> <a href="mailto:OvmsDev@lists.teslaclub.hk">OvmsDev@lists.teslaclub.hk</a><br>
> <a href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev" target="_blank">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.teslaclub.hk/pipermail/ovmsdev/attachments/20140606/f06979ad/attachment-0001.html" target="_blank">http://lists.teslaclub.hk/pipermail/ovmsdev/attachments/20140606/f06979ad/attachment-0001.html</a>><br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 6 Jun 2014 15:42:41 -0700 (PDT)<br>
From: Nikolay Shishkov <<a href="mailto:nshishkov@yahoo.com">nshishkov@yahoo.com</a>><br>
Subject: Re: [Ovmsdev] Twizy feature ideas<br>
To: OVMS Developers <<a href="mailto:ovmsdev@lists.teslaclub.hk">ovmsdev@lists.teslaclub.hk</a>><br>
Message-ID:<br>
        <<a href="mailto:1402094561.72475.YahooMailNeo@web141203.mail.bf1.yahoo.com">1402094561.72475.YahooMailNeo@web141203.mail.bf1.yahoo.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
I believe the following two headers should do it:<br>
Access-Control-Allow-Origin: *<br>
Access-Control-Allow-Credentials: true<br>
<br>
But needs to be tested.<br>
<br>
<br>
On Friday, June 6, 2014 2:31 PM, Mark Webb-Johnson <<a href="mailto:mark@webb-johnson.net">mark@webb-johnson.net</a>> wrote:<br>
<br>
<br>
<br>
Bug squished. Live on tmc now (and pushed to github).<br>
<br>
Neat web page. Shows promise.<br>
<br>
Regarding the CORS, I?m very willing to make the changes - just not really sure what headers exactly need to be added. Anyone here know what I would need to add?<br>
<br>
Regards, Mark.<br>
<br>
On 6 Jun, 2014, at 3:03 pm, Michael Balzer <<a href="mailto:dexter@expeedo.de">dexter@expeedo.de</a>> wrote:<br>
<br>
Nikolay,<br>
<br>
you found an API server bug :-)<br>
<br>
Solution: delete all domain cookies for "<a href="http://openvehicles.com" target="_blank">openvehicles.com</a>" from your browser before using the API.<br>
<br>
The API server gets confused by multiple cookies. If you visit <a href="http://www.openvehicles.com" target="_blank">www.openvehicles.com</a> before using the API, you get a persistent PHP session cookie like this:<br>
<br>
Name??? SESS619b2b3f204291df32506531f8b446dd<br>
Host??? .<a href="http://openvehicles.com" target="_blank">openvehicles.com</a><br>
Pfad??? /<br>
<br>
As the host defines ".<a href="http://openvehicles.com" target="_blank">openvehicles.com</a>" and path "/", this cookie also gets sent to the API host, which then confuses this one with the "ovmsapisession" cookie, i.e.<br>

<br>
Name??? ovmsapisession<br>
Host??? <a href="http://tmc.openvehicles.com" target="_blank">tmc.openvehicles.com</a><br>
Pfad??? /api/<br>
<br>
Regards,<br>
Michael<br>
<br>
<br>
Am <a href="tel:05.06.2014%2023" value="+390506201423">05.06.2014 23</a>:46, schrieb Nikolay Shishkov:<br>
<br>
Thanks Michael,?<br>
>I am getting "login ok" when pressing on the login button, but then all the other buttons are giving "authentication error" message.?<br>
>I could check that the cookie is sent with the request, but the server seems to respond with the 400 code.?<br>
>I tried in Chrome. Where, how do you use the page?<br>
>Nikolay<br>
><br>
><br>
><br>
>On Thursday, June 5, 2014 10:59 PM, Michael Balzer <<a href="mailto:dexter@expeedo.de">dexter@expeedo.de</a>> wrote:<br>
><br>
><br>
><br>
>Nikolay,<br>
><br>
>that's right, I intend to get this running without<br>
                    an otherwise necessary proxy, i.e. for local HTML<br>
                    pages on mobile devices or the like. I've been in<br>
                    contact with Mark about CORS on the perl server.<br>
><br>
>A server could of course be used, most simply the<br>
                    HTTP API itself could deliver the client page, but<br>
                    CORS should now enable to cope without and open<br>
                    possible cross origin data/control integrations. Not<br>
                    sure about static pages for this though, not yet<br>
                    tested. I think it would be cool to just load some<br>
                    HTML file in your browser and have a graphical OVMS<br>
                    client.<br>
><br>
>The "code" is currently just a first test bed HTML<br>
                    page to interact with the HTTP API. No graphics,<br>
                    just a simple table view. Works, but is clumsy as<br>
                    hell.<br>
><br>
>Try yourself, I've attached it.<br>
><br>
>Regards,<br>
>Michael<br>
><br>
><br>
><br>
>Am <a href="tel:05.06.2014%2011" value="+390506201411">05.06.2014 11</a>:26, schrieb Nikolay Shishkov:<br>
><br>
>Hi Michael,?<br>
>><br>
>><br>
>>I am very interested in the "Browser client using HTTP API and jQuery/Flot for visualization". From the comment that CORS is needed I suspect you want to have the html5 page locally and then fetch data from the server while using other sources for context data.?<br>

>>Have you considered running this on a separate server that serves as a gateway to the TMC server?<br>
>><br>
>><br>
>>Have you uploaded the code somewhere?<br>
>><br>
>><br>
>>I have been playing around with C# client and was thinking of using it on an <a href="http://asp.net" target="_blank">asp.net</a> server...<br>
>><br>
>><br>
>>Nikolay<br>
>><br>
>><br>
>><br>
>>On Wednesday, June 4, 2014 11:22 PM, Michael Balzer <<a href="mailto:dexter@expeedo.de">dexter@expeedo.de</a>> wrote:<br>
>><br>
>><br>
>><br>
>>Am <a href="tel:04.06.2014%2007" value="+390406201407">04.06.2014 07</a>:38, schrieb Gianluca Magalotti:<br>
>>> For nice2have features I'll wait<br>
                                  for your list (I have my personal<br>
>>> list too but maybe we'll have a<br>
                                  later focus on that)<br>
>><br>
>>So here it is.<br>
>><br>
>>If other Twizy drivers would like to<br>
                                  add their ideas, you're welcome.<br>
>><br>
>>I'll do my best to check new ideas<br>
                                  against my collected knowledge of<br>
>>what's possible up to now and give you<br>
                                  some feedback.<br>
>><br>
>><br>
>>Regards,<br>
>>Michael<br>
>><br>
>>--<br>
>>Michael Balzer * Paradestr. 8 *<br>
                                  D-42107 Wuppertal<br>
>>Fon <a href="tel:0202%20%2F%20272%202201" value="+3902022722201">0202 / 272 2201</a> * Handy 0176 / 206<br>
                                  989 26<br>
>><br>
>><br>
>><br>
>><br>
>>_______________________________________________<br>
>>OvmsDev mailing list<br>
>><a href="mailto:OvmsDev@lists.teslaclub.hk">OvmsDev@lists.teslaclub.hk</a><br>
>><a href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev" target="_blank">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>>_______________________________________________<br>
OvmsDev mailing list <a href="mailto:OvmsDev@lists.teslaclub.hk">OvmsDev@lists.teslaclub.hk</a> <a href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev" target="_blank">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br>

><br>
>--<br>
Michael Balzer * Paradestr. 8 * D-42107 Wuppertal<br>
Fon <a href="tel:0202%20%2F%20272%202201" value="+3902022722201">0202 / 272 2201</a> * Handy 0176 / 206 989 26<br>
><br>
>_______________________________________________<br>
>OvmsDev mailing list<br>
><a href="mailto:OvmsDev@lists.teslaclub.hk">OvmsDev@lists.teslaclub.hk</a><br>
><a href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev" target="_blank">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br>
><br>
><br>
><br>
><br>
><br>
>_______________________________________________<br>
OvmsDev mailing list <a href="mailto:OvmsDev@lists.teslaclub.hk">OvmsDev@lists.teslaclub.hk</a> <a href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev" target="_blank">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br>

<br>
<br>
--<br>
Michael Balzer * Paradestr. 8 * D-42107 Wuppertal<br>
Fon <a href="tel:0202%20%2F%20272%202201" value="+3902022722201">0202 / 272 2201</a> * Handy 0176 / 206 989 26<br>
_______________________________________________<br>
OvmsDev mailing list<br>
<a href="mailto:OvmsDev@lists.teslaclub.hk">OvmsDev@lists.teslaclub.hk</a><br>
<a href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev" target="_blank">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br>
<br>
<br>
<br>
_______________________________________________<br>
OvmsDev mailing list<br>
<a href="mailto:OvmsDev@lists.teslaclub.hk">OvmsDev@lists.teslaclub.hk</a><br>
<a href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev" target="_blank">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.teslaclub.hk/pipermail/ovmsdev/attachments/20140606/d12fa0ef/attachment.html" target="_blank">http://lists.teslaclub.hk/pipermail/ovmsdev/attachments/20140606/d12fa0ef/attachment.html</a>><br>

<br>
------------------------------<br>
<br>
_______________________________________________<br>
OvmsDev mailing list<br>
<a href="mailto:OvmsDev@lists.teslaclub.hk">OvmsDev@lists.teslaclub.hk</a><br>
<a href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev" target="_blank">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br>
<br>
<br>
End of OvmsDev Digest, Vol 29, Issue 11<br>
***************************************<br>
</blockquote></div>