It shows the difference in fuel level for the time period.
I was assuming it should show spent fuel for the current day, that means calculate each trip and show it in Summary
I think I found the reason, this device is sending fuel in 2 attributes: fuel and io84.
io84 is sent always with the current level of fuel, is there any way how to show io84 value in report instead Fuel? so the fuel will be calculated from io84. I updated config copy attribute with io84 and test shows correct value, I have updated device on page and assigned it
You can use computed attributes for it.
I did it in this way:
Description Attribute Expression Type
Fuel io84 io84 ? io84 : 0 number
and assigned Fuel attribute to device
is this enough? or other configuration must be done
If you want it to replace fuel, you have to select fuel as the attribute.
Hi
I can see correct values for Fuel spent in report Trips per each trip, but Summary report for day is showing current value of Fuel level in tank:
is there a way how to show spent fuel for current day? It shows even negative number as you can see
thanks
Michal