enviroCar / enviroCar-app

enviroCar Android Application
https://envirocar.org
GNU General Public License v3.0
90 stars 158 forks source link

App doesn't take measurements while tracking #79

Closed AlbertRemke closed 11 years ago

AlbertRemke commented 11 years ago

App (4 July 2013) tracks the car but doesnt take measurements (consumption, CO2..). Looking up the track data in the list of my tracks results in a duplicate entry in the list of my tracks. The duplicate entry is empty (no values at all).

AlbertRemke commented 11 years ago

the JSON contains: {"type":"Feature","properties":{"phenomenons":{"MAF":{"value":37.72},"Consumption":{"value":0},"CO2":{"value":0},"Speed":{"value":24}},"sensor":"51cdb01ae4b0f76308194c4a","time":"2013-07-3T05:50:00Z"},"geometry":{"type":"Point","coordinates":[7.65242,51.9534]}}

jakobmoellers commented 11 years ago

We could not replicate the problem. We will upload a new version this evening. Hopefully, the problem will not occur again.

AlbertRemke commented 11 years ago

I checked my old tracks (locally stored) and noticed, that the measurements worked until 2013-06-24.The version I used from 2013-06-25 on didn't provide values on consumption, CO2. No change in the car or smartphone/OBD2 device. I remember that Martin wrote (26.June), that he had implemented a new algorithm for calculating the consumption/CO2 emission. Perhaps a side effect?