I am building custom probes for Avtech Room Alert units. (I used the
temptrax.a and modified from there.)
I have the on/off sensors figured out but I am having problems with the temp
and humidity sensors.
The device sends back a four digit number. Example:
Temp 7502. The actual value is intended to be understood as 75.02F
Humidity 2462 The actual value is intended to be understood as 24.62.02RH
This below doesnt work
I still ge the original 7502 or 2462 values. What
would work?
<snmp-device-thresholds>
alarm: ${stProbeData2> > ${Probe 2 High - Alarm}/100
"Probe 2 - Hot"
alarm: ${stProbeData3} > ${Probe 3 High - Alarm}/100
"Probe 3 - Hot"
alarm: ${stProbeData2} < ${Probe 2 Low - Alarm}/100
"Probe 2 - Cold"
alarm: ${stProbeData3} < ${Probe 3 Low - Alarm}/100
"Probe 3 - Cold"
warning: ${stProbeData2} > ${Probe 2 High - Warning}/100
"Probe 2 - Warm"
warning: ${stProbeData3} > ${Probe 3 High - Warning}/100
"Probe 3 - Warm"
warning: ${stProbeData2} < ${Probe 2 Low - Warning}/100
"Probe 2 - Cool"
warning: ${stProbeData3} < ${Probe 3 Low - Warning}/100
"Probe 3 - Cool"
</snmp-device-thresholds>
<snmp-device-display>
\5\Temperature Probes\0\
\4\${stProbeName2}:\0\ ${stProbeData2 / 100}\3IG\¡ F\P0M\
\4\${stProbeName3}:\0\ ${stProbeData3 / 100}\3IG\¡ HR\P0M\
</snmp-device-display>
_________________________
Mike Lieberman, President
Net Wright LLC
Tel: 307-857-4898
Fax: 307-857-4872
____________________________________________________________________
List archives:
http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: [EMAIL PROTECTED]