Hi All, I have an Unit Parameter object assigned to a temperature sensor, and this always used to work up until about Dec last year. I don't recall if I made any changes, etc, but possibly I had readdressed the temp sensor or something. The value of the object is being regularly updated, so I know it's talking to the unit. The script attached to the object is below local value = GetUnitParameter(0, 3, 1) SetUserParam(0, 'bath_temperature_string', tonumber(string.format("%." ..(1).. "f", value))..' °C') I'm seeing an error message now saying the "Application is not supported". Can anyone advise as to where the issue is likely to be? Does GetUnitParameter go directly to the unit and request the value, or does it get the value from the Unit Parameter? Cheers, Paul