we have a Woehrle WISUS WP-T UPS (german manufacturer) with a Generex CS141 management card and without a temperature sensor (batteries are stored separately from the UPS chassis).
Unfortunately the card is showing 999°C temperature both in the web interface and SNMP output:
snmpwalk -v2c -c public a.b.c.d .1.3.6.1.2.1.33.1.2.7.0
iso.3.6.1.2.1.33.1.2.7.0 = INTEGER: 999
Hi,
we have a Woehrle WISUS WP-T UPS (german manufacturer) with a Generex CS141 management card and without a temperature sensor (batteries are stored separately from the UPS chassis). Unfortunately the card is showing 999°C temperature both in the web interface and SNMP output:
CRITICAL - temperature is 999.00C, unit is not on battery power, capacity is 100.00%, output load1 28.00%, output load2 28.00%, output load3 45.00%
Since this is not a realistic value, we did extend the filter in "Classes/UPS/Components/BatterySubsystem.pm":
replaced with
Maybe you want also put it into upstream (or it helps at least someone else).
Nevertheless, thanks for the script!