[Owfs-developers] OWNet write error

2010-06-06 Thread Pascal Brugier
Hello, I found a message about this problem in the mailing list archives. I've tried to made an xpl-perl module using owserver instead of owfs with the OWNet perl module. I've found the same problem about writing to a sensor and the return error code when intialising the connexion if I use a bad

Re: [Owfs-developers] OWNet write error

2010-06-06 Thread Pascal Brugier
> Can you describe the problem in a little more detail? Or help me identify > the original report? Off course :) The subject was " Problem with OWNet::write" Archives messages are available here : http://www.mail-archive.com/owfs-developers@lists.sourceforge.net/msg05198.html In fact I've got

Re: [Owfs-developers] OWNet write error

2010-06-15 Thread Pascal Brugier
Hi, On Mon, 14 Jun 2010 21:58:44 -0400, Paul Alfille wrote: > Found the error. > > Just uploaded OWNet.pm version 1.20 to CPAN (and it's in the CVS and will > be > included in the next release). > > Fixed the write problem > Added optional offset to write > Added optional size and offset to rea

Re: [Owfs-developers] OWNet write error

2010-06-16 Thread Pascal Brugier
Hello, On Mon, 14 Jun 2010 21:58:44 -0400, Paul Alfille wrote: > Found the error. > Fixed the write problem That's ok, it works fine :). I didn't test other addons. I've a question about the connection at owserver->new As I said I try to make an xpl-owserver instead of xpl-owfs so, if I use

Re: [Owfs-developers] OWNet write error

2010-06-16 Thread Pascal Brugier
On Wed, 16 Jun 2010 07:16:16 -0400, Paul Alfille wrote: > Can you tell me what behavior you would like? I'll be glad to implement. Well If I can use somthing like : my $owserver = $self->{_owserver} = OWNet->new($server) or die "connection error: $!\n"; it will be very interesting. I hope i

Re: [Owfs-developers] OWNet write error

2010-06-17 Thread Pascal Brugier
Hi Paul, On Wed, 16 Jun 2010 10:09:32 -0400, Paul Alfille wrote: > die "No owserver available\n" if length($ow->dir("/settings"))==0 ; It works and I can use "$!", thank you. Regards, Pascal. -- ThinkGeek and WIRED's

[Owfs-developers] Onewire bus monitoring.

2011-10-07 Thread Pascal Brugier
Hello, Dis you know if a 1wire bus monitoring Nagios plugin exist ? I search on internet but only find temperature sensor monitoring with Nagios. The idea is to detect bus error and disconnect, if it's relevant. If it's not a so bad idea can you tel me wich file have to be monitored on the owfs

[Owfs-developers] Adding an external power supply

2011-10-07 Thread Pascal Brugier
Hello, It's me again ;). I'use a star topology 1wire connected to my server with an USB master "Dallas Semiconductor DS1490F 2-in-1 Fob, 1-Wire adapter". There is only 8 DS18B20 on the bus for the moment but i'll had DS2406 for managing the warmth and more for door open/close and power monit

Re: [Owfs-developers] Adding an external power supply

2011-10-07 Thread Pascal Brugier
On Fri, 7 Oct 2011 10:50:53 +0200 (CEST), Markus Gaugusch wrote: > Hi Pascal! > > I'm using another USB port of my monitoring PC [1] to power the 1wire > devices (currently 2x 2408 and 6x ds18s20, some ds2406). So, you don't connect VDD+ on the master but on an USB plug which is connected to an U

[Owfs-developers] Dns error

2011-10-14 Thread Pascal Brugier
Hi, When trying to access www.owfs.org FF can't find www.owfs.org. And on Linux command line from two hosts on differents networks : host www.owfs.org Host www.owfs.org not found: 3(NXDOMAIN) host -t NS owfs.org Host owfs.org not found: 3(NXDOMAIN) Is there some trouble with Dns servers ? R

Re: [Owfs-developers] Dns error

2011-10-14 Thread Pascal Brugier
Yes, and : host NS3.OUTOFTHISWORLDHOSTING.COM Host NS3.OUTOFTHISWORLDHOSTING.COM not found: 3(NXDOMAIN) host NS4.OUTOFTHISWORLDHOSTING.COM Host NS4.OUTOFTHISWORLDHOSTING.COM not found: 3(NXDOMAIN) :( I'm from Paris, France ;) --

Re: [Owfs-developers] Owfs interface to consumer wireless rf devices

2011-10-20 Thread Pascal Brugier
Hy, Just for my knowledge, why do you want Owfs to be able to connect to X10, ZigBee, XBee or else when protocol like XPL [1], projects as Xpl-Perl [2] or more advanced userfirendly project like Domogik (web + Python) or other exist. As english ins not my native language it's possible I missun

Re: [Owfs-developers] Owfs interface to consumer wireless rf devices

2011-10-20 Thread Pascal Brugier
Protocol and project I speak about are used to read,retrieve, push data and act as you have decided . For example, at this time I use Xpl-perl to read 1wire sensors and graph temps. In the next weeks I'll manage my house warmth with 1wire in regards of 1wire temps sensor. After I'll interfac

Re: [Owfs-developers] Onewire bus monitoring.

2011-11-28 Thread Pascal Brugier
Hi, I keep in mind what Mark explain but as I've Nagios runing on my server for other services I've made a Nagios plugin for 1wire. This script is made from the Peter Andersson's one, "check_1-wiretemp", available here http://www.it-slav.net/blogs/2008/11/17/op5-monitor-or-nagios-plugins-for

Re: [Owfs-developers] Embedded System

2011-12-02 Thread Pascal Brugier
Hi, > I'm looking at building a new system, after my current server died. > I've been looking at the standard devices with the intention of using > the same system as a media server/home entertainment system, etc. > However, I can't find a platform I'm entirely happy with - everything Have you

Re: [Owfs-developers] New release 2.8p14

2011-12-27 Thread Pascal Brugier
Hi everybody. Thank for the good job and for an upgrade nearby the new year. > maybe next year we could rewrite the makefiles? and add arm and x86 I'm not a developper but could be arm floating point, aka armhf in Debian, be supported. I'm working with a smarttop from Genesi, this one came with

Re: [Owfs-developers] iButton Multisensor detection

2009-11-25 Thread Pascal Brugier
Hello, I've got another problem with this MultiSensor, specialy with MS-TL I can confirm there is 0x1B in page.3 but it appears as temperature and humidity sensors in owfs directory. I'm sure it's temp and light sensor because "humdity" value change, read from xpl-perl owfs module, when

Re: [Owfs-developers] iButton Multisensor detection

2009-11-25 Thread Pascal Brugier
On Wed, 25 Nov 2009 17:18:46 -0500, Paul Alfille wrote: > Normal. Ok. > OWFS wasn't constructed to include or exclude properties based on the > values of some properties. Yes, I understand. I was surprised by the name and the value, above 300 when it's dark :), but it's not a problem for me. I

Re: [Owfs-developers] iButton Multisensor detection

2009-11-30 Thread Pascal Brugier
Hello, Thank you. I read and I understand but this make me wondering why DS2438 is only seen as a temp & humidty sensor? This sensor always act as temp sensor but for the second possibility it can do what ever ibuttons or other dealers or manufacturers, wants. I understand that VAD an VDD are the

Re: [Owfs-developers] Permissions problems with usb as root???

2009-11-30 Thread Pascal Brugier
Hello, On Mon, 30 Nov 2009 13:47:13 -0800, Jim Kusznir wrote: > [r...@eme206-guest ~]# owfs u /mnt/owfs > DEFAULT: ow_ds9490.c:DS9490_sub_open(552) Opened USB DS9490 adapter at > 002/004. > Could not open the USB adapter. Is there a problem with permissions? > DEFAULT: ow_ds9490.c:DS9490_detect