Displaying 6 results from an estimated 6 matches for "eaton1".
Did you mean:
eaton
2015 Jan 01
2
Problem with ups-dummy driver (repeater mode)
...UPSes named `ups` while the other 3/4
are named something descriptive and helpful for administration.
I think I should be able to use the "dummy-ups" driver in repeater mode
to create a virtual UPS named "ups" that tracks the status of a real UPS
named something else (i.e., `eaton1`).
From the documentation, I think my "ups.conf" should look like:
[eaton1]
driver = usbhid-ups
serial = "..."
port = auto
desc = "Eaton PW9130L1500R-XL2U #1"
[eaton2]
driver = usbhid-ups
serial = "...
2015 Jan 02
2
Problem with ups-dummy driver (repeater mode)
On Jan 1, 2015, at 8:23 PM, Charles Lepple <clepple at gmail.com> wrote:
> On Jan 1, 2015, at 4:57 PM, Jonathan Gammell <jon.gammell at utoronto.ca> wrote:
>
>> [ups]
>> driver = dummy-ups
>> port = eaton1
>> desc = "Dummy UPS"
>
> There is a typo in the specification of "port =" in the dummy-ups man page, but your configuration file is effectively looking for a simulation file named 'eaton1'. The presence of an "@" character enables repeater m...
2015 Jan 02
0
Problem with ups-dummy driver (repeater mode)
On Jan 1, 2015, at 4:57 PM, Jonathan Gammell <jon.gammell at utoronto.ca> wrote:
> [ups]
> driver = dummy-ups
> port = eaton1
> desc = "Dummy UPS"
There is a typo in the specification of "port =" in the dummy-ups man page, but your configuration file is effectively looking for a simulation file named 'eaton1'. The presence of an "@" character enables repeater mode. If you c...
2015 Jan 03
0
Problem with ups-dummy driver (repeater mode)
...les Lepple wrote:
> On Jan 1, 2015, at 8:23 PM, Charles Lepple <clepple at gmail.com> wrote:
>
>> On Jan 1, 2015, at 4:57 PM, Jonathan Gammell <jon.gammell at utoronto.ca> wrote:
>>
>>> [ups]
>>> driver = dummy-ups
>>> port = eaton1
>>> desc = "Dummy UPS"
>>
>> There is a typo in the specification of "port =" in the dummy-ups man page, but your configuration file is effectively looking for a simulation file named 'eaton1'. The presence of an "@" character enable...
2023 Nov 10
0
A proper way to modify battery.charge.low persistently
.... Makes no difference. The point is that, to
put this UPS variable to practical use, we need to configure it
permanently / persistently.
And, this is where the documentation feels a little sketchy.
The setting command in the shell goes like
upsrw -s battery.charge.low=90 -u my_user -p my_passwd eaton1
But... is there perhaps some systemic way where to configure a UPS
variable? So that it gets configured first thing after a reboot?
Turns out that there isn't.
You need to enter this into a script somewhere.
I was wondering about Systemd's ExecStartPost, but as the nut-server
service u...
2015 Jan 03
1
Problem with ups-dummy driver (repeater mode)
On Jan 2, 2015, at 8:15 PM, Jonathan Gammell <jon.gammell at utoronto.ca> wrote:
>
> Thanks Charles,
>
> You're right that it should be "eaton1 at localhost". That was actually just a one-off mistake in making a simple example to post. The errors are the same even with the correct "@localhost". I will look into whether there's a backport to 12.04, as a race condition seems logical. I'm glad to hear that my use case s...