search for: asem

Displaying 20 results from an estimated 32 matches for "asem".

Did you mean: ahem
2014 Jun 13
2
[PATCH] Support for ASEM UPS on Linux/i2c
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. Expecially my autotools skills are ehm... a bit rusty. -- Giuseppe Corbelli WASP Software Engineer, Copan...
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 through i2c/SMBUS. >> If you can spare some time, please review. Expecially my autotools skills are ehm... a bit rusty. > > Hi Giuseppe, > > I am no...
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. Expecially my autotools skills are ehm... a bit rusty. Hi Giuseppe, I am not an autoconf expert, so I wil...
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 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 t...
2014 Jul 14
2
[PATCH] Support for ASEM UPS on Linux/i2c
.../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 (80d9534a133da170cade150700407920450a9753) >> and seems ok. > > 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 dri...
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 inte...
2014 Jul 07
2
[PATCH] Support for ASEM UPS on Linux/i2c
.../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 (80d9534a133da170cade150700407920450a9753) >> and seems ok. > > 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 dri...
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 few days. Got some questions/conside...
2014 Jul 14
0
[PATCH] Support for ASEM UPS on Linux/i2c
...pple 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 (80d9534a133da170cade150700407920450a9753) >>> and seems ok. >> >> 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 q...
2014 Jul 07
0
[PATCH] Support for ASEM UPS on Linux/i2c
...pple 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 (80d9534a133da170cade150700407920450a9753) >>> and seems ok. >> >> 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 q...
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
...HAVE_LINUX_I2C_DEV_H" won't be satisfied until after config.h is included (typically by main.h). Since the driver won't even be compiled if WITH_LINUX_I2C is not defined, I took out the #if wrapper. Also, since the intermediate commits aren't terribly useful, I'll collapse the asem_i2c_take2 branch into a single commit before merging to master. Here is the branch as it stands: https://github.com/networkupstools/nut/compare/asem_i2c_take2 -- Charles Lepple clepple at gmail
2014 Jul 08
2
[PATCH] Support for ASEM UPS on Linux/i2c
...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: >>> >>> http://buildbot.networkupstools.org/public/nut/waterfall?branch=asem_i2c >> >> The problem is that linux/i2c-dev.h must come from libi2c-dev to define the required functions. Same header is part of the kernel, but without required functions. Changed the configure.ac check to look for the functions, not just the header. >> To build the driver you...
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/.
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/.
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/.
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. >...
2006 Jul 11
1
form_remote_tag ISSUE !
Hi frenz, I need to update "div_main_data" on click of one submit button and I need to update "div_member" on change of one select option. But couldn''t find any solution at the moment. If I use -> :onChange =>''this.form.onsubmit()'' this update the whole "div_main_data" as I couldn''t toggle the update parameter in
2006 May 15
2
retrieving hashes key & values (ASAP)
Hi, I want to retrieve the set of key & values which returns from a stored procedure : connection.select_all "exec common.dbo.scr_lookupric ''AAP.N'' ". The results i want to display in a view screen call result.rhtml. Please help me out ASAP. Thanks in advance. joshua... -- Posted via http://www.ruby-forum.com/.
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;