fesch / CanZE

Take a closer look at your ZE car
http://canze.fisch.lu
Other
119 stars 70 forks source link

LELink not working on iOS #798

Open StuartZE40 opened 1 month ago

StuartZE40 commented 1 month ago

Hi, Have recently bought an LELink OBDII to use on my Zoe ZE40 and downloaded Can ZE app from App Store on my iPad (10th Gen). App won’t work if set to Zoe ZE40/50. Constantly times out and no data displayed. Will stay connected when set to ZoeR240 but most data missing or corrupted. Eg battery charge constantly reads 12% when actual charge is 60%. Settings page attached. Any suggestions? Cheers IMG_0277 IMG_0278 IMG_0275

ik2wxx commented 1 month ago

Hello Please experiment with other Zoe models, use "Test dongle" button (upper right corner in the Settings screen), it should tell you battery charging level and car's VIN. If any model will work, OBD is not compatible. Also, disconnect dongle from OBD port so you reset connection. Hope this can help...

StuartZE40 commented 1 month ago

Hi Roberto,Thanks for the advice. Have tried the dongle test on all models, resetting the dongle each time. The test shows fail on all models except R240 where it shows the same 12% SOC and no  VIN. From your earlier mail would this mean there is a problem with the dongle?Cheers,StuartSent from my iPadOn 25/03/2024, at 7:35 PM, Roberto Sonzogni @.***> wrote: Hello Please experiment with other Zoe models, use "Test dongle" button (upper right corner in the Settings screen), it should tell you battery charging level and car's VIN. If any model will work, OBD is not compatible. Also, disconnect dongle from OBD port so you reset connection. Hope this can help...

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

ik2wxx commented 1 month ago

Hi, sorry for the delay but I wanted to check with my car and my dongles. I have LELINK and VGATE and they worked 100% similar. I have a ZE50 car but I don't think that's the problem: I've tried with LELINK OBD first, and the test failed (tried several times and log OBD messages to file so I can check on my PC later). Tried with VGATE OBD and it worked at first attempt. Difference in app between LELINK and VGATE it's just the BLE address so the app is sending same commands with both OBDs. Reading logs I discovered that LELINK does connect and speaks to the car but some commands do not get correct reply from car, as VGATE do. Maybe something changed in my car firmware ?

LELINK

> 'atfcsh18dadaf1'
<< 'OK
>' (5)
> '021003'
<< 'CAN ERROR
>' (12)
< 'CAN ERROR' (9)
ERROR

VGATE

> 'atfcsh18dadaf1'
<< 'OK
>' (5)
> '021003'
<< '065003003201F4AA
' (17)
< '5003003201F4AA' (14)
01010000000000110000000000110010000000011111010010101010 (56)
<< '
>' (2)

That is unexpected to me as LELINK OBD has always worked without problems. As a quick fix....I suggest you to get a VGATE OBD... Sorry for that.

StuartZE40 commented 1 month ago

Hi Roberto,Thanks for taking the time on this.Will try and get a Vgate OBD and see how that goes.Cheers,StuartSent from my iPadOn 28/03/2024, at 8:09 PM, Roberto Sonzogni @.***> wrote: Hi, sorry for the delay but I wanted to check with my car and my dongles. I have LELINK and VGATE and they worked 100% similar. I have a ZE50 car but I don't think that's the problem: I've tried with LELINK OBD first, and the test failed (tried several times and log OBD messages to file so I can check on my PC later). Tried with VGATE OBD and it worked at first attempt. Difference in app between LELINK and VGATE it's just the BLE address so the app is sending same commands with both OBDs. Reading logs I discovered that LELINK does connect and speaks to the car but some commands do not get correct reply from car, as VGATE do. Maybe something changed in my car firmware ? LELINK

'atfcsh18dadaf1' << 'OK ' (5) '021003' << 'CAN ERROR ' (12) < 'CAN ERROR' (9) ERROR

VGATE

'atfcsh18dadaf1' << 'OK ' (5) '021003' << '065003003201F4AA ' (17) < '5003003201F4AA' (14) 01010000000000110000000000110010000000011111010010101010 (56) << ' ' (2)

That is unexpected to me as LELINK OBD has always worked without problems. As a quick fix....I suggest you to get a VGATE OBD... Sorry for that.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>