Displaying 20 results from an estimated 20000 matches similar to: "Some beginner help..."
2023 Nov 29
1
NUT 'upsstats' Battery Meter Question
Hello,
I am using Nut 2.8.0 (2.8.0-7 packages) Debian 'Bookworm' in it's Devuan form 'Daedalus'.
When I look at my Eaton (ex-MGE Powerware) E5115 UPS boxes in NUT 'upsstats" I am confused by the battery readings.
Under the 'System' column I can click on the link and obtain a GUI with a few meters.
The NUT 'upsstats' battery voltage meter for these
2023 Nov 30
1
NUT 'upsstats' Battery Meter Question
Hello Jeff,
`upsstats` by itself only relays and renders the information provided by
a NUT data server (upsd) and the NUT driver for the device. So you can
revise the specific reported values with e.g. `upsc` command-line client to
be sure.
What I think happens here is that the driver uses a
`battery.voltage.low/nominal/high` group of readings which does not match
the hardware circumstances
2017 Mar 03
0
NUT - General Concept Question
On Mar 2, 2017, at 1:46 PM, Garrett Michael Hayes <Garrett at VerbalImaging.com> wrote:
>
> I would like to set up a Linux host as a central monitoring system for UPSs throughout our network. I?d like that system to be able to see the various UPSs basically in one of two ways:
> 1) Tapping into a native network interface on the target UPS (such as some larger APC and
2009 Sep 02
6
Selftest intervall, APC Smart-UPS 750 RM
Hello
I recently switched from apcupsd to NUT2.2.2 without
any troubles.
I tried to figure out how I can configure the self-test
intervall. The command upsrw lists only the variables
battery.charge.low
battery.runtime.low
ups.delay.shutdown
ups.delay.start
The command usbhid-ups -D and the listing under
http://obsvermes.org/cgi-bin/nut/upsstats.cgi?host=apcsmart at localhost&treemode
2006 Feb 06
1
upsimage/upsstats: 3phase support
The attached patch is a first stab at adding 3phase support to
upsstats/upsimage. I got a little carried away, so bare with me.
This patch adds 3phase awareness to upsstats/upsimage and the template
files, and in additional to the obvious 3phase variables:
- upsstats:
* Adds IF/ELSE-awareness, and since the parser logic is rather limited
this means that we now have IF, ELSE IF etc since all
2008 Mar 04
1
battery.temperature vs ups.temperature
The (2.2.1) upshid-ups driver reports battery.temperature rather than
ups.temperature. Here's a quick patch to have it show up in the status
page...
--- clients/upsstats.c.DIST 2008-03-04 09:15:40.000000000 +0000
+++ clients/upsstats.c 2008-03-04 09:16:20.000000000 +0000
@@ -787,6 +787,11 @@
return 1;
}
+ if (!strcmp(cmd, "BATTTEMP")) {
+
2014 Feb 15
0
Eaton Powerware 5110 - some stats not reported
> On February 14, 2014 11:22:22 PM CST, Greg Vickers <daehenoc at iinet.net.au> wrote:
>> I ran the new driver (see below) and with -DDDD it throws out tons of
>> never ending information, what am I looking for? :)
>
On Feb 15, 2014, at 2:57 AM, Tim Dawson wrote:
> The driver will poll the UPS for what variables it supports when it starts, and then go into a polling
battery not installed, but battery still 100% and NUT 2.7.2-4 does not catch this and report a error
2017 Apr 10
0
battery not installed, but battery still 100% and NUT 2.7.2-4 does not catch this and report a error
On 04/04/17 15.19, Arnaud Quette wrote:
>
>
> 2017-04-04 14:18 GMT+02:00 Jon Bendtsen <jon.bendtsen at jonix.dk
> <mailto:jon.bendtsen at jonix.dk>>:
[cuuuuut]
>
> there is a Github issue: https://github.com/networkupstools/nut/issues/415
> + a branch with the implementation:
> https://github.com/networkupstools/nut/tree/upsmon_alarm
>
> For now:
> -
2024 Mar 04
2
Cyber Power System CP1500 AVR UPS: changing battery.charge.low value
*Platform: Proxmox VE 8.1.4NUT version: Network UPS Tools upsstats 2.8.0*
I configured Proxmox and I can pull up the UPS stats.
Typing in `*upsrw -l cyberpower at localhost*` I get the following:
*[battery.charge.low]Remaining battery level when UPS switches to LB
(percent)Type: STRINGMaximum length: 10Value:
10[battery.runtime.low]Remaining battery runtime
2013 Jul 31
2
nut package with Riello UPS support
I'll test it.
I'm a bit confused with cgi-bin. I have made a lot of hosts.conf copies and
didn't understand
where does upsstats trying to find hosts.conf
# ps -aux | grep ups
_ups 13934 0.0 0.0 484 920 ?? Ss 5:41PM 0:01.53
/usr/local/bin/riello_ser -a senpro
_ups 9171 0.0 0.1 532 1168 ?? Ss 5:41PM 0:00.13
/usr/local/sbin/upsd
_ups 16906 0.0 0.1
2014 Feb 15
2
Eaton Powerware 5110 - some stats not reported
The driver will poll the UPS for what variables it supports when it starts, and then go into a polling loop. Look for a section defining the meter map, and you should see the result, as well as the raw data. You can get the comm spec for XCP from the nut site if you want to delve deeper. I'd give more specifics, but am out of town and only working from memory at the moment . . .
- Tim
On
2011 Feb 22
1
Hardware compatibiltiy list -- NetUPS
Hallo,
I own a NETUPS 450 (Model on the sticker: PRM 450i; upsstats reports
"UPS 450 VA FW -0024") which perfectly works with the upscode2 driver.
Maybe you want to add it to your list, even if the model is >10 years
old.
I suppose this is true for the whole series. According manual the come
in the 450VA, 700VA, 1000VA and 1500VA strengths.
They have been sold under different
2014 Feb 11
2
error: Unknown UPS
Hi all,
I've got nut going with a Belkin F6C120auUNV. I'm able to communicate
with the UPS, upsc gives data:
$ sudo upsc BelkinUPS
battery.charge: 37
battery.charge.low: 30
battery.charge.warning: 30
battery.runtime: 120
battery.type: PbAc
battery.voltage: 23.7
...
I've enabled the CGI, and when I go to upsstats.cgi, I see a line entry
like this:
System: BelkinUPS
Model: [error:
2014 Feb 13
2
Eaton Powerware 5110 - some stats not reported
Hi all,
I've hooked up an Eaton Powerware 5110 to Ubuntu 13.10 server, and
configured nut appropriately. The cgi scripts are working fine, but on
upsstats.cgi, the Batter, UPS Temp and Battery Runtime fields are all
blank - and there are no entries for these values in the 'All data' tree.
I've checked the man page for bcmxcp_usb
2014 Feb 13
0
Eaton Powerware 5110 - some stats not reported
Run the driver with -DDDDD and see what variables it picks up. I have
noted that with the Prestige 9 in bcmxcp, some variables are not
consistent within models, and had to do some gentle remapping to get
things to work correctly.
- Tim
On 02/12/2014 06:46 PM, Greg Vickers wrote:
> Hi all,
>
> I've hooked up an Eaton Powerware 5110 to Ubuntu 13.10 server, and
> configured nut
2024 Mar 08
1
Cyber Power System CP1500 AVR UPS: changing battery.charge.low value
On Mon, 4 Mar 2024, Alan C. Bonnici via Nut-upsuser wrote:
> Platform: Proxmox VE 8.1.4
> NUT version: Network UPS Tools upsstats 2.8.0
>
> I configured Proxmox and I can pull up the UPS stats.
> Typing in `upsrw -l cyberpower at localhost` I get the following:
>
> [battery.charge.low]
> Remaining battery level when UPS switches to LB (percent)
> Type: STRING
>
2014 Mar 28
2
Incorrect Values From usbhid-ups
I just noticed what I think is another incorrectly reported value. I
found that on the second screen of upsstats.cgi, the one with bar
graphs, that the reported battery voltage is 16.0V even though the
battery charge is at 100% and the UPS is on AC power. I would have
thought it should be more than 25V.
2014 Feb 15
0
Eaton Powerware 5110 - some stats not reported
On 13/02/14 12:16, Charles Lepple wrote:
> On Feb 12, 2014, at 7:50 PM, Tim Dawson wrote:
>
>> Run the driver with -DDDDD and see what variables it picks up. I have noted that with the Prestige 9 in bcmxcp, some variables are not consistent within models, and had to do some gentle remapping to get things to work correctly.
I ran the new driver (see below) and with -DDDD it throws out
2008 Jul 24
2
Nut-cgi error
Hello all,
I have succefully configure a trust 1200v ups with nut-2.2.2 on an
ubuntu 6.06 LTS by follow this instructions :
http://www.networkupstools.org/doc/2.2.0/INSTALL.html
I have the nut-cgi 2.0.3-4 from the ubuntu repos installed
Now, I have problems to configure the nut-cgi in my web browser and I
have this when i tried to http://localhost/cgi-bin/nut/upsstats.cgi.
Error: can't
2014 Mar 28
0
Incorrect Values From usbhid-ups
On Mar 26, 2014, at 2:15 PM, Bill S wrote:
> I have attached two .gz files of the driver output with the -DDDD
> option. One is for when the unit is on the line AC and the the other
> is when it is on battery so that there are at least two points of
> reference.
>
> In earlier tests, I did note that when the unit was placed on battery
> that the upsstats.cgi screen reported