Calculating of the dew point temperature

Based on the air temperature and humidity value, it is possible to determine the dew point temperature.

In the example, Multisensor IR measurements were used to determine it.

In order to calculate the dew point temperature you have to create:

  • user feature of type number in the CLU:

  • the script:
temp = CLU->MS_TEMPERATURE_SENSOR_01->Value

humidity = CLU->MS_HUMIDITY_SENSOR_01->Value

CLU->dew_point_temp=(humidity/100)^0.125*(112+0.9*temp)+0.1*temp-112

 

  •  interface containing Value_V2 widgets displaying the appropriate values:






After sending the configuration to the CLU, the interface should display the values of air temperature, humidity and dew point temperature: