I'm trying to get time series engine status from StatusData API below for building a data analysis software, and looking for a spec of when the Geotab system get the data from the GO device.
https://geotab.github.io/sdk/software/api/reference/#T:Geotab.Checkmate.ObjectModel.Engine.StatusData
My question is:
- How it's determined by the system to upload each engine status record to Geotab cloud?
- Is there a way to configure the data upload strategy? By interval based, value delta based, whatever it's appreciated.
I tried to get EV battery status, and figured out the data resolution is much different on each day for battery charge status.
[one day]
6.5 hour driving
190 battery data
=> 2.0 minutes/data
[another day]
2.5 hour driving
260 battery data
=> 0.6 minutes/data
[+ another day]
5.0 hour driving
0 battery data
=> infinite minutes/data
I referred the below document to get battery data.
https://docs.google.com/document/d/1f5aUkK9t3JiEqg6oL9dep5UDps_ymuC2refw7pEZ0VU/edit#bookmark=kix.486lj0orwea5
Thank you!