Value conversions in log playback

Some values (like coolant temperature) will convert C to F if you indicated F is preferred. When you data log those values and play them back, the already converted data gets converted again.

For example:
True value = 0C
Converted to F = 32F
Replayed log data = 89.6F (treats 32F as if it was C)

I’ve noticed it does this with other values too. Is the only way to fix this to manually convert value in the XML and alter the units (or remove)?

Not sure if this is known but I initially thought stuff wasn’t logging. Turner out the values were just out of range.

Thanks for reporting, will check