I would like to get help from community to configure HA in order to get control and information from Line Keor RT UPS Legrand.
Can anyone help me?
Thks in advance
(the question my have already been solved since this is an old topic, but just in case…)
I have the Legrand Keor 800 UPS, and I was able to add it to HA using the NUT (network UPS tools) service:
I have it connected to my server running Ubuntu, and can connect to it from HA over the network. At the time I got this working I had to manually install the latest version of NUT since APT didn’t have the latest version. For your UPS it might be simpler.
Hi @arnoudh can you share your configuration please? I also have Legrand Keor 800 but is not work with the generic diver.
Note that I do not have the nut-server running on the same device as Home Assistant, but on a separate Ubuntu server.
I needed to manually install nut 2.8.0 to have it recognize the Legrand UPS. The older version 2.7.x that was installed by Ubuntu apt package manager did not support this USB UPS.
I have this in the /etc/nut/ups.conf file:
[nutdev1]
driver = "usbhid-ups"
port = "auto"
vendorid = "1CB0"
productid = "0038"
product = "KEOR PDU 800"
serial = ""
vendor = "Legrand"
bus = "001"
synchronous=yes
and make sure that you enable it to listen on the network (by default it only replies to localhost), in /etc/nut/upsd.conf:
# LISTEN <address> [<port>]
LISTEN 192.168.0.201 3493
LISTEN 127.0.0.1 3493
LISTEN ::1 3493
#
# This defaults to the localhost listening addresses and port 3493.
# In case of IP v4 or v6 disabled kernel, only the available one will be used
After this, it was just a matter of using the NUT add-on with the IP address of the server.