I received the Unifi UPS Tower this week and am attempting to integrate the NUT Server with Home Assistant.
I have enabled the NUT Server on the UPS Tower, without credentials, however each time I attempt to connect to the NUT Server (with the correct host/port) via the NUT Integration, I receive a Connection Error:.
I have confirmed that I can ping the UPS Tower from Home Assistant, and that the port is open and accessible via nc and nmap. I don't see any reference to the connection attempt/failure in the logs.
➜ ~ ping 192.168.1.111
PING 192.168.1.111 (192.168.1.111): 56 data bytes
64 bytes from 192.168.1.111: seq=0 ttl=63 time=0.611 ms
64 bytes from 192.168.1.111: seq=1 ttl=63 time=0.581 ms
64 bytes from 192.168.1.111: seq=2 ttl=63 time=0.509 ms
^C
--- 192.168.1.111 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.509/0.567/0.611 ms
➜ ~ nc -zv 192.168.1.111 3493
192.168.1.111 (192.168.1.111:3493) open
➜ ~ nmap -p 3493 192.168.1.111
Starting Nmap 7.97 ( https://nmap.org ) at 2025-10-11 11:28 -0400
Nmap scan report for 192.168.1.111
Host is up (0.00068s latency).
PORT STATE SERVICE
3493/tcp open nut
Nmap done: 1 IP address (1 host up) scanned in 0.63 seconds
Has anybody been able to successfully connect to the NUT Server on the Unifi UPS Tower?
Thanks!