Details
Description
Since XOS 22.3.1.4 or some versions below Extreme added the feature to pull dBm values from the ports. Works "ok" so far... only interger values are support crap.
Observium is supporting this feature but during the convertion of this value it fails.
Converted DBM value: -7.0E-6 W -> FALSE |
And sensor_unit is wrong. Output is dBm. Attached debug log and a CLI output from the transceiver.
entPhysicalDescr.135 = SFP TX Power Sensor
entPhysicalDescr.136 = SFP RX Power Sensor
entPhySensorValue.135 = 21849
entPhySensorValue.136 = -9999
entPhySensorType.135 = watts
entPhySensorType.136 = watts
entPhySensorScale.135 = micro
entPhySensorScale.136 = micro
Converted DBM value: 0.021849 W -> 13.394315646739 dBm
Converted DBM value: -0.009999 W -> FALSE
What incorrect?