search for: metasys

Displaying 20 results from an estimated 35 matches for "metasys".

2009 Nov 21
3
format problem in driver.list*
...or the time being? diff --git a/data/driver.list.in b/data/driver.list.in index 5274a9d..4b69c4d 100644 --- a/data/driver.list.in +++ b/data/driver.list.in @@ -319,7 +319,7 @@ "Meta System" "ups" "1" "HF Line \/2" "5..8 boards" "metasys" "Meta System" "ups" "1" "HF Millennium 810" "" "metasys" "Meta System" "ups" "1" "HF Millennium 820" "" "metasys" -"Meta System&...
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 convert "peakcurrent" to "current.peak" for 2.6.4. But as usual, comments and feedback are...
2017 Jul 05
2
[New Patch] Fix disk corruption when writing
...r -------------------------------------- > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- Serguei Sokol Ingenieur de recherche INRA Metabolisme Integre et Dynamique des Systemes Metaboliques (MetaSys) LISBP, INSA/INRA UMR 792, INSA/CNRS UMR 5504 135 Avenue de Rangueil 31077 Toulouse Cedex 04 tel: +33 5 6155 9276 fax: +33 5 6704 8825 email: sokol at insa-toulouse.fr http://metasys.insa-toulouse.fr http://www.lisbp.fr
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 it? F...
2018 Sep 03
0
Adding drivers to NUT?
.../github.com/zykh/nut/pull/1/commits/4fe226b820128018e5089408f87b76c3345ff5e2 > > Regarding the exact models supported i checked the driver.list.in and updated it with all the models: > https://github.com/zykh/nut/pull/3/commits/82dd085b4be23bb19d8477078ae9d3b8cc213130 > > > > - metasys --> this driver should be replaced (if possible) with the new one we made called "Legrand_megawhad". This driver was for MetaSystem UPSs, but this company has been acquired by Legrand, so we prefer to replace the old driver with the new one, even because we solved some issue and added...
2018 Sep 01
0
Adding drivers to NUT?
...- battery.voltage.nominal / UPS.PowerSummary.ConfigVoltage - battery.voltage.nominal / UPS.BatterySystem.Battery.ConfigVoltage 4. What's the reason for not using DEFAULT_OFFDELAY and DEFAULT_ONDELAY in the 'dfl' field of the load.off.delay and load.on.delay instant commands? > - metasys --> this driver should be replaced (if possible) with the new one we made called "Legrand_megawhad". This driver was for MetaSystem UPSs, but this company has been acquired by Legrand, so we prefer to replace the old driver with the new one, even because we solved some issue and added...
2017 May 29
3
stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3
...>>> >>> ______________________________________________ >>> R-devel at r-project.org mailing list >>> https://stat.ethz.ch/mailman/listinfo/r-devel > > -- Serguei Sokol Ingenieur de recherche INRA Metabolisme Integre et Dynamique des Systemes Metaboliques (MetaSys) LISBP, INSA/INRA UMR 792, INSA/CNRS UMR 5504 135 Avenue de Rangueil 31077 Toulouse Cedex 04 tel: +33 5 6155 9276 fax: +33 5 6704 8825 email: sokol at insa-toulouse.fr http://metasys.insa-toulouse.fr http://www.lisbp.fr -------------- next part -------------- A non-text attachment was scrubbed.....
2011 Oct 03
0
patch: Fix [-Wunused-but-set-variable]
...with the Generic Driver, type 6 and special cable"); */ /*fatalx(EXIT_FAILURE, "shutdown not supported");*/ - int i, ret; + int i; for(i=0;i<=5;i++) { - ret = ser_send_char(upsfd, '#'); + ser_send_char(upsfd, '#'); usleep(50000); } } Index: b/drivers/metasys.c =================================================================== --- a/drivers/metasys.c 2011-05-31 13:36:49.000000000 +0300 +++ b/drivers/metasys.c 2011-08-17 00:23:22.000000000 +0300 @@ -96,10 +96,9 @@ long int get_long(unsigned char *buffer) void send_zeros(void) { /* send 100 times...
2007 Aug 13
1
instcmd "beeper.off "
...mute' and possibly add a real 'beeper.off' command. It looks to me that the HID subdrivers should support that (value=1) and the belkinuniv driver too. Of course this will have consequences for drivers that already implement this command: apc-hid belkin-hid belkinunv energizerups metasys mge-hid nitram powerpanel safenet tripplite-hid upscode2 Any thoughts? Best regards, Arjen
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
...--------------- >> >> ______________________________________________ >> R-devel at r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-devel > > -- Serguei Sokol Ingenieur de recherche INRA Metabolisme Integre et Dynamique des Systemes Metaboliques (MetaSys) LISBP, INSA/INRA UMR 792, INSA/CNRS UMR 5504 135 Avenue de Rangueil 31077 Toulouse Cedex 04 tel: +33 5 6155 9276 fax: +33 5 6704 8825 email: sokol at insa-toulouse.fr http://metasys.insa-toulouse.fr http://www.lisbp.fr
2017 May 31
0
stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3
...istics and Bio-Informatics > > tel : +32 (0)9 264 61 79 > Joris.Meys at Ugent.be > ------------------------------- > Disclaimer : http://helpdesk.ugent.be/e-maildisclaimer.php -- Serguei Sokol Ingenieur de recherche INRA Metabolisme Integre et Dynamique des Systemes Metaboliques (MetaSys) LISBP, INSA/INRA UMR 792, INSA/CNRS UMR 5504 135 Avenue de Rangueil 31077 Toulouse Cedex 04 tel: +33 5 6155 9276 fax: +33 5 6704 8825 email: sokol at insa-toulouse.fr http://metasys.insa-toulouse.fr http://www.lisbp.fr
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
...e HTML version deleted]] >> >> ______________________________________________ >> R-devel at r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-devel -- Serguei Sokol Ingenieur de recherche INRA Metabolisme Integre et Dynamique des Systemes Metaboliques (MetaSys) LISBP, INSA/INRA UMR 792, INSA/CNRS UMR 5504 135 Avenue de Rangueil 31077 Toulouse Cedex 04 tel: +33 5 6155 9276 fax: +33 5 6704 8825 email: sokol at insa-toulouse.fr http://metasys.insa-toulouse.fr http://www.lisbp.fr
2017 May 29
0
stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3
...info/r-devel >> >> > > > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- Serguei Sokol Ingenieur de recherche INRA Metabolisme Integre et Dynamique des Systemes Metaboliques (MetaSys) LISBP, INSA/INRA UMR 792, INSA/CNRS UMR 5504 135 Avenue de Rangueil 31077 Toulouse Cedex 04 tel: +33 5 6155 9276 fax: +33 5 6704 8825 email: sokol at insa-toulouse.fr http://metasys.insa-toulouse.fr http://www.lisbp.fr -------------- next part -------------- A non-text attachment was scrubbed.....
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
...to do next, it seams to download some >> things on my /tmp/nut/ but i don't know what is it. >> >> My kernel is Linux 5.4.0-162-generic x86_64 and i don't have >> huawei-ups2000 driver. >> >> I have "/lib/nut$ ls >> al175 blazer_usb metasys riello_ser >> apcsmart clone mge-shut riello_usb >> apcsmart-old clone-outlet mge-utalk safenet >> apcupsd-ups dummy-ups microdowell solis >> bcmxcp etapro nutdrv_atcl_usb tripplite >> bcmxcp_usb everu...
2023 Sep 19
1
Nut-upsdev Digest, Vol 206, Issue 5
...gt;> things on my /tmp/nut/ but i don't know what is it. >> >> My kernel is Linux 5.4.0-162-generic x86_64 and i don't have >> huawei-ups2000 driver. >> >> I have "/lib/nut$ ls >> al175???????? blazer_usb??? metasys riello_ser >> apcsmart????? clone???????? mge-shut riello_usb >> apcsmart-old? clone-outlet? mge-utalk??????? safenet >> apcupsd-ups?? dummy-ups???? microdowell????? solis >> bcmxcp??????? etapro??????? nutdrv_atcl_usb tripplite >>...
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)
...or shared variables (extern in bcmxcp.h) */ > +BCMXCP_METER_MAP_ENTRY_t > + bcmxcp_meter_map[BCMXCP_METER_MAP_MAX]; > +BCMXCP_ALARM_MAP_ENTRY_t > + bcmxcp_alarm_map[BCMXCP_ALARM_MAP_MAX]; > +BCMXCP_STATUS_t > + bcmxcp_status; > + > + > /* get_word function from nut driver metasys.c */ > int get_word(const unsigned char *buffer) /* return an integer reading a word in the supplied buffer */ > { > > Modified: trunk/drivers/bcmxcp.h > ============================================================================== > --- trunk/drivers/bcmxcp.h Thu Feb 16 16:05:5...