Not sure what I am doing wrong, below is the errors I am getting in the log. Connecting to NUT host 127.0.0.1:3493 self._srv_handler = telnetlib.Telnet(self._host, self._port, File "/usr/lib/python3.10/telnetlib.py", line 218, in init self.open(host, port, timeout) File "/usr/lib/python3.10/telnetlib.py", line 235, in open self.sock = socket.create_connection((host, port), timeout) File "/usr/lib/python3.10/socket.py", line 845, in create_connection raise err File "/usr/lib/python3.10/socket.py", line 833, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "//nut-influxdbv2-exporter.py", line 140, in <module> ups_client = PyNUTClient( File "/usr/local/lib/python3.10/dist-packages/nut2.py", line 70, in init self._connect() File "/usr/local/lib/python3.10/dist-packages/nut2.py", line 112, in _connect raise PyNUTError("Socket error.") nut2.PyNUTError: Socket error. Exit status not 0