Displaying 20 results from an estimated 35 matches for "metasi".
Did you mean:
metas
2009 Nov 21
3
format problem in driver.list*
In r2124 of branches/AsciiDoc (haven't checked where else this is), it
looks like we have two duplicated columns. See diff below. This
results in the model name showing up in the driver column of the HCL.
How is driver.list regenerated from driver.list.in? Do I just need to
re-run autoreconf to get the rules up-to-date? Or is this converted
manually for the time being?
diff --git
2012 May 15
1
[RFC] Rename peakcurrent to current.peak
While reviewing Greg Woods' PATCH 28/36, I realized that our namespace
use "peakcurrent".
A more coherent name would be "current.peak", as used in Greg's patch
(well, in the metasys driver to be precise).
For the time being, only the upscode2 driver is using "peakcurrent".
But as told, metasys is already using "current.peak".
So I'm going to
2017 Jul 05
2
[New Patch] Fix disk corruption when writing
Le 05/07/2017 ? 13:09, Duncan Murdoch a ?crit :
> On 05/07/2017 5:26 AM, January W. wrote:
>> I tried the newest patch, but it does not seem to work for me (on
>> Linux). Despite the check in Rconn_printf, the write.csv happily writes
>> to /dev/full and does not report an error. When I added a printf("%d\n",
>> res); to the Rconn_printf() definition, I see
2009 Mar 23
1
megaline 5000, battery charge
Hello!
I have Megaline 5000 UPS, which I need to monitor via RS232 interface.
I'm using "metasys" driver, and everything is Ok, but I can't see
battery charge.
From command line and cgi-interface I can see battery voltage, input
and output voltage and load of UPS in %. But there is nothing about
battery charge and remaining time (when on-battery).
Is there any chance to see
2018 Sep 03
0
Adding drivers to NUT?
[apparently the list didn't get the message, probably because it
exceeds the 40kb threshold, so here it is in all its glory with my
reply]
On Mon, 3 Sep 2018 at 14:32, Gabriele TAORMINA
<gabriele.taormina at legrand.com> wrote:
>
> Dear Daniele,
>
> > "I fixed a few issues, and pushed your changes (amended) to this
> > temporary branch:
2018 Sep 01
0
Adding drivers to NUT?
> sorry for the delay, I forgot to put the automatic response (I was on holiday), here's a description of what we made and the drivers we used to start from:
No problem for the delay...
I fixed a few issues, and pushed your changes (amended) to this
temporary branch: https://github.com/zykh/nut/tree/issue-441+legrand
Let me know if I misunderstood anything...
> - usbhid-ups --> we
2017 May 29
3
stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3
Here is an attached patch.
Best,
Serguei.
Le 29/05/2017 ? 12:21, Serguei Sokol a ?crit :
> The problem or actual R implementation relies on an assumption
> that median(x[i] | x[i] <= quantile(x, 1/3)) == quantile(x, 1/6)
> which reveals not to be true despite very trustful appearance.
>
> If we continue with the example of x=y=1:9
> then quantile(x, 1/6)=2.5 (here quantile()
2011 Oct 03
0
patch: Fix [-Wunused-but-set-variable]
Description: Fix warning: variable set but not used
[-Wunused-but-set-variable]. bugs.debian.org/633756.
Related drivers were not tested.
Last-Update: Sat, 13 Aug 2011 14:04:48 +0300
Index: b/drivers/belkinunv.c
===================================================================
--- a/drivers/belkinunv.c 2011-05-31 13:36:49.000000000 +0300
+++ b/drivers/belkinunv.c
2007 Aug 13
1
instcmd "beeper.off "
While working on the mge-hid subdriver, I wanted to add the
'beeper.mute' command. Unfortunately, the description I intended to use
was used already by the 'beeper.off' instcmd:
CMDDESC beeper.off "Temporarily mute the UPS beeper"
Now of course we could add another instcmd 'beeper.reallyoff', but
instead I would prefer to bite the buller and do the following:
2017 May 29
2
stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3
A usually trustworthy R correspondent posted a pure R implementation on SO at some point in his lost youth:
https://stackoverflow.com/questions/3224731/john-tukey-median-median-or-resistant-line-statistical-test-for-r-and-line
This one does indeed generate the line of identity for the (1:9, 1:9) case, so I do suspect that we have a genuine scr*wup in line().
Notice, incidentally, that
>
2017 Jul 05
0
[New Patch] Fix disk corruption when writing
Le 05/07/2017 ? 14:46, Serguei Sokol a ?crit :
> Le 05/07/2017 ? 13:09, Duncan Murdoch a ?crit :
>> On 05/07/2017 5:26 AM, January W. wrote:
>>> I tried the newest patch, but it does not seem to work for me (on
>>> Linux). Despite the check in Rconn_printf, the write.csv happily writes
>>> to /dev/full and does not report an error. When I added a
2017 May 31
0
stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3
Le 31/05/2017 ? 16:39, Joris Meys a ?crit :
> Seriously, if a method gives a wrong result, it's wrong.
I did not understand why you and others were using term "wrong"
based on something that I was considering as just "different" implementation.
More thorough reading revealed that I have overlooked this phrase in the
line's doc: "left and right /thirds/ of the
2018 Jul 26
5
Adding drivers to NUT?
Dear Daniele,
nice to meet you, I'm a collegue of Gabriele.
The problem with "blazer_usb" driver ("blazer_ser" works correctly) is related to the following commands:
- "F" and "I": when the KRAULER subdriver check these UPS answers it uses wrong constants to check the lenght of the received packets, so these commands are considered as "not
2017 May 29
0
stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3
The problem or actual R implementation relies on an assumption
that median(x[i] | x[i] <= quantile(x, 1/3)) == quantile(x, 1/6)
which reveals not to be true despite very trustful appearance.
If we continue with the example of x=y=1:9
then quantile(x, 1/6)=2.5 (here quantile() is taken in C-code sens, not R's one)
while median(y[i] | x[i] <= quantile(x, 1/3))=2
On the other sample's
2017 May 29
0
stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3
Sorry, I have seen it too late that we had different tab width in the original file and my editor.
Here is the patch with all white spaces instead of mixing tabs and white spaces.
Serguei.
Le 29/05/2017 ? 15:13, Serguei Sokol a ?crit :
> Here is an attached patch.
>
> Best,
> Serguei.
>
> Le 29/05/2017 ? 12:21, Serguei Sokol a ?crit :
>> The problem or actual R
2017 Jul 05
3
[New Patch] Fix disk corruption when writing
I tried the newest patch, but it does not seem to work for me (on Linux).
Despite the check in Rconn_printf, the write.csv happily writes to
/dev/full and does not report an error. When I added a printf("%d\n", res);
to the Rconn_printf() definition, I see only positive values returned by
the vfprintf call.
Cheers,
j.
On 4 July 2017 at 21:37, Duncan Murdoch <murdoch.duncan at
2023 Sep 16
1
Nut-upsdev Digest, Vol 206, Issue 5
It seems the `libmodbus` library or headers were not found, or something
similar - so the driver against it was not built. Did you install
`libmodbus-dev` before the build? What does `config.log` in the build root
say (and.or the summary shown after you run the `configure` script)?
On Sat, Sep 16, 2023 at 7:46?PM FatGear <fatgear1 at free.fr> wrote:
> Hi,
>
> I don't know what
2023 Sep 19
1
Nut-upsdev Digest, Vol 206, Issue 5
Hello there,
I don't think that's working,?
I have done all your repo but i don't know how it's supposed to work.
I have a idea, change vendor id and product id? to make the driver try
to connect to the ups, what do you think of that ? With this driver
maybe : usbhid-ups
FatGear
Le 16/09/2023 ? 20:40, Jim Klimov a ?crit?:
> It seems the `libmodbus` library or headers were
2012 Mar 08
18
some fixes, improvements, and new features (EPO and DYING) for NUT
Here are a series of my recent changes to NUT.
The first few in the set are primarily little fixes and improvements.
In among those are a few for .gitignore files which of course you can
ignore for SVN, and there's one for a commit to a generated file which
of course should not be tracked in any VCS.
Then there are a couple or three to do with generating the header files
used by
2012 Feb 19
0
[nut-commits] svn commit r3448 - trunk/drivers (extern variables)
On Feb 18, 2012, at 10:19 PM, Charles Lepple wrote:
> Author: clepple-guest
> Date: Sun Feb 19 03:19:02 2012
> New Revision: 3448
> URL: http://trac.networkupstools.org/projects/nut/changeset/3448
>
> Log:
> Don't allocate storage for variables in bcmxcp.h
>
> The header files should declare variables as extern, and they should be
> allocated in only one .c