g-mocken / ZoeStatus

iOS app for remote access to Renault ZOE status
7 stars 1 forks source link

Usage with multiple cars linked to account #6

Closed duracell closed 1 year ago

duracell commented 3 years ago

Hey, thank you for this App :) There are currently 2 zoes attached to my account. In the (new) renault I can just switch between them on top. But I couldn't find any information how I can switch between cars in the app, is this possible? Or at least define a default car on the phone/watch?

g-mocken commented 3 years ago

The current version simply takes the first VIN that it finds in the account, and this is hard coded for now (see MyR.swift, line 284: result!.vehicleLinks[0].vin) - mostly because I have only one car in my own account, and therefore I cannot test it with more than one. It would not be very difficult to add an extra preference item (say: an index number 1, 2, 3 ... ) and then pick the specified one instead. However I would have to totally rely on you (and preferably a few more people) for testing (e.g. via Testflight).

g-mocken commented 3 years ago

As it turns out, it was a little more complicated than I anticipated, but nevertheless here is an experimental version with an additional setting and display of the resulting VIN. (Please wait until Apple approves the linked Testflight version, it may take a day or two.)

duracell commented 3 years ago

Wow, that was really fast! Great Job! <3 Testflight displays, that the app doesn't accept new testers, but will have a look later.

g-mocken commented 3 years ago

Yes, that error message is always confusing. The real problem is that the app has to go through a preliminary review on Apple's side. Just try again later.

g-mocken commented 3 years ago

It was approved, so the link should be active now.