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.
Mhhh... I converted the CLI value 3.39dBm to watt and get 0.0021827299118 Watt. But you're right... you're doing everything right.
Extreme should return:
entPhySensorValue.135 = 2184
or change scale to
entPhySensorScale.135 = milli
Do you agree with me?