mjholmes / nodered-preservationeval

A node-red function to mimic the calculations done by the Dew Point Calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodered-preservationeval

A node-red function to mimic the calculations done by the Dew Point Calculator.

Details

The preservation evaluation code was taken from the Dew point calulator created by the Image Permanence Institute. For details of the calculations see:

Usage

Copy the contents of the flow file into the clipboard then import into node-red. Feed in temperauture and relative humidity values (as msg.payloads 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

Example flow using preservation evaluation function

About

A node-red function to mimic the calculations done by the Dew Point Calculator