Apologies in advance if this belongs in the “Feature Request” section. Wasn’t sure if I should post it there or here in Hass.io.
I recently purchased a CyberPower UPS to plugin all of my networking and Raspberry Pi devices, one of which runs Hass.io. There’s a piece of software called Network UPS Tool (NUT) that can monitor the status of most UPS systems. I currently have it running on a separate Raspberry Pi with the Home Assistant NUT component so I can view my UPS status. I’d like to eventually further expand this such that if my home loses power and the battery gets to a certain state, to gracefully shutdown my Raspberry Pi’s.
Anyways, I think it would be awesome to be able to have this as a Hass.io add-on for folks to easily add the NUT services required to utilize the NUT component in Home Assistant.
If so, could you post up a good docker-compose.yaml and configuration files?
I’ve been banging my head against a wall trying to get this running. I’m was making progress and it’s been frustratingly slow but I think I’ve hit a wall. Google hasn’t offered any additional solutions, either.
sorry for briging an old thread.
I’m not sure I understand how it works, do I own a https://www.cyberpowersystems.com/product/ups/intelligent-lcd/brg1500avrlcd/
the network input output doesn’t seem to be for communication, only the serial and usb, I need to connect the usb directly in my raspberry pie?
You need to connect the UPS via USB to whatever is running your NUT server. I was never able to get the HA add-on to work, so I setup the NUT server on a separate raspberry pi that I have running PiHole. From there, I just run the NUT integration from HA (not to be confused with the NUT add-on which is the server) which acts as a client and connects to the NUT server.
Does anyone know where I can find the list of supported monitored conditions?
I set up the sensor but I only get 4 sensors (charge status, runtime, battery voltage & input voltage) even tho the add-on lists a lot more than that and I’ve selected a bunch of those.
I don’t know if I’m doing something wrong or if those are the only available things to monitor.
Could you possibly just clarify the steps for me to access a UPS Network Management Card 2 (9630) on a Smart-UPS SMX1500 using NUTS? Trying to get my head around the whole process as I’m new to this. I’m using Hassio and from what I understand, this is the process.
Install NUT add-on which acts as a NUT server and connects to the remote UPS (can’t get the server to run for some reason).
Install NUT integration and connect to NUT add-on (server).
Are there any steps I need to take onboard the UPS itself for access and what is the advantage of going this route vs just setting up SNMP sensors like this thread?