I'm having an issue with a Universal Device Poller transform. I've got a poller set up that returns an integer value for the temperature, but it needs to be divided by 100. For example 2137 should be 21.37 degrees Celsius. The poller for that OID is returning the result as it was designed.
I want to define a transform for it to divide the value by 100. However, even if I just add the poller only into the transform, for example the poller is "digital-sen1-1" - with just "{digital-sen1-1}" in the formula, it is returning "-2" instead of "21.37". Interestingly enough, when the temperature is below about 20.50, it returns "-1.01".
Why is this not behaving?