search for: fabula

Displaying 16 results from an estimated 16 matches for "fabula".

2014 Jul 07
0
Lupus 500 MEC0003 Problems
...megatec delay Sn[Rm], n: .2 (this UPS only supports .5+) -> .9; 01 -> 10 .5 (60 * .5 = 30 seconds) -> 0x1(0|8) .6 (60 * .6 = 36 seconds) -> 0x2(0|8) ... 01 (60 * 01 = 60 seconds) -> 0x6(0|8) ... 10 (60 * 10 = 600 seconds) -> 0xF(0|8) Updated the subdriver accordingly. > The fabula driver seems to work fine apart from a problem with the LANGID ( > UPS sends 0x0009) and the driver appears to send a langid request every time > the ups is polled but apart from this everythin seems to work > If the langid_fix in ups.conf is set to 0x409 everything works fine and the >...
2014 Jul 04
2
Lupus 500 MEC0003 Problems
Finally I got time to test this. >>> Can you post the output of upsc, and note if any of those values look >>> wrong? serwer2:/tmp/nut-fabula # upsc myups battery.charge: 100 battery.voltage: 13.10 battery.voltage.high: 13.00 battery.voltage.low: 10.40 battery.voltage.nominal: 12.0 device.model: 500VA UPS device.type: ups driver.name: nutdrv_qx driver.parameter.pollfreq: 30 driver.parameter.pollinterval: 2 driver.parameter.port: auto dri...
2014 Jul 08
1
Lupus 500 MEC0003 Problems
...> Updated the subdriver accordingly. Works more or less OK but for 36 secs creates an index of 0x1f (should be 0x20) and for 42 secs creates 0x2f. 30, 48 and 54 secs work OK. I added forced type conversion with rounding in the driver program and then everything worked OK > >> The fabula driver seems to work fine apart from a problem with the LANGID >> ( >> UPS sends 0x0009) and the driver appears to send a langid request every >> time >> the ups is polled but apart from this everythin seems to work >> If the langid_fix in ups.conf is set to 0x409 ev...
2016 Oct 02
4
nutdrv-qx powercool 1500VA USB UPS
Matthew, I've looked briefly at the files you uploaded to GitHub and it seems to me that the device is like something that should work with the 'fabula' USB subdriver (and 'megatec' protocol): what are the issues you are experiencing and that prevent the driver to work?
2014 Jun 29
2
Lupus 500 MEC0003 Problems
...matically match or query from the UPS, that would make it seamless for other users. If not, we can add some sort of flag that would get passed to the Krauler subdriver. ..or add it as a new subdriver if it ends up differing too much from krauler. Here's a first quick try at it (subdriver 'fabula'): https://github.com/zykh/nut/tree/fabula [I assumed the UPS returns something (an empty string maybe, not 'UPS No Ack') when we send it a command, so the load.on/shutdown.stop thing is after the parse of what we got from the UPS, probably this has to be improved] Feel free to send i...
2016 Oct 03
0
nutdrv-qx powercool 1500VA USB UPS
Hi, it does communicate using the fabula subdriver but I don't get any of the values parsed. If I execute: ./nutdrv_qx -a powercool -DDDDD -x subdriver=fabula -x vendorid=0001 -x productid=0000 I get the following returned: 12.242991 upsdrv_updateinfo... 12.243047 Quick update... 12.243069 send: Q1 12.243087 command index: 0x...
2014 Jun 30
0
Lupus 500 MEC0003 Problems
...would make it seamless for other users. If not, >> we can add some sort of flag that would get passed to the Krauler >> subdriver. > > ..or add it as a new subdriver if it ends up differing too much from > krauler. > > Here's a first quick try at it (subdriver 'fabula'): > https://github.com/zykh/nut/tree/fabula > > [I assumed the UPS returns something (an empty string maybe, not 'UPS > No Ack') when we send it a command, so the load.on/shutdown.stop thing > is after the parse of what we got from the UPS, probably this has to > be i...
2015 Oct 14
3
No power cycle after shutdown on Atlantis Land OnePower A03-S1001
On Wed, 14 Oct 2015, Davide Baldini wrote: >> Is there any command in the list provided by "upscmd -l myups" which is >> accepted by this UPS? > > None of the command sin the list successfully completes, not even > beeper.toggle. It looks as if the problem is more general than turning off the UPS. The command mechanism is broken. > I added -q and -D to
2014 Jun 11
0
Lupus 500 MEC0003 Problems
On Jun 9, 2014, at 6:40 AM, Hill wrote: > Hi, > This is my first post ever on a technical forum, so please forgive any poor etiquette etc. > Also I'm totally new to Linux all of my experience has been trying to get this UPS to work. So please bear this in mind. No worries. On the NUT lists, we don't set or alter the reply-to header, so please use "reply all" to make
2014 Jun 09
2
Lupus 500 MEC0003 Problems
Hi, This is my first post ever on a technical forum, so please forgive any poor etiquette etc. Also I'm totally new to Linux all of my experience has been trying to get this UPS to work. So please bear this in mind. I'm running OpenSuse 13.1 and I have a Lupus 500 USB (Fideltronik) After quite a bit of playing around I managed to get the status of the UPS using the blazer_usb driver and
2016 Oct 16
3
nutdrv-qx powercool 1500VA USB UPS
Thanks for the log - apparently we always get valid (apart from 0.191312) but empty replies, not only for index 0x03, but also for the other queried index (0x0c). I've re-looked at the logs you posted on GitHub, but I don't see anything exotic going on there. Maybe we're missing some sort of handshaking or the like: can you post the whole captures/logs, right from when you plug the
2016 Nov 28
1
nutdrv-qx powercool 1500VA USB UPS
Thanks again for the logs. Now... let's assume those interrupts are needed to get valid values... well, we can't do exactly the same thing, but let's start from this one: https://github.com/zykh/nut/tree/nutdrv_qx_fabula-zero Please, test nutdrv_qx (with subdriver 'fabula') from that branch and post the output of it running with debug-level of 5.
2004 Sep 27
1
Xapian FTBFS
A fresh checkout of CVS Xapian fails to build from source in doc. Here's the relevant log: Making all in docs make[2]: Entering directory `/usr/local/src/build-xapian/xapian-core/docs' make[2]: *** No rule to make target `code_structure.html', needed by `all-am'. Stop. make[2]: Leaving directory `/usr/local/src/build-xapian/xapian-core/docs' make[1]: *** [all-recursive]
2015 Sep 10
2
blazer_usb Shutdown
Hi, I am using a ALLNET 91500 UPS with blazer_usb driver /usr/lib/ups/driver/blazer_usb -a ups91500 -L Network UPS Tools - Megatec/Q1 protocol USB driver 0.10 (2.7.1) I have this settings: upsc ups91500 at localhost battery.charge: 100 battery.runtime: 12000 battery.voltage: 27.50 battery.voltage.high: 27.3 battery.voltage.low: 18.0 device.type: ups driver.flag.novendor: enabled driver.name:
2016 Aug 31
3
nutdrv-qx powercool 1500VA USB UPS
Further analysis it looks like the status string matches the q1 subdriver but a lowercase "f" is sent to request it instead of "Q1\r". What do you think? ---------- Forwarded message ---------- From: "Matthew Wire" <devel at mrwire.co.uk> Date: 30 Aug 2016 22:51 Subject: powercool 1500VA USB UPS To: <nut-upsuser at lists.alioth.debian.org> Cc: I have
2003 Jun 29
4
Minimum budget question ...
I've tried to figure out from the web site the minimum hardware cost to run a small office Asterix solution but I'm afraid I miss something: Let's say that I want to connect four/five analogic extension to the PBX. I have: - 1 computer as the server (with linux and Asterisk on it) - 1 dummy patch panel to connect all the analogic phones around the office What (and how many) cards