similar to: [PATCH] Support for ASEM UPS on Linux/i2c

Displaying 20 results from an estimated 500 matches similar to: "[PATCH] Support for ASEM UPS on Linux/i2c"

2014 Jun 18
0
[PATCH] Support for ASEM UPS on Linux/i2c
On Jun 13, 2014, at 2:53 AM, Giuseppe Corbelli <giuseppe.corbelli at copanitalia.com> wrote: > As said in previous mail, I just finished a first working version of a driver for the UPS found on ASEM PB1300 device > (http://www.asem.it/prodotti/industrial-automation/box-pcs/performance/pb1300/) > Linux only, accessed through i2c/SMBUS. > If you can spare some time, please review.
2014 May 28
2
New driver for ASEM UPS
Hi all I'm developing a NUT driver for a custom UPS found on ASEM PB 1300 devices (http://www.asem.it/prodotti/industrial-automation/box-pcs/performance/pb1300/) It's based on some custom charger and a bq2060 battery monitor, talk to it on i2c bus. I will have something usable in a few days. Got some questions/considerations, though: *) interested in integrating into NUT? *) would you
2014 Jun 23
4
[PATCH] Support for ASEM UPS on Linux/i2c
On 18/06/2014 04:17, Charles Lepple wrote: > On Jun 13, 2014, at 2:53 AM, Giuseppe Corbelli <giuseppe.corbelli at copanitalia.com> wrote: > >> As said in previous mail, I just finished a first working version of a driver for the UPS found on ASEM PB1300 device >> (http://www.asem.it/prodotti/industrial-automation/box-pcs/performance/pb1300/) >> Linux only, accessed
2014 May 28
0
New driver for ASEM UPS
On May 28, 2014, at 3:01 AM, Giuseppe Corbelli wrote: > Hi all > I'm developing a NUT driver for a custom UPS found on ASEM PB 1300 devices > (http://www.asem.it/prodotti/industrial-automation/box-pcs/performance/pb1300/) > > It's based on some custom charger and a bq2060 battery monitor, talk to it on i2c bus. Looks interesting! > I will have something usable in a
2014 Jul 07
0
[PATCH] Support for ASEM UPS on Linux/i2c
Giuseppe Corbelli <giuseppe.corbelli <at> copanitalia.com> writes: > Nevermind, please try the one attached, just created by > > git diff -p 80d9534 configure.ac data/driver.list.in drivers/Makefile.am > drivers/asem.c > asem.patch > > Just applied it on current master (80d9534a133da170cade150700407920450a9753) > and seems ok. Sorry I did not test this
2014 Jul 07
2
[PATCH] Support for ASEM UPS on Linux/i2c
On 07/07/2014 15:03, Charles Lepple wrote: > Giuseppe Corbelli <giuseppe.corbelli <at> copanitalia.com> writes: > >> Nevermind, please try the one attached, just created by >> >> git diff -p 80d9534 configure.ac data/driver.list.in drivers/Makefile.am >> drivers/asem.c > asem.patch >> >> Just applied it on current master
2014 Jul 14
2
[PATCH] Support for ASEM UPS on Linux/i2c
On 07/07/2014 15:03, Charles Lepple wrote: > Giuseppe Corbelli <giuseppe.corbelli <at> copanitalia.com> writes: > >> Nevermind, please try the one attached, just created by >> >> git diff -p 80d9534 configure.ac data/driver.list.in drivers/Makefile.am >> drivers/asem.c > asem.patch >> >> Just applied it on current master
2014 Jul 08
2
[PATCH] Support for ASEM UPS on Linux/i2c
On 08/07/2014 01:02, Charles Lepple wrote: >>> Sorry I did not test this sooner - this went to Gmane but not to my email. >>> If you have time, could you please write up a quick man page for this driver? >>> >>> Also, there seem to be some missing symbols and include files: >>> >>>
2014 Jul 07
0
[PATCH] Support for ASEM UPS on Linux/i2c
On Jul 7, 2014, at 10:10 AM, Giuseppe Corbelli <giuseppe.corbelli at copanitalia.com> wrote: > On 07/07/2014 15:03, Charles Lepple wrote: >> Giuseppe Corbelli <giuseppe.corbelli <at> copanitalia.com> writes: >> >>> Nevermind, please try the one attached, just created by >>> >>> git diff -p 80d9534 configure.ac data/driver.list.in
2014 Aug 28
1
[PATCH] Support for ASEM UPS on Linux/i2c
Giuseppe, One more question about your driver: should we put a recommendation for the "port" name in the man page? Looking at the code, it seems like it should be "/dev/i2c-0" or similar. Thanks, -- Charles Lepple clepple at gmail
2014 Jul 09
0
[PATCH] Support for ASEM UPS on Linux/i2c
On Jul 8, 2014, at 3:29 AM, Giuseppe Corbelli <giuseppe.corbelli at copanitalia.com> wrote: > Seems that on x64 architectures NULL is not #defined in <stddef.h> > the attached patch #includes <stdio.h> in AC_CHECK_DECLS. Tested on an ubuntu 12.10 x64, seems to solve the issue. I am a little confused as to how you are testing this :-) The driver still wouldn't compile
2014 Jul 14
0
[PATCH] Support for ASEM UPS on Linux/i2c
On Jul 14, 2014, at 5:43 AM, Giuseppe Corbelli <giuseppe.corbelli at copanitalia.com> wrote: > On 07/07/2014 15:03, Charles Lepple wrote: >> Giuseppe Corbelli <giuseppe.corbelli <at> copanitalia.com> writes: >> >>> Nevermind, please try the one attached, just created by >>> >>> git diff -p 80d9534 configure.ac data/driver.list.in
2006 Jun 16
1
Is there a way of retrieving all req parameters without name
Is there a way of retrieving all the request parameters without name in the controller. Thanks & Regards, Asem -- Posted via http://www.ruby-forum.com/.
2020 Nov 18
1
NUT with Geekworm x728 UPS Hat on RPi?
Also for i2c specifically, you can look at examples in asem and recently pijuice drivers. Hope this helps, Jim Klimov On Wed, Nov 18, 2020, 11:25 Roger Price <roger at rogerprice.org> wrote: > On Thu, 5 Nov 2020, Nick Ellson wrote: > > > 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
2007 Jul 13
2
R file via SSH
Goodmorning everybody, I need to run an R program via SSH. Usually I open R, I run the program and I stay logged-in, waiting for the output. As a matter of fact, if I close the connection with SSH I loose the calculations and the output of my R program. What command I have to use in order to preseve the calculations and the output without staying logged-in a SSH connection? thanks in advance
2006 May 22
4
How to check an input String is a number or not in ruby?
How to check an input String is a number or not in ruby? Thanks in advance, Joshua -- Posted via http://www.ruby-forum.com/.
2009 Sep 21
2
Combine vectors in order to form matrixes with combn
Hello! I've a problem with the combn function and a set of vector. I would like to make a simple combination where, instead of scalars, i would like to combine vector, in order to form matrixes. In other words, i have nineteen 6-items vectors (for example coef1-coef19), that i would like to combine in n!/k!(n-k)! 6x6 matrixes. I tried with a code like this mma <-
2006 Jun 16
3
Not able to recognize helper class method in controller!
Hi, Not able to recognize helper class method in controller! When I try to call some method "get_formatted()" in my controller, it says local method not recognized. Please help me out. Thanks, josua -- Posted via http://www.ruby-forum.com/.
2004 Jul 16
1
Using Asterisk with fiber optic
Hi, I'd like to use PSTN and analogic telephone with a Asterisk server which works on a LAN connected to the outside with fiber optic, on which voice stream passes too. Do I need some particular solution, some particular card to make it works or I just need a Digium or similar fxo card? Thanks, Bob __________________________________________________________________ Tiscali ADSL Senza Canone,
2004 Jul 21
1
Digium card x100p
hi, i've a question. is it possible to buy digium x100p card from italy in some store (also online) without ordering it from USA? on more, did anyone buy a modem with intel chipset 537 or md3200 and where (in italy)? Thanks __________________________________________________________________ Tiscali ADSL Senza Canone, paga solo quello che consumi! Non perdere la promozione valida fino al 27