location does work for me
Closed this issue · 8 comments
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:
{
"data": {
"type": "Car",
"id": "VF1AG000*********",
"attributes": {
"gpsLatitude": 48.*******,
"gpsLongitude": 11.*******,
"lastUpdateTime": "2020-02-18T16:58:38Z"
}
}
}
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 🙂
@robertaramar is that by any chance with a ZE50 or a ZE40?
Yes, it's a ZE50 bought this year
This one works with ZE50, but not with ZE40 :)
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?
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.
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
Thanks @epenet @edddeduck , much appreciated!