A node-red function to mimic the calculations done by the Dew Point Calculator.
The preservation evaluation code was taken from the Dew point calulator created by the Image Permanence Institute. For details of the calculations see:
Copy the contents of the flow
file into the clipboard then import into node-red. Feed in temperauture and relative humidity values (as msg.payload
s with topics set to temperature
and humidity
) into the join block. Once both are recevied the calculated values will be sent the appropriate outputs.
- Temperature is in degrees Celsius
- Humidity is relative humidity in percent