Network UPS Tools (NUT) - Config as client

Hello,

has someone created the NUT config for a client mode?
I mean the one in Network UPS Tools configuration, to be able to start it…
I tried but its not fully clear what is mandatory.

Usually I only do:

MONITOR [email protected] 1 upsremote 123456 slave

1 Like

done see below

HomeAssistant is really outstanding, but documentaries is so lean, that it really hard to understand basic things.

If someone want to also connect to a Qnap running NUT server, try this to start:

users:
  - username: admin
    password: '123456'
    instcmds:
      - all
    actions: []
devices:
  - name: myups
    driver: usbhid-ups
    port: auto
    config: []
mode: netclient
shutdown_host: 'false'
remote_ups_name: qnapups
remote_ups_host: 192.168.0.xxx
remote_ups_user: admin
remote_ups_password: '123456'
upsd_maxage: 10
4 Likes