<html><head></head><body><div dir="ltr">My bad. I'll check it out.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 2 Jun 2024 at 08:14, Roger Price <<a href="mailto:roger_at_rogerprice.org_chribonn@duck.com">roger_at_rogerprice.org_chribonn@duck.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Sat, 1 Jun 2024, Alan via Nut-upsuser wrote:<br>
<br>
> root@proxmox-01:~# cat nano /etc/nut/ups.conf<br>
<br>
If you send us hundreds of lines of comments it makes your post difficult to <br>
understand. Could you trim out the comments with for example<br>
<br>
cat /etc/nut/ups.conf | grep -v "#"<br>
<br>
which would show us the following, which is what we need to see.<br>
<br>
> maxretry = 3<br>
> <br>
> offdelay = 120<br>
> ondelay = 240<br>
> <br>
> [pve1]<br>
> driver = "usbhid-ups"<br>
> port = "auto"<br>
> vendorid = "06DA"<br>
> productid = "FFFF"<br>
> desc = "Phoenixtec Power Co., Ltd Innova Unity"<br>
> serial = "CPANM2436540037"<br>
> override.battery.charge.low = 70<br>
> override.battery.runtime.low = 2500<br>
> # wait 5 minutes for ups to power off<br>
> override.ups.delay.shutdown = 300<br>
<br>
I don't see the line<br>
<br>
lowbatt = 70<br>
<br>
which you need to make a permanent change to the value. If you use the <br>
"override", the driver will restore the default. See chapter 2.7 in <br>
<a href="https://rogerprice.org/NUT/ConfigExamples.A5.pdf" rel="noreferrer" target="_blank">https://rogerprice.org/NUT/ConfigExamples.A5.pdf</a><br>
<br>
Try re-running your test with lowbatt = 70 . Roger_______________________________________________<br>
Nut-upsuser mailing list<br>
<a href="mailto:Nut-upsuser@alioth-lists.debian.net" target="_blank">Nut-upsuser@alioth-lists.debian.net</a><br>
<a href="https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsuser" rel="noreferrer" target="_blank">https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsuser</a><br>
</blockquote></div>
</body></html>