Add guide for ups support via nut integration in Synology DSM (#39725)

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Michael 2025-06-26 15:14:09 +02:00 committed by GitHub
parent 9c9284e748
commit c2ea452c0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -173,6 +173,18 @@ To find the `<album_id>` you need to go to the album in your photos instance, an
For performance reasons, a maximum of 1000 images will be shown in the Media Browser.
## UPS support
This integration does not directly support the UPS systems connected to the NAS, but it can be achieved with the [Network UPS Tools (NUT)](/integrations/nut) integration. You need to enable UPS support in your NAS settings, as described in the official Synology [UPS](https://kb.synology.com/en-me/DSM/help/DSM/AdminCenter/system_hardware_ups) documentation, and then integrate the NAS as a UPS server via the NUT integration. Here is a rough step-by-step guide:
1. Activate **Enable UPS support** in the NAS settings under **Control Panel** > **Hardware & Power** > **UPS**.
2. Activate **Enable network UPS server**.
3. Select **Permitted Synology NAS Devices** and add the IP address of your Home Assistant instance.
4. Set up the [Network UPS Tools (NUT)](/integrations/nut) integration.
- **Host**: the IP address or hostname of your NAS.
- **Port**: keep the default (_3493_).
- **Username** and **Password**: keep empty as the NAS doesn't support credentials for the NUT server.
## Troubleshooting
In any case, when reporting an issue, please enable [debug logging](/docs/configuration/troubleshooting/#debug-logs-and-diagnostics), restart the integration, and as soon as the issue re-occurs stop the debug logging again (_download of debug log file will start automatically_). Further _if still possible_, please also download the [diagnostics](/integrations/diagnostics) data. If you have collected the debug log and the diagnostics data, provide them with the issue report.