Despite hours of searches and several attempts, I cannot configure apcupsd
to manage my UPS.
This is my UPS: https://www.se.com/ww/en/product/BK650MI/apc-backups-650va-230v/
My configuration:
- Raspberry Pi 4, 5.10.63-v7l+
- Serial to USB Cable, correctly configured:
Bus 001 Device 003: ID 067b:23c3 Prolific Technology, Inc. USB-Serial Controller
- The port is configured correctly:
pi@raspberrypi:~ $ ls -ltra /dev/serial/by-id
total 0
drwxr-xr-x 4 root root 80 Dec 29 23:05 ..
drwxr-xr-x 2 root root 60 Dec 29 23:05 .
lrwxrwxrwx 1 root root 13 Dec 29 23:05 usb-Prolific_Technology_Inc._USB-Serial_Controller_BRA_h10CD20-if00-port0 -> ../../ttyUSB0
- I tried every possible configuration in the
apcupsd.conf
file. The furthest I went in terms of results from testing was with the following:
UPSCABLE simple
UPSTYPE dumb
DEVICE /dev/ttyUSB0
But even then, the every option under apctest
fails: Illegal response.
I followed these guides: