search for: get_ups_info

Displaying 2 results from an estimated 2 matches for "get_ups_info".

Did you mean: get_fs_info
2008 Dec 19
1
megatec_usb: Ippon BackComfoPro (06da:0003 Phoenixtec Power)
...ibed issue. The only significant remaining problem is that Output voltage is being reported as 1.0 volt. I guess the voltage for USB protocol might be reported as a fraction of input voltage, or maybe that's because I am mixing an older version of NUT with the newest megatec_usb driver. Also, get_ups_info (the "I" query) fails with a "short read", but it's not really a concern, since it does not prevent the driver from starting and it works fine after that. -- With respect, Roman -------------- next part -------------- A non-text attachment was scrubbed... Name: nut-ippon-c...
2007 Feb 01
2
Re: [Nut-upsuser] Ablerex 625L USB version
...r to \"Q1\" command."); > > *************** > *** 265,270 **** > --- 267,273 ---- > > upsdebugx(1, "Asking for UPS information (\"I\" command)..."); > comm->send("I%c", ENDCHAR); > + upsdebugx(4, "get_ups_info: getting receive stuff, ignchars: > %s", IGNCHARS); > ret = comm->recv(buffer, RECV_BUFFER_LEN, ENDCHAR, IGNCHARS); > if (ret < I_CMD_REPLY_LEN) { > upsdebugx(1, "UPS doesn't return any information > about itself."); >...