diff --git a/cm3apps/installAPC.txt b/cm3apps/installAPC.txt new file mode 100644 index 0000000000000000000000000000000000000000..17b7894848f669b08d42056a7be73e79045bf073 --- /dev/null +++ b/cm3apps/installAPC.txt @@ -0,0 +1,30 @@ + +connect acpc with cable AND usb cable to station +sudo apt-get install apcupsd + +possibly change vi /etc/apcupsd/apcupsd.conf +UPSNAME smartupsC1500 +UPSCABLE usb +UPSTYPE usb +DEVICE +POLLTIME 60 + +BATTERYLEVEL 10 + +MINUTES 10 + +TIMEOUT 0 + +sudo vi /etc/default/apcupsd +ISCONFIGURED=yes + +sudo systemctl restart apcupsd + +check +apcaccess status + +to test it +sudo systemctl stop apcupsd +sudo apctest + +