I have Eaton 9SX 6000i RT UPS that I am using with an Eaton Network M2 Card in pair with EMP Gen 2 probe. The problem is that I can’t obtain temperature and humidity readings with decimal precision via SNMP, it is being rounded to integer value:
Text
snmpwalk -v1 -c public 192.168.0.8 -m "EATON-EMP-MIB" iso.3.6.1.4.1.534.1.6 EATON-EMP-MIB::xupsEnvRemoteTemp.0 = INTEGER: 17 degrees Centigrade EATON-EMP-MIB::xupsEnvRemoteHumidity.0 = INTEGER: 64 %
However as a matter of fact one can see the Temperature and Humidity data with at least one decimal place precision via Network Card’s Web-interface which means that EMP sensors in fact can be queried with one tenth accuracy.
It looks like SNMP-server (agent), running on a Network M2 card, is not programmed to report the data from EMP sensors with full accuracy. Is there any way to query...