Skip to content

Units? #56

Answered by HKLM
BillyCroan asked this question in Q&A
May 24, 2022 · 2 comments
Discussion options

You must be logged in to vote

This should help you. This is for a gas engine vehicle, I dont have a EV, so I have no idea of the data those vehicles show.

"odometer": {
      "value": 3095.0, //<--km (Kilometers)
},
"oil": {
      "oilLife": "STATUS_GOOD",
      "oilLifeActual": 84, //<-- % (Percentage)
},
"fuel": {
      "fuelLevel": 43.695792,  //<--Liter
      "distanceToEmpty": 299.9, //<-- km (Kilometers)
},
"battery": {
	"batteryStatusActual": {
        "value": 13, //<--Volts
	}
},
"TPMS": {
      "leftFrontTirePressure": {
        "value": "441", //<--kPa (Kilopascal) 
   },
      "recommendedFrontTirePressure": {
        "value": 60 //<--PSI
   },
      "recommendedRearTirePressure": {
        "value": 65 //<…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ianjwhite99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants