You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on this as a kind of follow-up to the changes recently proposed to upsmon (ALARM, ECO), will open a pull request when done here as well (might take a while as I'm a bit swamped with daily life at the moment). 😎
Currently (v0.70) WMNut only supports a few device status values, namely
OL
,OB
,LB
,OVER
(loaded):wmnut/src/wmnut.h
Lines 78 to 85 in e3255f7
wmnut/src/wmnut.c
Lines 130 to 151 in e3255f7
wmnut/src/wmnut.c
Lines 344 to 435 in e3255f7
Recent years of evolution on NUT side added many more values, see https://github.com/networkupstools/nut/blob/master/clients/status.h and https://github.com/networkupstools/nut/blob/master/clients/upsmon.h -- such as "administrative OFF", "administrative bypass", "calibration", "trim/boost", and recently "ECO mode" in networkupstools/nut#2637 - would be nice to reflect those in the widget.
The text was updated successfully, but these errors were encountered: