aesculus / EVTO-App-Feedback

A project to track bugs and ideas for the EVTO App
MIT License
1 stars 0 forks source link

Weather Not Appropriate for New Routes #500

Closed aesculus closed 6 years ago

aesculus commented 6 years ago

For the longest time I have noticed that sometimes the calculations change from when a new route occurs from subsequent calculations. It was erratic and there seemed to be no order to why or why not this occurred.

This results in the wrong SoC being calculated and obviously can alter how a waypoint should charge etc. Subsequent calculations are stable and more correct.

aesculus commented 6 years ago

It turns out I was not waiting on the callback for the last weather fetch, and instead could overrun the weather if the change in routing occur mid segment for example.

This has been fixed in V 1.2 (74) and calculations should be correct at any routing change from the get go now.