Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

location does work for me #45

Closed
robertaramar opened this issue Feb 18, 2020 · 8 comments
Closed

location does work for me #45

robertaramar opened this issue Feb 18, 2020 · 8 comments
Labels
documentation Improvements or additions to documentation

Comments

@robertaramar
Copy link

robertaramar commented Feb 18, 2020

you write in your WIKI https://github.com/jamesremuscat/pyze/wiki/Known-issues-with-the-Renault-API at the very bottom, that location does not work. It does work for me:

https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/accounts/kmr/remote-services/car-adapter/v1/cars/VF1AG000*********/location

  {
       "data": {
           "type": "Car",
           "id": "VF1AG000*********",
           "attributes": {
               "gpsLatitude": 48.*******,
               "gpsLongitude": 11.*******,
               "lastUpdateTime": "2020-02-18T16:58:38Z"
           }
       }
   }
@jamesremuscat
Copy link
Owner

Thanks for letting me know - that's really useful. You should feel special, you're the first person who's got that URL to work 🙂

@jamesremuscat jamesremuscat added the documentation Improvements or additions to documentation label Feb 19, 2020
@Matthew1471
Copy link

@robertaramar is that by any chance with a ZE50 or a ZE40?

@robertaramar
Copy link
Author

Yes, it's a ZE50 bought this year

@Dave-09
Copy link

Dave-09 commented Jun 25, 2020

This one works with ZE50, but not with ZE40 :)

@lovethyresson
Copy link

Hey @robertaramar @Matthew1471 @Dave-09, does any of you have a clear view on which Zoe's support location and which doesn't? From the thread it looks like this is new in 2019's, but only for ZE50?

@edddeduck
Copy link

Having owned a ZE20 ZE40 & ZE50 (and used Pyze on all 3) I can confirm the only one that provides a valid response to the location is the ZE50 model. I highly doubt they'll retrofit the feature to the older cars.

@epenet
Copy link
Contributor

epenet commented Oct 21, 2020

Check this discussion: #83

model X101VE doesn't return location data (returns error)
model X102VE returns location data, but only if the car actually has a GPS (returns empty object if car doesn't have a GPS)

I haven't (yet) worked out a way to distinguish between ZE50 with GPS and SE50 without GPS

@lovethyresson
Copy link

Thanks @epenet @edddeduck , much appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

7 participants