You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I'm calculating the fuel distance by truck.fuel / truck.fuelAverageConsumption, but due to the truck.fuelAverageConsumption is continuously changing, the estimated fuel distance value is unstable and not accurate. I found there are fuel distance display in some trucks such as Volvo FH. So is it possible to get this value from the telemetry server? Thanks.
The text was updated successfully, but these errors were encountered:
Hi Funbit,
I'm working on a "hardware" dashboard (https://github.com/megatops/ets2_lcd_dashboard). I hope to display the estimated fuel distance here:
Now I'm calculating the fuel distance by
truck.fuel
/truck.fuelAverageConsumption
, but due to thetruck.fuelAverageConsumption
is continuously changing, the estimated fuel distance value is unstable and not accurate. I found there are fuel distance display in some trucks such as Volvo FH. So is it possible to get this value from the telemetry server? Thanks.The text was updated successfully, but these errors were encountered: