There are 2 items in the template named Return Air Temp and Return Air Temp Threshold. Both of these items are polled by snmp, the Return air temp every 10s and the Threshold every 1d. The threshold will never change since that is a value we already set on the units themselves. It is set to 104F. Right now our Return Air temp is at 76F.
I want to create a trigger called Return Temp Warning. If the value of item Return Air Temp exceeds the value of Return Air Temp Threshold for 3m then throw warning. And another one called Critical if the same conditions apply but for more then 10m.
I have looked through the expression creator and didn't see any way to have the expression use another item to check for a condition. Also on another note, If I am using a pre-processing expression to provide the correct values for the Items data will that effect the expression for the trigger. What I mean is that the raw data from the OID for Return Air Temp is 760. I use pre-processing and the expression "scale" by 0.1, to adjust the readout and storage of the data to 76.0.
Now if I have to manually set a value in the triggers expression should I use value that is true to the raw data or the data after pre-processing. https://scrabblewordfinder.vip https://www.applock.ooo https://www.7zip.vip
I want to create a trigger called Return Temp Warning. If the value of item Return Air Temp exceeds the value of Return Air Temp Threshold for 3m then throw warning. And another one called Critical if the same conditions apply but for more then 10m.
I have looked through the expression creator and didn't see any way to have the expression use another item to check for a condition. Also on another note, If I am using a pre-processing expression to provide the correct values for the Items data will that effect the expression for the trigger. What I mean is that the raw data from the OID for Return Air Temp is 760. I use pre-processing and the expression "scale" by 0.1, to adjust the readout and storage of the data to 76.0.
Now if I have to manually set a value in the triggers expression should I use value that is true to the raw data or the data after pre-processing. https://scrabblewordfinder.vip https://www.applock.ooo https://www.7zip.vip
Comment