I collected information bit by bit on how to add a Powerman Online 1000 UPS to Network UPS Tools, which is available via the SNMP protocol, and which is not related to Home Assistant. I post a ready-made and working solution.
- Install the Network UPS Tools addon
- In the settings of the Network UPS Tools addon, add the config.
users:
- username: username
password: password
instcmds:
- all
actions:
- upsmon = slave
devices:
- name: Powerman_Online_1000
driver: snmp-ups
port: 192.168.1.67
config:
- desc = PowermanOnline 1000
- community = public
- snmp_version = v1
- pollinterval = 30
mode: netserver
shutdown_host: "false"
-
In the Network UPS Tools addon settings, enable port 3493 so that you can add the NUT client.
-
Launch the Network UPS Tools addon
-
If everything went smoothly, then install the Network UPS Tools client. You don’t need to enter your username and password.
-
Done. The Powerman Online 1000 UPS is now available in Home Assistant, running on the SNMP protocol.