Hi all
I have a problem, we have a Infratec RMS AD1 Appliance with 3 temp. sensors. I can check the temp. sensors with SNMP but I have fahrenheit and I need celius. How I can convert this to celsius?
I know the formula:
fahrenheit to celsius = ( TFahrenheit - 32 ) × 5 / 9
or
fahrenheit in celsius = ( TFahrenheit - 32 ) × 1.8
I have already an item:
Description: Temp Serverraum Test
Type: SNMPv1 agent
SNMP community: public
SNMP OID: .1.3.6.1.4.1.1909.10.4.1.1.3.2
SNMP port: 161
Key: temp_serverraum_test
Type of information: Numeric (integer 64bit)
Units: C
Use multiplier: Do not use
Update interval (in sec): 30
Keep history (in days): 90
Keep trends (in days): 365
Status: Active
Store value: As is
Show value: As is
And a trigger:
Name: Temp. Warung - Serverraum - Test
Expression: {Template_Infratec:temp_serverraum_test.last(0)>84
The trigger depends on: No dependences defined
Event generation: Normal
I tried to inetgrate the formula in the trigger but i need this in my item to visibel it or not? How can i solve my problem? I need the celius value in my SMS and in my graph.
Trigger test with formula:
Expression: ({Template_Infratec:temp_serverraum_test.last(0)}-32)*5/9<30
I have a problem, we have a Infratec RMS AD1 Appliance with 3 temp. sensors. I can check the temp. sensors with SNMP but I have fahrenheit and I need celius. How I can convert this to celsius?
I know the formula:
fahrenheit to celsius = ( TFahrenheit - 32 ) × 5 / 9
or
fahrenheit in celsius = ( TFahrenheit - 32 ) × 1.8
I have already an item:
Description: Temp Serverraum Test
Type: SNMPv1 agent
SNMP community: public
SNMP OID: .1.3.6.1.4.1.1909.10.4.1.1.3.2
SNMP port: 161
Key: temp_serverraum_test
Type of information: Numeric (integer 64bit)
Units: C
Use multiplier: Do not use
Update interval (in sec): 30
Keep history (in days): 90
Keep trends (in days): 365
Status: Active
Store value: As is
Show value: As is
And a trigger:
Name: Temp. Warung - Serverraum - Test
Expression: {Template_Infratec:temp_serverraum_test.last(0)>84
The trigger depends on: No dependences defined
Event generation: Normal
I tried to inetgrate the formula in the trigger but i need this in my item to visibel it or not? How can i solve my problem? I need the celius value in my SMS and in my graph.
Trigger test with formula:
Expression: ({Template_Infratec:temp_serverraum_test.last(0)}-32)*5/9<30
Comment