Home Automation/NUT: Difference between revisions
From Cricalix.Net
(Created page with "OS: Hassio - Home Assistant Mode: Container == Installation == # Install the add-on for NUT # Configure a username and password # Set instcmds to ALL # Set actions to SET # Add a device, name myups, driver usbhid-ups, port auto, config [] # Mode is netserver # Disable shutdown_host, because HA is running on a Pi # Start the add-on # Check the logs == Integration == # Install the integration for NUT # It should auto-detect the NUT add-on") |
mNo edit summary |
||
Line 1: | Line 1: | ||
== Installation - Direct Connect == | |||
== Installation == | |||
# Install the add-on for NUT | # Install the add-on for NUT | ||
Line 15: | Line 11: | ||
# Check the logs | # Check the logs | ||
== Integration == | == Integration - Direct Connect == | ||
# Install the integration for NUT | # Install the integration for NUT | ||
# It should auto-detect the NUT add-on | # It should auto-detect the NUT add-on | ||
== Installation - Network Connect to Synology == | |||
* Connect UPS to Synology device | |||
* Enable network access on the Synology UPS page | |||
* Add the IP of the HA box and apply | |||
* Add the NUT integration on HA (ignore the pre-detected one if it doesn't offer a hostname to connect to) | |||
* Hostname is the name/ip of the Synology device | |||
* User is monuser | |||
* Password is secret | |||
* Done. |
Latest revision as of 05:43, 21 September 2023
Installation - Direct Connect
- Install the add-on for NUT
- Configure a username and password
- Set instcmds to ALL
- Set actions to SET
- Add a device, name myups, driver usbhid-ups, port auto, config []
- Mode is netserver
- Disable shutdown_host, because HA is running on a Pi
- Start the add-on
- Check the logs
Integration - Direct Connect
- Install the integration for NUT
- It should auto-detect the NUT add-on
Installation - Network Connect to Synology
- Connect UPS to Synology device
- Enable network access on the Synology UPS page
- Add the IP of the HA box and apply
- Add the NUT integration on HA (ignore the pre-detected one if it doesn't offer a hostname to connect to)
- Hostname is the name/ip of the Synology device
- User is monuser
- Password is secret
- Done.