Hi all,
I have 2 mini-pc, one with HomeAssistant and the other one with OMV6 (used as a NAS, Frigate, Influxdb, etc…).
I have attached an UPS to HA and I’d like to manage a safe shutdown of both servers when, after a blackout, the battery level is reaching 0% (mostly <10%).
Is there any way to shutdown both servers ?
That it would mean remotely connect to OMV6 (I think via ssh), run a script to shutdown it, then shutdown HA server where the automation is running.
Any idea or suggestion ?
All NAS have support for UPS and can shutdown when the UPS reports low battery. There should be a configuration screen for this.
There are two components involved typically a NUT server and a NUT client. NUT clients can connect to a NUT server that is either running locally or on another server.
So you could either run the NUT server on your NAS (and plug the UPS usb into it) and then config it to shutdown. Or run the NUT server as an HA Addon and have the NAS NUT client talk to it.