Search found 1 match

by Hiero
Tuesday 11 January 2022 23:06
Forum: Bash / PowerShell / Batch etc.
Topic: APC UPS Monitoring
Replies: 38
Views: 45535

Re: APC UPS Monitoring


I've made a domoticz plugin for the APC UPS monitoring. It can be found here: https://github.com/jgaalen/domoticz-apc-ups-plugin

Also, here's a dzVents script that I use to alert myself when it starts running on battery:


return {
on = {
devices = {
'APC - Status'
}
},
execute = function ...