Re: [Owfs-developers] Python ow module and humidity (was Re: Release 2.8p10)

2011-06-22 Thread Peter Radcliffe
Peter Radcliffe probably said: >The problem is that some experimentation with the ow python module >(the one shipped with owfs) is I can't find a way to get at >HIH4000/humidity. > >I can read sensor.humidity ok, and HIH4000 is listed in >sensor.entryList() but trying to

[Owfs-developers] Python ow module and humidity (was Re: Release 2.8p10)

2011-06-21 Thread Peter Radcliffe
Paul Alfille probably said: >Wonderful. > >The humidity sensor as first published in "Sensors" magazine by Dan >Awtrey used the HIH-3600 sensor and the VDD and VAD pins of the >DS2438. > >See http://www.elin.ru/files/pdf/1-Wire/humsensor.pdf -- it's nicely written. > >In my naivety I created a hum

[Owfs-developers] Fixes for compiling recent owfs on OSX.

2011-06-21 Thread Peter Radcliffe
In my periodic updates and compiling owfs on OSX (this time 10.6.7, Snow Leopard) I've had to make some changes to my script to make it build and run. The script is here: http://www.pir.net/pir/hacks/fix-owfs.sh owfs, owserver and the python libraries (with python 2.6) all work for me. One of

Re: [Owfs-developers] pyowfs - is is possible to close Connection? my previous post was sent incomplete by accident, sorry.

2010-08-10 Thread Peter Radcliffe
Petr Jake?? probably said: > 1. If I create the root before the infinite loop, then the DS2401 device > is detected ONLY when present on (connected to) the bus during the time of > the instantiation of the root object > > - if DS2401 disconnected the root.find method (running in loop) is

Re: [Owfs-developers] pyowfs - is is possible to close Connection? my previous post was sent incomplete by accident, sorry.

2010-08-10 Thread Peter Radcliffe
Petr Jake?? probably said: >Hi, >my previous post was sent incomplete by accident, sorry. > >I would like to know what is the recommended way to periodically search the >1-Wire bus for the presence of new devices? >I mean iButtons, for example, are connected to the bus randomly (on >occasion). > >

Re: [Owfs-developers] New Release 2.7p38

2010-06-12 Thread Peter Radcliffe
Ghislain FOURNIER probably said: >Hello, > >On FreeBSD 8.0, make does not match : Before running configure, try: libtoolize -c -f -i ./bootstrap My build script for FreeBSD is here: http://www.pir.net/pir/hacks/build-owfs-freebsd.sh P. >/bin/sh ../../../../libtool --tag=CC --mode=compile

Re: [Owfs-developers] OWFS, FreeBSD a Prolific RS232 adapter, a DS9097U and DS1820

2010-06-12 Thread Peter Radcliffe
Daniel O'Connor probably said: >On 10/06/2010, at 6:54, Paul Alfille wrote: >> You have a lot of unusual components for a remote initial >> setup. What has worked in the past? >Yes it is a bit tricky.. and the prolific serial adaptors are, as I understand it, somewhat flaky at best. >I also had

Re: [Owfs-developers] Compile owfs on FreeBSD 8.0 machines

2010-05-30 Thread Peter Radcliffe
Paul Alfille probably said: >On Sat, May 29, 2010 at 11:38 AM, Paul Alfille wrote: >> Thanks for your work troubleshooting this! No problem. Thought it might be useful to people. >>I'm a little confused but the first set of patches: >> It looks like USB_CLEAR_HALT is changed twice without being

[Owfs-developers] Compile owfs on FreeBSD 8.0 machines

2010-05-29 Thread Peter Radcliffe
Today I wanted to test owfs on a new FreeBSD 8 box. Had some trouble, found a reference in the list archives to someone having the same trouble a few months ago. I've go the major kinks worked, out... at least it builds and the python scripts I use via swig work ok. It built ok against fuse but I

Re: [Owfs-developers] Wanting to get a mac and consolidate home machines

2010-05-28 Thread Peter Radcliffe
Ziggy probably said: > Rob > > Looks like you may be able to do it. > > See http://owfs.org/index.php?page=macintosh > > There is also a MacFuse project at http://code.google.com/p/macfuse/ > > I haven't tried putting owfs, etc. on my Macs as I've been focusing on > lower power platforms (Synol

Re: [Owfs-developers] DS9490R osx driver?

2010-04-19 Thread Peter Radcliffe
Paul Alfille probably said: >Should be accessed with libusb 0.12 (Legacy) Curious. I thought it was a usb to serial widget built onto a serial 1-wire adaptor, I didn't realise it was accessed directly like that. Works ok with owfs as is. Ta, P. -- pir ---

[Owfs-developers] DS9490R osx driver?

2010-04-19 Thread Peter Radcliffe
Anyone know of a driver for the DS9490R for OSX? P. -- pir -- Download IntelĀ® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for paralle

Re: [Owfs-developers] 2.7p33

2010-03-29 Thread Peter Radcliffe
Paul Alfille probably said: >On Mon, Mar 29, 2010 at 11:40 AM, Peter Radcliffe wrote: >> I can suggest changes for the sed call but I don't know where the >> Makefile.in is coming from... I assume it is some kind of build system? >> automake? autoconf? >> >B

Re: [Owfs-developers] 2.7p33

2010-03-29 Thread Peter Radcliffe
Peter Radcliffe probably said: >The problems that I'm aware of that are still there are Oh, and zeroconf being enabled make linking fail. P. libtool: link: gcc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libow-2.7.33.so .libs/ow_dl.o .libs/ow_dnssd.o .libs/ow_alias.

Re: [Owfs-developers] 2.7p33

2010-03-29 Thread Peter Radcliffe
Paul Alfille probably said: >On Mon, Mar 29, 2010 at 6:16 AM, Peter Radcliffe wrote: >> The problems that I'm aware of that are still there are >> src/man/Makefile.in assuming gnu sed extensions (it could at least >> look for gsed, or preferably just not use g

Re: [Owfs-developers] 2.7p33

2010-03-29 Thread Peter Radcliffe
Paul Alfille probably said: >New release 2.7p33 >1. fix for the swig-dependent routines: owperl owphp and pwpython >there was a problem with reading data because the buffer size was >allocated properly. This seems to work for me again. Thanks! >2. Some changes suggested for OSX compilation.

Re: [Owfs-developers] owfs and OSX

2010-03-25 Thread Peter Radcliffe
Paul Alfille probably said: >Great work, I'll try to address the issues you brought up: Thanks. >3. Can you give more information about the owhttpd problem? There are >no unusual dependencies as far as I know -- should be straight C code. >Perhaps some issue with thread or signal handling? With

[Owfs-developers] owfs and OSX

2010-03-24 Thread Peter Radcliffe
I was recently introduced to 1-wire sensors after setting up power monitoring from a currentcost unit via a usb interface cable to my mac mini running osx 10.5. I want to use the same machine for 1-wire since it's the only machine I have at home that is on all the time. Since I want to use switche