-
Notifications
You must be signed in to change notification settings - Fork 32
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
Missing odometer information #301
Comments
Old app had the information, the new does not. Seems it maybe because of Toyota... They have removed it |
So there may not be much we can do here if it already no longer exists in the official app. |
Hi @DurgNomis-drol. We currently get the odometer information via the telemetry endpoint using the If so, we still need to clarify what the condition is for data to come via this endpoint. Our current assumption was that this status endpoint is only supported if the vehicle has |
@CM000n when I was investigating the endpoints originally there are stacks of endpoints that have similar names but are /v1, /v2, /legacy, etc. The information for the missing information could be under one of these? I have some code somewhere(back from the original work) that hits all the endpoints looking for useful information. Do you think its useful to add it to the repository for people to try if information is missing? Although in this case not sure it will find anything if its not showing up in the App. |
That would certainly be interesting. But I think that would be best kept somewhere in the docs, if we ever make them: #18 |
Can you give me a hint on how to access the endpoint function directly? |
Set Log level to |
Describe the bug
A clear and concise description of what the bug is.
Using the API, I am missing the odometer information. This was available from the old endpoints.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: