It uses fuel level attribute.
Do you know if there is a way to use the fuel consumed? unfortunately my car does not display the remaining fuel
Not at the moment. You can potentially use computed attributes to calculate "fake" fuel level.
Perfect, thank you. I created an attribute calculated using the following formula:
10000 - fuelConsumed
I noticed however that the resulting value, is rounded and does not save the decimal values, so if I make a trip where I consume only 0.8 liters for example, I get marked 0. Am I missing something?
Does fuelConsumed have decimal places?
yes he has them
I solved. I had set a value too high, now it also marks the decimals.
Thanks so much
@nikkk hello nicola can you post the formula used
Thank you
I use:
return 999999 - fuelUsed
Hi,
My gps transmit the FuelUsed attribute correctly, but when I look at the summary, the fuel consumed column is always at 0. How can I fix it?
Thanks