I have 4 APC items, 2 UPS and 2 PDU that I want to add to HA.
I have the NUT add-on running and the config filled with the 4 items.
Only the first device with the snmp-ups driver gets data in the NUT Integration.
When I switch the item order of the devices, always the one on top gets data in the integration and the others get unavailable.
What am I missing from the config to get all 4 populated with data?
Below my configuration from the NUT add-on:
users:
- username: xxxx
password: xxxx
instcmds:
- all
actions:
- SET
- FSD
devices:
- name: Switched-Rack-PDU-X1500
driver: snmp-ups
port: 192.168.1.27
config:
- community=public
- snmp_version=v1
- name: Smart-UPS-3000
driver: snmp-ups
port: 192.168.1.26
config:
- community=public
- snmp_version=v1
- name: Switched-Rack-PDU-3000
driver: snmp-ups
port: 192.168.1.28
config:
- community=public
- snmp_version=v1
- name: Smart-UPS-X1500
driver: snmp-ups
port: 192.168.1.29
config:
- community=public
- snmp_version=v1
mode: netserver
shutdown_host: false
list_usb_devices: false
i_like_to_be_pwned: true
log_level: info```