Open dmatech1 opened 2 years ago
For local-only use, just use the "standalone" mode in nut.conf
. I'll need the driver and perhaps upsd
, but I don't think I'll need upsmon
. I really just want to be able to make queries and receive events like in the socket protocol and act on them.
Work to be done:
Looks a bit better.
I've got a bunch of UPS units around here, and they're all supported by NUT. I'd like to get a notification whenever power goes on and off, and I'd also like to have the voltage, current, frequency, and other stuff logged to a database just for fun.
In order for the alerts to actually get out, certain devices will need to be on the UPS (and even that's not a guarantee). To be extra certain, I could use a cheap cellular modem.
I'll need to determine exactly what's plugged into each UPS. Ideally, I'd also measure the power draw over a period of time, because it might be a good idea to rearrange some things.
Finally, I've got multiple devices plugged into each UPS, so I'd have to take advantage of the networking features of NUT if I want devices to shut down cleanly.