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

JLR App needs to update car status - library doesnt #67

Closed
mattnewham opened this issue Jul 29, 2019 · 3 comments
Closed

JLR App needs to update car status - library doesnt #67

mattnewham opened this issue Jul 29, 2019 · 3 comments
Labels
question Further information is requested

Comments

@mattnewham
Copy link

I have noticed that after some time the car (RR Velar) seems to go to sleep, and the status is not updated to the servers. I requests status using JLRPY and it will report doors as unlocked for example, when actually they are locked.

Upon opening the official JLR app, it says "updating" then the correct status is returned, and then if I check with JLRPY it is then also correct.

Im not sure if this is an ICE car specific thing, as perhaps the i-pace stays awake with it being electric.

Just wondered if you had any thoughts or have seen this yourself?

@ardevd
Copy link
Owner

ardevd commented Jul 29, 2019

Unless it's done differently with ICE cars, you can trigger a status update manually.

v.get_health_status()

The command will return a service status response. You can look up the service id later and check status too. Once it's finished, updated data from the vehicle should be available.

@ardevd ardevd added the question Further information is requested label Jul 29, 2019
@mattnewham
Copy link
Author

v.get_health_status() updates the vehicle status and then everything is current. Thanks

@ardevd
Copy link
Owner

ardevd commented Aug 30, 2019

Excellent. I'll close this issue then.

@ardevd ardevd closed this as completed Aug 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants