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

Feature request: log and chart elevation for drives #109

Closed
olexs opened this issue Aug 21, 2019 · 2 comments
Closed

Feature request: log and chart elevation for drives #109

olexs opened this issue Aug 21, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@olexs
Copy link
Contributor

olexs commented Aug 21, 2019

Changes in elevation have a significant impact on efficiency when driving. The data should already be present in vehicle's position information. Having a summed elevation change (+/- X m) in the "Drives" table as well as an elevation chart in drive details can help evaluate consumption and efficiency in more detail.

@adriankumpf
Copy link
Collaborator

adriankumpf commented Aug 21, 2019

Yep, that would be an awesome feature. I've already planned to implement that next. It's not as simple as reading the position from the API though since elevation data is not available (anymore): https://tesla-api.timdorr.com/vehicle/state/drivestate

To protect the users privacy (and also to avoid API rate limits), fetching the elevation of every single position from an external maps provider is not an option, in my opinion. My current plan is to rewrite parts of this library in Elixir first. That is going to take a while.

@adriankumpf adriankumpf added the enhancement New feature or request label Aug 21, 2019
@adriankumpf
Copy link
Collaborator

Resolved by 1e6d71d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants