How do I PLEG for heat and humidity

I am a noob with PLEG. I want to turn on and off several Appliance Modules based upon the Temp and Humidity readings from an AEON MultiSensor.

My parameters for Triggers are below.

Triggers
Name Description State Last True Last False
Hum_Hi Humidity reported by _CH_1_Humidity Sensor go above 95 false 0 0
Hum_Low Humidity reported by _CH_1_Humidity Sensor go below 60 true 2015-05-13 21:54:20.102 0
Temp_Hi _4 in 1 sensor (temp) temperature goes above 5 degrees false 0 2015-05-14 13:26:24.965
Temp_Low _4 in 1 sensor (temp) temperature goes below 2 degrees true 2015-05-14 13:26:24.965 0

Thanks in advance

Check out the Video’s and Getting started guide.

You have inputs …
Now you need conditions such as:

HighAlert Hum_Hi or Temp_Hi
LowAlert Hum_Low or Temp_Low

Put actions and/or notifications on these conditions.