From ec77c58e27c138994f9f080230fc627f86b97449 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Tue, 26 Apr 2022 21:36:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20more=20drivers=20tested,=20didn'?= =?UTF-8?q?t=20work=20at=20all?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e35663e..05e601a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ A while ago I bought a UPS (Uninterruptible power supply) from Amazon Basics. I tried multiple drivers for it, but they all had their problems: - **NUT** tended to mess up the USB connection after some days to a point where you had to **unplug and re-plug the USB cable** of the UPS - UPower had a stable connection, battery percentage was updated in real-time, but the **charging state was frozen**, displaying `fully-charged` when UPS was at 5% charge or displaying `charging` when UPS was already at 100% +- ..and many more that didn't work at all. So I tried writing dirty fixes for both of those drivers, which would reset the USB connection when detecting such problem. But it wasn't as stable as I had hoped.