Hi Michael, Nice work doing the Android release. I've just tested 3.17.1 and it's working fine for me on a pixel 3. I have several vehicles connected on the app and switching between them and viewing map location works fine, just as before. No issues as yet 👍 On Sun, 6 Sep 2020 at 09:03, <ovmsdev-request@lists.openvehicles.com> wrote:
Send OvmsDev mailing list submissions to ovmsdev@lists.openvehicles.com
To subscribe or unsubscribe via the World Wide Web, visit http://lists.openvehicles.com/mailman/listinfo/ovmsdev or, via email, send a message with subject or body 'help' to ovmsdev-request@lists.openvehicles.com
You can reach the person managing the list at ovmsdev-owner@lists.openvehicles.com
When replying, please edit your Subject line so it is more specific than "Re: Contents of OvmsDev digest..."
Today's Topics:
1. Android App 3.17.1 (Michael Balzer) 2. Re: OBD/UDS Poller receiver rework (Chris van der Meijden) 3. Re: OBD/UDS Poller receiver rework (Michael Balzer) 4. Re: OBD/UDS Poller receiver rework (Michael Balzer)
----------------------------------------------------------------------
Message: 1 Date: Sun, 6 Sep 2020 09:31:42 +0200 From: Michael Balzer <dexter@expeedo.de> To: ovmsdev@lists.openvehicles.com Subject: [Ovmsdev] Android App 3.17.1 Message-ID: <817aeb85-73de-1f8a-c6b9-6840dfcfdbe9@expeedo.de> Content-Type: text/plain; charset=utf-8
Everyone using Android, please test the new Android App release:
https://github.com/openvehicles/Open-Vehicle-Android/raw/master/release/Open...
https://github.com/openvehicles/Open-Vehicle-Android/wiki/History
This includes migration to the new Android Studio 4 and the new AndroidX support libraries, so I'd prefer some test feedback before actually uploading this to the Play store?
Thanks & regards, Michael
-- Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
------------------------------
Message: 2 Date: Sun, 06 Sep 2020 09:39:35 +0200 From: Chris van der Meijden <chris@arachnon.de> To: OVMS Developers <ovmsdev@lists.openvehicles.com> Subject: Re: [Ovmsdev] OBD/UDS Poller receiver rework Message-ID: <1599377975.2221.4.camel@arachnon.de> Content-Type: text/plain; charset="utf-8"
I see some strange behaviour on the T26A e-Up with the new code. I don't get all values from the bus after a fresh reboot (mostly no VIN, sometimes also no SOC)). I have to sent a wakeup call first: I (160137) ovms-server-v2: Send MP-0 S0,K,0,0,stopped,standard,0,0,0,0,0,0,0,21,0,0,0,0,0.00,0,0,0,0,- 1,0,0,0,0,0,0,0,0.00,0.00,0I (160137) ovms-server-v2: Send MP-0 D0,0,5,0,0,0,0,0,0,159,0,0,0,0,11.83,0,12.6,0,0,0,0I (160147) ovms- server-v2: Send MP-0 F3.2.015-42-g2ab8d062/ota_0/main (build idf v3.3.2-881-g22d636b7b Sep??6 2020 09:04:40),,18,1,VWUP.T26,CWLANI (169127) webserver: HTTP POST /api/executeI (169147) webcommand: HttpCommandStream[0x3f852fcc]: 3964692 bytes free, executing: wakeupI (171147) v-vweup-t26: Sent Wakeup Command - stage 1I (171267) v-vweup- t26: Sent Wakeup Command - stage 2OVMS# wakeupVehicle has been wokenI (193527) v-vweup-t26: Comfort CAN calls for sleepI (221137) ovms- server-v2: Send MP-0 S100.0,K,0,0,stopped,standard,260,241,0,0,0,0,0,21,0,0,0,0,0.00,0,0,0,0 ,-1,0,0,0,0,0,0,0,0.00,0.00,0I (221147) ovms-server-v2: Send MP-0 D0,0,5,16,0,0,0,36030,0,220,25,0,1,1,11.47,0,12.6,0,0,0,0I (221147) ovms-server-v2: Send MP-0 F3.2.015-42-g2ab8d062/ota_0/main (build idf v3.3.2-881-g22d636b7b Sep??6 2020 09:04:40),xxxxxxxxxxxxxxxx,18,1,VWUP.T26,CWLAN I did not change my code and have never seen this before. Perhaps a problem with the new polling code? Regards Chris