Hi All
I have an APC Smart 3000 with an AP9631 network card. I can access the webUI of the card and would now like to integrate this UPS into NUT tools on HA.
I tried adding to my config (below), changing the driver type to “snmp-ups”. The add-on starts but there appears to be lots of connecting/dis-connecting in the logs
Log
2916.067396 [D1] mainloop: UPS [Network-UPS] is now connected as FD -1
2916.067420 [D1] mainloop: UPS [Network-UPS] is not currently connected
2915.556170 Poll UPS [Network-UPS@localhost] failed - Driver not connected
2916.067437 [D1] mainloop: UPS [Network-UPS] is now connected as FD -1
When I try to “add a device” in the integration, I used “a0d7b954-nut” as the host
but get the following error when I select the “Network-UPS” device I want to add.
Connection error: Error running: LIST VAR Network-UPS: ERR DRIVER-NOT-CONNECTED
If I enter the IP address of the UPS in the host field, I get this error instead
Connection error: [Errno 111] Connect call failed ('192.168.20.81', 3493)
Config
- name: HA-CCTV-UPS
driver: usbhid-ups
port: auto
config:
- desc = HA-CCTV-UPS
- serial = AS10XXXXXXXX
- name: NAS-UPS
driver: usbhid-ups
port: auto
config:
- desc = NAS-UPS
- serial = 3S15XXXXXXXX
- name: Network-UPS
driver: snmp-ups
port: auto
config:
- desc = Network-UPS
- serial = ZA18XXXXXXXX
Has anyone got this working and are there any changes I need to make on the management card to make this work?
Any help appreciated.