Entry tags:
How do I configure a APC Back-UPS XS 1300 with apcupsd?
1) Edit /etc/apcupsd/apcupsd.conf to include a UPSNAME, change UPSCABLE and USPTYPE to usb and comment the device line, for example:UPSNAME KyleUPS UPSCABLE usb #UPSTYPE apcsmart UPSTYPE usb #DEVICE /dev/ttyS02) In /etc/default/apcupsd change ISCONFIGURED to yes:ISCONFIGURED=yes 3) Start apcupsd with:sudo service apcupsd start 4) Test with the apcaccess command:
|