search for: ar01s04

Displaying 20 results from an estimated 56 matches for "ar01s04".

Did you mean: ar01s07
2017 Feb 21
2
Copeland Engineering Dockmaster
Hello! I have a Dockmaster from Copeland Engineering. This is a battery saver used for a laptop docking station in a police car, which has a USB port for relaying its internal timers and state. hid-generic 0003:04D8:0500.0001: hiddev0,hidraw0: USB HID v1.10 Device [Copeland Engineering, LLC Dock Master] on usb-0000:00:10.4-3.3/input0 I'm able to configure usbhid-ups, but it doesn't
2017 Feb 23
2
Copeland Engineering Dockmaster
...sure how to tell usbhid-ups how the data is formatted. How can I get this device working with nut? > > I won't have a chance to look at the data for a few days, but can you grab some logs from "explore mode"? > > http://new.networkupstools.org/docs/developer-guide.chunked/ar01s04.html#hid-subdrivers > > In case that link is broken, a slightly older version: > > http://networkupstools.org/docs/developer-guide.chunked/ar01s04.html#hid-subdrivers > > Please gzip the logs before posting, and use reply-all to include the rest of the list. > > Thanks! >...
2015 Mar 03
0
Install problems (group permissions) with nut 2.7.2
...g is the best route to go. When I can no longer live with the limited nature of the openups-hid driver, I'll revisit writing our own. I'll take this as a TODO item to make it clearer, but for later the basic information is here: http://www.networkupstools.org/docs/developer-guide.chunked/ar01s04.html#_writing_a_subdriver "You must also add the subdriver to USBHID_UPS_SUBDRIVERS in drivers/Makefile.am and call "autoreconf" and/or "./configure" from the top level NUT directory." To run autoreconf, you need automake, autoconf and libtool. automake turns Makefil...
2013 Dec 27
0
Generic UPS driver
...answer. > It might be possible to tell usbhid-ups to match on the 0xFFA0 usage page, and ignore all of the other HID PDC definitions. I'll poke around the code. Ok, let me know if you need anything else. I tryed the instructions at http://www.networkupstools.org/docs/developer-guide.chunked/ar01s04.html , but it didn't work. As a matter of fact, the generated C files did not compile, they had garbage in the middle. Hand editing the sources to make it compile resulted in a non-working driver anyway, probably because of the not implemented usages. Happy $HOLYDAY ;)
2017 Feb 23
0
Copeland Engineering Dockmaster
...I'm not quite sure how to tell usbhid-ups how the data is formatted. How can I get this device working with nut? I won't have a chance to look at the data for a few days, but can you grab some logs from "explore mode"? http://new.networkupstools.org/docs/developer-guide.chunked/ar01s04.html#hid-subdrivers In case that link is broken, a slightly older version: http://networkupstools.org/docs/developer-guide.chunked/ar01s04.html#hid-subdrivers Please gzip the logs before posting, and use reply-all to include the rest of the list. Thanks!
2017 Mar 02
0
Copeland Engineering Dockmaster
...usbhid-ups how the data is formatted. How can I get this device working with nut? >> >> I won't have a chance to look at the data for a few days, but can you grab some logs from "explore mode"? >> >> http://new.networkupstools.org/docs/developer-guide.chunked/ar01s04.html#hid-subdrivers >> >> In case that link is broken, a slightly older version: >> >> http://networkupstools.org/docs/developer-guide.chunked/ar01s04.html#hid-subdrivers >> >> Please gzip the logs before posting, and use reply-all to include the rest of the l...
2019 Jan 28
0
Just an interesting data point [CyberPower SNMP]
...et of the RM202). You can also use snmpwalk to see what other values might be available. Since there is already a skeleton MIB mapping in NUT, the only two things needed are probably the snmpwalk outputs described at the end of this section: https://networkupstools.org/docs/developer-guide.chunked/ar01s04.html#snmp-subdrivers <https://networkupstools.org/docs/developer-guide.chunked/ar01s04.html#snmp-subdrivers> > (Also, I can so far connect only using snmpv1, but I don't know whether > I should expect to get any additional data from snmpv3 anyway.) Again, not my area of expertise,...
2005 Oct 03
2
Real Life FAX sending receiving
is it possible to achive the following scenario? faxmachine--tdm40bFXS--SIPnetwork--Gateway--faxmachine i have found a lot of documents about asterisk receiving a fax and saving it to a file. But i want to receive the fax via SIP and send it to my faxmachine. I also want to send a fax from my faxmachine through the digium card, so asterisk should send the fax via SIP to the gateway, which also
2020 Nov 18
1
NUT with Geekworm x728 UPS Hat on RPi?
...; Looking back on this thread, I think we got carried away by Python. To go > back > to your question: the answer is no, but if you are interested in > developing a > driver for the X728, there is a driver developer guide at > https://networkupstools.org/docs/developer-guide.chunked/ar01s04.html > > Roger_______________________________________________ > Nut-upsuser mailing list > Nut-upsuser at alioth-lists.debian.net > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsuser -------------- next part -------------- An HTML attachment was scrubbed... URL: &lt...
2018 Mar 14
2
Interfacing with Siemens SITOP UPS500S
...red on the device itself, with DIP switches. It determines the time between an 'on battery' event (or the 'R' command) and powering off the load. Can anyone point me in the right direction where I should start? I already found http://networkupstools.org/docs/developer-guide.chunked/ar01s04.html, but it doesn't give any specific tips for serial communication. For example, which source can I use best as a starting point? Or does anyone recognize this protocol, and is it already compatible with an existing driver? Thanks in advance, Matthijs DISCLAIMER: For our full disclaimer, pl...
2015 Mar 02
3
Install problems (group permissions) with nut 2.7.2
Well, having spent a decent amount of time trying to get my driver file added into the Makefile build system (and failing), I've decided that for now, simply adding that one line to the openups-hid.c file and recompiling is the best route to go. When I can no longer live with the limited nature of the openups-hid driver, I'll revisit writing our own. Thanks for the helps. Sincerely,
2017 Jun 07
1
new driver- or vendor-specific variable prefix?
Not to pick on anyone in particular, but for the sake of organization, I think we might need to address the need for variables beyond the standard ones defined here: http://networkupstools.org/docs/developer-guide.chunked/apas01.html From http://networkupstools.org/docs/developer-guide.chunked/ar01s04.html#_variable_names : "PLEASE don?t make up new variables and commands just because you can. The new dstate functions give us the power to create just about anything, but that is a privilege and not a right. Imagine the mess that would happen if every developer decided on their own way to re...
2013 Dec 22
2
Generic UPS driver
On Dec 21, 2013, at 11:36 PM, Ariel Wainer wrote: > On 21/12/13 21:31, Ariel Wainer wrote: >> >> Ok, I did this, here is how it went (approximately): >> t=0 power on the UPS, with some load. >> t=2 min unplug the UPS from mains, alarm goes off. >> t=33 min low battery alarm goes off. >> t=35 min ups powers down. >> > > Ok, trying to make
2019 Jan 27
4
Just an interesting data point
SO, my full load on my core UPS is two Dell R610s, one Sun X4540, one HP DL360p gen8, two six-core Thuban-II workstations plua their monitors, and the network stack and KVM. The APC SU3000RM (3KVA) that blew up last week considered this to be just short of 60% load. The new Cyberpower PR3000 (also 3KVA), wqhich operates at a 90% power factor, considers this same load to be 43% load. I wasn't
2014 Dec 05
0
06da:0002 Phoenixtec Power Co., Ltd UPS
...onverters are laid out), but "Size: 8" is in bits. The interesting part is that "008c..." is the HID Usage Page for bar code scanners. You can try running usbhid-ups in "explore" mode, as explained here: http://www.networkupstools.org/docs/developer-guide.chunked/ar01s04.html#hid-subdrivers The driver keeps looping and reading the values, and you can see whether they correspond to various power states (on battery vs on AC, low battery, etc.) -- Charles Lepple clepple at gmail
2020 Nov 05
5
NUT with Geekworm x728 UPS Hat on RPi?
I searched the forum from the website and didn’t get any hits, so I thought I’d ask here. I have an RPi 4B running Home Assistant. It has the NUT integration, and I have a Geekworm X728 UPS Hat installed. It has an I2C interface for reading data. https://raspberrypiwiki.com/X728-Software I was wondering if NUT supports that? Nick Nick Ellson - from iPhone (forgive typos) CCIE #20018;
2014 Feb 25
0
Arch Linux and Tripp Lite web snmp card issues.
...in gdb and get a backtrace? That will probably be something like this: $ gdb snmp-ups (gdb) run -a <UPS-name> -DD ... (gdb) bt > SNMP-Walk: NUT ends up using the numeric OIDs internally. Could you please follow the steps here: http://www.networkupstools.org/docs/developer-guide.chunked/ar01s04.html#_creating_a_subdriver Either "mode 1" or "mode 2" should work, but if you run into trouble with "mode 1", just dump the files as mentioned in "mode 2", gzip them, and post them to the list. For the "-n" flag, I'd recommend "trippups1&...
2018 Jul 11
2
Adding drivers to NUT?
Dear Daniele, thanks a lot for your support, i have some things that are not so clear for me: - I can send you the whole sources for our UPSs, do you need only Headers and C files or also other files (i suppose Driver list)? - Seen that we had some problems with the Blazer driver (the battery voltage calculation were not correct for our UPSs) we copied it and modified a bit while changing the
2017 May 22
3
[HCL] Cyber Power Systems CP1500AVRLCDa supported by usbhid-ups
On 5/21/2017 10:39 AM, Charles Lepple wrote: > Mike, > > Thanks for the info. I have enough to add an entry to the DDL, but I have a few more questions inline. > > On May 14, 2017, at 1:21 PM, Mike wrote: >> >> [updated] >> >> OpenBSD 6.1/amd64 >> NUT 2.7.4p0 (from OpenBSD package) >> >> >> Results of upsc: >> >>
2015 Mar 29
2
New snmp-ups subdriver for Huawei
On 2015/03/28 20:02, Charles Lepple wrote: > On Mar 25, 2015, at 9:21 PM, Stuart Henderson <stu at spacehopper.org> wrote: > > > Hi, the diff inline below adds a new subdriver for snmp-ups to support > > Huawei UPS, based on an observed walk from a UPS5000-E with a few bits > > filled in from the MIBs (copy at http://junkpile.org/HUAWEI_UPS_MIB/). > > Sample