[Nut-upsuser] using other variables on the UPS

2023-04-12 Thread Prometheus via Nut-upsuser
I am using a TrippLite UPS as well as a usbhid driver and I am trying to use the outlet.delay.start variables as well as other variables but it is saying it doesn't exist with the current driver is there any driver out there compatible with the TrippLite UPS that can accept these variables? ___

Re: [Nut-upsuser] Controlling Outlets on UPS

2023-04-12 Thread Jim Klimov via Nut-upsuser
This normally depends on two things: vendor MIB allowing such control over SNMP at all (e.g. "write this number to this OID to set the load-delay timer for this outlet"), and someone having added and tested such mapping to NUT common data-point naming (in a relevant *-mib.c subdriver). So here NUT

Re: [Nut-upsuser] SNMP installation

2023-04-12 Thread Jim Klimov via Nut-upsuser
Specify the ups.conf data points including the IP address/hostname of the UPS as "port", the community (for SNMPv1/2) or real auth (v3), and optionally the MIB you prefer (by default the driver auto-picks known vendor extended MIBs until it tries the IETF standard MIB as the final fallback). Make