
Originally Posted by
svetter88
Hello,
Trying to get the apcupsd working on 13.1 and Back-UPS NS 1080 with a USb connection. Looked at the manual on Source Forge and found that the manual there does not match what SuSE 13.1 has in the way of directories. Is there another configuration manual I should be using?
In directory "/etc/apcupsd", I edited the file "apcupsd.conf"
Here are my changes ("diff -u" format):
Code:
@@ -26,7 +26,7 @@
# 940-1524C, 940-0024G, 940-0095A, 940-0095B,
# 940-0095C, M-04-02-2000
#
-UPSCABLE smart
+UPSCABLE usb
# To get apcupsd to work, in addition to defining the cable
# above, you must also define a UPSTYPE, which corresponds to
@@ -76,8 +76,8 @@
# 3052. If this parameter is empty or missing, the
# default of 3052 will be used.
#
-UPSTYPE apcsmart
-DEVICE /dev/ttyS0
+UPSTYPE usb
+#DEVICE /dev/ttyS0
# POLLTIME <int>
# Interval (in seconds) at which apcupsd polls the UPS for status. This
And then, as best I can recall, I used:
Code:
# systemctl enable apcupsd.service
# systemctl start aptcupsd.service
and everything has been working fine. I do have to start the GUI (via KDE startup & shutdown)
Bookmarks