Re: [Owfs-developers] Branches, hubs, and multiple master

2008-09-02 Thread Paul Alfille
this clarify at all? Paul Alfille On Tue, Sep 2, 2008 at 6:34 AM, Stuart Poulton [EMAIL PROTECTED] wrote: Thanks Paul, Any more details on how this works please ? Cheers Stuart On Mon, 2008-09-01 at 22:27 -0400, Paul Alfille wrote: Yes, the bus.0 entries can be used to explore the topology

Re: [Owfs-developers] Branches, hubs, and multiple master

2008-09-02 Thread Paul Alfille
All the programs either link in the libow code or query owserver, so they should all be able to use the bus.x entries, unless the particular implementation adds a layer that filters out this function. I don't know about owphp specifically. Paul On Tue, Sep 2, 2008 at 12:14 PM, Stuart Poulton

[Owfs-developers] Fwd: NSLU2 and OWFS

2008-09-04 Thread Paul Alfille
-- Forwarded message -- From: Joaquim Manuel Medeira Rodrigues [EMAIL PROTECTED] Date: Thu, Sep 4, 2008 at 4:44 AM Subject: NSLU2 and OWFS To: [EMAIL PROTECTED] Hi, I've been looking to your 'NSLU2 and OWFS' excelent page on 'http://owfs.sourceforge.net/' and i would like to ask

Re: [Owfs-developers] 85C error and DS18S20/DS2409

2008-09-12 Thread Paul Alfille
Passive mode is the serial port based adapter than uses only diodes and resistors rather than a special chip like the DS2480B. On 9/12/08, Mike Dunn (owfs-devel) [EMAIL PROTECTED] wrote: I've actually tried to isolate the DS2409/DS1820 on a short, single network branch, so it does not appear

Re: [Owfs-developers] New example site

2008-09-18 Thread Paul Alfille
Hi Rob, Your site looks great! it's linked at: http://owfs.org/index.php?page=aquarium-automationrob-conway Do you have any fish or sensor pictures? Or a description of your setup? Paul On Thu, Sep 18, 2008 at 8:59 AM, Rob Conway [EMAIL PROTECTED] wrote: Hi Paul, My site Automated

Re: [Owfs-developers] Thoughs on a temp sensor based liquid level monitor?

2008-09-21 Thread Paul Alfille
: In lateral rather than horizontal format: ---A--- ---B--- ---C--- ---D--- So if A and B are water temp, D air temp, and C in between, you can interpolate C's temp to get a better estimate of level. Of course, water and air have far different thermal conductivity, so there may be no benefit. Paul Alfille

Re: [Owfs-developers] discover device/bus changes

2008-09-21 Thread Paul Alfille
at seeing random pulses). The entry under simultaneous called present is a faster way to scan for the first device's existence. Paul Alfille On Tue, Sep 16, 2008 at 9:09 AM, Matthias Urlichs [EMAIL PROTECTED]wrote: Hi, Alexander Winkler: I'm currently looking for a way to recognize any changes

Re: [Owfs-developers] Having trouble with a DS2404

2008-09-24 Thread Paul Alfille
this. Paul Alfille On Wed, Sep 24, 2008 at 4:57 PM, Ben Griffith [EMAIL PROTECTED] wrote: Hi, I've got a few DS2404 chips and I'm playing around with them and an Arduino. I've got the Arduino connected to the 3-wire port and my laptop connected via a USB dongle to the 1-wire port. The DS2404

Re: [Owfs-developers] Thoughs on a temp sensor based liquid level monitor?

2008-09-24 Thread Paul Alfille
Perhaps the self-heating of two sucessive reads? On Wed, Sep 24, 2008 at 6:17 PM, Doug Collinge [EMAIL PROTECTED]wrote: The design depends on there being a difference between the air temperature and the water temperature, which may or may not be the case in general. If there is any risk of

Re: [Owfs-developers] Having trouble with a DS2404

2008-09-27 Thread Paul Alfille
You problem is essentially the length of the read wasn't being reduced properly. I think this was corrected in the current version. (FUSE uses a 4096 byte buffer). Paul Alfille On Wed, Sep 24, 2008 at 10:24 PM, Ben Griffith [EMAIL PROTECTED]wrote: Hi Paul, I've taken another look

Re: [Owfs-developers] Having trouble with a DS2404

2008-10-01 Thread Paul Alfille
to the index. Is there anything else I should try? -Ben On Sat, Sep 27, 2008 at 9:45 PM, Paul Alfille [EMAIL PROTECTED]wrote: You problem is essentially the length of the read wasn't being reduced properly. I think this was corrected in the current version. (FUSE uses a 4096 byte buffer). Paul

Re: [Owfs-developers] Having trouble with a DS2404

2008-10-01 Thread Paul Alfille
When the Sourceforge CVS service is fixed, I have a trial version with the reset-after-read/write for the DS2404. Another approach would be to reset and lock the 1-wire bus during the 2-wire communication. How long is a typical 3-wire interaction? Paul Alfille On Wed, Oct 1, 2008 at 12:30 PM

Re: [Owfs-developers] Having trouble with a DS2404

2008-10-01 Thread Paul Alfille
cuncurrent access that would disturb communication, and not adding a penalty to typical usage. Paul On Wed, Oct 1, 2008 at 2:41 PM, Paul Alfille [EMAIL PROTECTED] wrote: When the Sourceforge CVS service is fixed, I have a trial version with the reset-after-read/write for the DS2404. Another

[Owfs-developers] Fwd: owfs-2.7p4 and Hobbyboards LCD/DS2408 patch

2008-10-04 Thread Paul Alfille
I'm going to include this nice patch for the DS2408 LCD display. I am a little concerned that the Honoff is a little confusing. Any comments, Paul Alfille -- Forwarded message -- From: Maxime Soulé [EMAIL PROTECTED] Date: Tue, Sep 9, 2008 at 5:44 PM Subject: owfs-2.7p4

Re: [Owfs-developers] Having trouble with a DS2404

2008-10-04 Thread Paul Alfille
(at most) Very easy extensions, should break no old code, and makes accessing memory regions from the command line far easier. Paul Alfille On Wed, Sep 24, 2008 at 5:05 PM, Paul Alfille [EMAIL PROTECTED]wrote: The DS2404 has never really been tested. I'll work with you to see if we can make

Re: [Owfs-developers] How to set frequency on DS1921G

2008-10-04 Thread Paul Alfille
The DS1921 needs work, as you've noticed. It's underway. Sorry that it doesn't just work. That's actually the design goal of owfs. Paul Alfille On Sat, Sep 27, 2008 at 8:01 AM, John Steele Scott [EMAIL PROTECTED]wrote: On Fri, 19 Sep 2008 13:11:53 +1100, Andrey wrote: Hello, I'm trying

Re: [Owfs-developers] Having trouble with a DS2404

2008-10-04 Thread Paul Alfille
didn't see anything in that file that's specific to the DS2404, so maybe there was nothing to change in there. Right. The change is only a test to see if ensuring a reset solves the problem. By the way, there are other scripts like DS2406, DS2413, DS28EA00, etc. Paul Alfille

Re: [Owfs-developers] Fwd: owfs-2.7p4 and Hobbyboards LCD/DS2408 patch

2008-10-04 Thread Paul Alfille
49, which should be safe. 2,23: 23: etc... Paul Alfille - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win great prizes Grand prize

Re: [Owfs-developers] Fwd: owfs-2.7p4 and Hobbyboards LCD/DS2408 patch

2008-10-05 Thread Paul Alfille
On Sat, Oct 4, 2008 at 5:41 PM, Matthias Urlichs [EMAIL PROTECTED]wrote: Can you please use real numbers for that? @2,4:string would work, and Added to the CVS: Three YX choices: \001\004text string 1,4:text string 4:text string Choice figured out by context. Paul Alfille

Re: [Owfs-developers] OWFS on Ubuntu 8.04 DS9094R

2008-10-05 Thread Paul Alfille
Well, it isn't a tty device. Those should be serial devices. The DS9490R works however (I'm using it now). Paul Alfille On Sun, Oct 5, 2008 at 8:16 AM, William Brown [EMAIL PROTECTED] wrote: 2.7p7 for Hardy is GREAT, thanks. Why I'm really here, not really a developers question, when I

Re: [Owfs-developers] owfs support for T8A

2008-10-07 Thread Paul Alfille
information, is consistent with that. For instance, we got specific permission for inspecting the TAI8570 support code. That said, EDS has been quite supportive of the owfs project in the past. Paul Alfille On Tue, Oct 7, 2008 at 3:10 PM, Chase [EMAIL PROTECTED] wrote: Hi, I work in a physics

Re: [Owfs-developers] owfs support for T8A

2008-10-07 Thread Paul Alfille
I'd say, call or email. I doubt it's an issue, but it's best to be careful. Paul Alfille On Tue, Oct 7, 2008 at 9:20 PM, Chase [EMAIL PROTECTED] wrote: Yes well I had to call the EDS folks directly to get the relevant information on T8A implementation. However, the docs they sent me didn't

Re: [Owfs-developers] Having trouble with a DS2404

2008-10-08 Thread Paul Alfille
On Fri, Oct 3, 2008 at 10:31 AM, Ben Griffith [EMAIL PROTECTED] wrote: CVS is working again so I got to give it a quick try this morning. It seems to be behaving the same. If I cat one of the DS2404 pages I can't read the 3W port anymore, and if I then type ls /mnt/owfs/tab I can read the

Re: [Owfs-developers] DS9790 overdrive

2008-10-12 Thread Paul Alfille
Not implemented yet. It would only be for the DS9097U -- the LINK doesn't support overdrive, now does the Passive adapter. Do you have a need for overdrive? Paul Alfille On Thu, Oct 9, 2008 at 3:06 PM, Jacob Joseph [EMAIL PROTECTED] wrote: Hi. A quick question: It is my understanding

Re: [Owfs-developers] OW Weather Station suggestions?

2008-10-12 Thread Paul Alfille
Probably the best resource would be Tim Sailer. Tim Sailer Coastal Internet, Inc. www.buoy.com 631-399-2910 [EMAIL PROTECTED] Who wrote the owfsws extension. Paul On Fri, Oct 10, 2008 at 7:04 PM, Jim Kusznir [EMAIL PROTECTED] wrote: Hi all: We would like to add a weather station to our

Re: [Owfs-developers] Problems starting owserver and owhttpd

2008-10-21 Thread Paul Alfille
/ttyS0 -p 4304 --foreground --error_level=9 That should give us information on why it is closing. Possible a permissions issue. Paul Alfille - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build

Re: [Owfs-developers] OWFS on Ubuntu 8.04 DS9094R

2008-10-22 Thread Paul Alfille
Let's go back to the first question. Does the DS9490 work with owfs (owserver, owhttpd, whatever) in you current setup? Using the -u parameter and running as root? (For permissions). Paul Alfille - This SF.Net email

Re: [Owfs-developers] Problems starting owserver and owhttpd

2008-10-22 Thread Paul Alfille
Yup, I can confirm this is a regression. Ouch. Let me fix it quick. Paul Alfille On Wed, Oct 22, 2008 at 1:55 AM, alix-r [EMAIL PROTECTED] wrote: Hello Paul. Thank you very much for your fast replay, I really appropriate your support. You are right , on the Linux machine I'm using owfs

Re: [Owfs-developers] Problems starting owserver and owhttpd

2008-10-22 Thread Paul Alfille
Ok, minor change in timing parameter fixes it for me (flex rather that regular for the initial mode selection). I'll make a new release today. Paul Alfille On Wed, Oct 22, 2008 at 9:19 AM, Paul Alfille [EMAIL PROTECTED]wrote: Yup, I can confirm this is a regression. Ouch. Let me fix it quick

[Owfs-developers] Fwd: [Owfs-forums] [owfs - Help] RE: OWFS + OpenWrt + i686 USB problem

2008-10-25 Thread Paul Alfille
By: joshartman I have at last managed to compile the OpenWrt version for OWFS on i686. It basically runs, see the USB adaptor and all devices hanging on to the 1-wire network. But after a few minutes, owserver stops seeing the devices on the 1-wire. It still responds to remote owfs, owdir,

[Owfs-developers] Fwd: [Owfs-forums] [owfs - Help] RE: Openwrt(LuCI nightly build) not support?

2008-10-29 Thread Paul Alfille
-- Forwarded message -- From: SourceForge.net [EMAIL PROTECTED] Date: Wed, Oct 29, 2008 at 12:23 PM Subject: [Owfs-forums] [owfs - Help] RE: Openwrt(LuCI nightly build) not support? To: [EMAIL PROTECTED] Read and respond to this message at:

[Owfs-developers] Another OWFS / Fox /USB problem

2008-10-30 Thread Paul Alfille
Joss Hartman's note was caught in the spam filter: Content preview: Hallo Another OWFS / Fox /USB problem. I could get libusb and owfs (owlib, owserver) to compile. I used the libusb that came with CrisOS (version 0.1.12). [...] Content analysis details:

Re: [Owfs-developers] owfs + crisos + fox + usb

2008-10-30 Thread Paul Alfille
Well, an easy test to see if it's the USB (as you seem to think) is to try with the FAKE adapter: owserver --fake=10 -p 3000 --foreground --error_level 9 --error_print 2 On Thu, Oct 30, 2008 at 6:36 AM, Jos Hartman [EMAIL PROTECTED]wrote: Hallo Another OWFS / Fox /USB problem. I could

Re: [Owfs-developers] Virtual Device

2008-11-04 Thread Paul Alfille
How about the obvious. Read in the tester value, the set it to what you want. Paul Alfille On Tue, Nov 4, 2008 at 12:41 PM, Donald J. Organ IV [EMAIL PROTECTED]wrote: Yes actually as this email came in. I even figured out the -F argument. Next is there a way to change the data

Re: [Owfs-developers] DS18S20 to get water temperature

2008-11-07 Thread Paul Alfille
I just put one in a drinking straw with RTV silicone sealant at the far end. Immersed in a wine bottle, no issues after 4 years of continuous readings. http://owfs.org/index.php?page=monitor-a-wine-cellar Paul Alfille On Fri, Nov 7, 2008 at 3:12 PM, Jacob Joseph [EMAIL PROTECTED] wrote

[Owfs-developers] New release 2.7p8

2008-11-09 Thread Paul Alfille
Just posted a new release: 2.7p8 Besides a lot of small bug fixes, the new changes are: Autodiscovery of the HA7Net must masters is fully implemented. --HA7Net=192.168.2.23 # Specified address --HA7Net # Use udp multicasting to find HA7Net Note that your firewall needs to

Re: [Owfs-developers] OPC

2008-11-09 Thread Paul Alfille
Just had a look at http://www.opcfoundation.org/Default.aspx/01_about/01_whatis.asp?MID=AboutOPC It seems that OPC is rather windows-centric, using .NET and COM bindings. Cogent Real-Time makes a linux compatability layer: http://www.opcdatahub.com/Docs/bookdho.html All in all, the premise is

Re: [Owfs-developers] DS2406 support Broke in 2.7p4?

2008-11-09 Thread Paul Alfille
I just checked the current version with a Ohm-meter (continuity). I can set and unset PIO.A just fine. That's 2.7p8 I think the problem you refer to was fixed in March. Paul Alfille On Sun, Nov 9, 2008 at 6:14 PM, Michael Weber [EMAIL PROTECTED] wrote: Same here, I thought our circuit somehow

Re: [Owfs-developers] New owfs, new Ubuntu, new problems

2008-11-15 Thread Paul Alfille
The strangest part of this is that OWNet.pm is pure perl, no C code. Paul Alfille P.S. Any idea how I should fix this? On Fri, Nov 14, 2008 at 8:04 PM, Tim Sailer [EMAIL PROTECTED] wrote: Upgraded to Ubuntu 8.10. It has perl 5.10, so in the process of upgrading perl, the 5.8 version of OWNet

Re: [Owfs-developers] RJ11 to RJ45 Cable

2008-11-15 Thread Paul Alfille
a nuisance. Paul Alfille On Fri, Nov 14, 2008 at 10:19 PM, Donald J. Organ IV [EMAIL PROTECTED] wrote: Has anyone made their own RJ11 to RJ 45 cable?? I notice that this needs to be a 6 pin connector so I went to the store and purchased 6 pin adpters however the end seems like its too bighas

Re: [Owfs-developers] Netbook as OWFS server

2008-11-18 Thread Paul Alfille
Yes, easy to set up. Works great. On Tue, Nov 18, 2008 at 7:56 PM, Donald J. Organ IV [EMAIL PROTECTED]wrote: Has anyone tried the MicroClient Jr.? http://www.norhtec.com/products/mcjr/index.html - This SF.Net email is

Re: [Owfs-developers] Netbook as OWFS server

2008-11-18 Thread Paul Alfille
Yes, debian. Off a CF card.Very solid packaging. On Tue, Nov 18, 2008 at 8:10 PM, Donald J. Organ IV [EMAIL PROTECTED]wrote: Are you running linux on this?? - Original Message - From: Paul Alfille [EMAIL PROTECTED] To: owfs-developers@lists.sourceforge.net Sent: Tuesday, November

Re: [Owfs-developers] Lose serial port at 6:45am everyday.

2008-11-21 Thread Paul Alfille
There is nothing about 6:45AM in the OWFS code. I'd guess that some process is disrupting the serial port at that time. No wake on lan or modem or console being woken? Paul Alfille On Fri, Nov 21, 2008 at 8:26 PM, decibels.drop [EMAIL PROTECTED]wrote: Hi Mike, I couldn't find anything

Re: [Owfs-developers] owfs + HA7S possible?

2008-11-22 Thread Paul Alfille
HA7S is a serial device that uses it's own ascii protocol. Do you have documentation for the protocol? It should be as easy to support as the LINK, which has it's own ascii protocol. Paul Alfille On Fri, Nov 21, 2008 at 11:17 PM, [EMAIL PROTECTED] wrote: Hello, Can owfs be used with HA7S

[Owfs-developers] Fwd: owfs Debian-package

2008-11-23 Thread Paul Alfille
-- Forwarded message -- From: Michael Markstaller [EMAIL PROTECTED] Date: Sun, Nov 23, 2008 at 6:34 AM Subject: owfs Debian-package To: [EMAIL PROTECTED] Hi, first of all: thanks for the great work you did with owfs! One question, do you know about any efforts to build a

Re: [Owfs-developers] DS2406 support Broke in 2.7p4?

2008-11-26 Thread Paul Alfille
). Our switches work fine, but the one unit where we sense the current of the lamp (also using ds2406) always reports sensed.A=1 (and sensed.B for that matter, but nothing connected on that side). Michael On Mon, Nov 10, 2008 at 2:36 AM, Paul Alfille [EMAIL PROTECTED] wrote: I

Re: [Owfs-developers] ow(fs) in motorsports

2008-11-30 Thread Paul Alfille
, if you start it with diagnostics (owfs --foreground --error_level=9 -m /mountpoint -d /dev/ttyS0) you'll get some information. Paul Alfille On Sun, Nov 30, 2008 at 12:34 PM, Jaap Struyk [EMAIL PROTECTED] wrote: Hello, 2 years ago I started here gathering information to use ow/fs for use

Re: [Owfs-developers] ow(fs) in motorsports

2008-12-01 Thread Paul Alfille
Which version of owfs? 2.7p8 had the serial support broken. 2.7p9 is fixed. Paul Alfille On 12/1/08, Jaap Struyk [EMAIL PROTECTED] wrote: Paul Alfille schreef: You are right to test with owhttpd, since it has fewest failure modes. Hobby Boards has wiring diagrams on their website. I'd

[Owfs-developers] Fwd: [Owfs-forums] [owfs - Help] Problems reading switches of LCD terminal (DS

2008-12-02 Thread Paul Alfille
-- Forwarded message -- From: SourceForge.net [EMAIL PROTECTED] Date: Tue, Dec 2, 2008 at 3:08 AM Subject: [Owfs-forums] [owfs - Help] Problems reading switches of LCD terminal (DS To: [EMAIL PROTECTED] Read and respond to this message at:

Re: [Owfs-developers] Fwd: owserver, owhttpd - 1wire over ethernet problem

2008-12-02 Thread Paul Alfille
On Tue, Dec 2, 2008 at 7:04 AM, tiscali [EMAIL PROTECTED] wrote: In the meantime I found some other posts in the archive concerning --link. Maybe some of these guys found a solution? Possibly the rs232 signal has to be inverted? I am not using a inverting interface chip, as I am directly

Re: [Owfs-developers] ow(fs) in motorsports

2008-12-05 Thread Paul Alfille
as a corroborating test of the serial adapter? Paul Alfille On Fri, Dec 5, 2008 at 6:59 AM, Jaap Struyk [EMAIL PROTECTED] wrote: Hello Paul, Sorry to spoil the list again with questions but before I start yelling at HB about lousy hardware ;) maybe you can verify some info? owfs is showing me DS9097

Re: [Owfs-developers] ow(fs) in motorsports

2008-12-05 Thread Paul Alfille
be this item: http://www.hobby-boards.com/catalog/product_info.php?cPath=23products_id=28 That is what you have, right? Paul On Fri, Dec 5, 2008 at 2:12 PM, Jaap Struyk [EMAIL PROTECTED] wrote: Paul Alfille schreef: Looking at the brief log you posted, The following is all info I get until

Re: [Owfs-developers] ow(fs) in motorsports

2008-12-06 Thread Paul Alfille
Sorry. You are correct. I saw the picture and assumed this was the old design without the DS2480B. It should work. Neither owfs or digitemp seem to see the DS2480B which suggest a hardware problem. Paul Alfille On 12/6/08, Jaap Struyk [EMAIL PROTECTED] wrote: Paul Alfille schreef: Note

Re: [Owfs-developers] owfs + HA7S possible?

2008-12-13 Thread Paul Alfille
Do you have an HA7S? Can you test it if I try to implement? Although the individual commands are different, the support should be as easy as the LINK. The details (CR vs LF/CR, and details like that) usually take a bit of experimentation and testing). Paul Alfille On Sat, Dec 13, 2008 at 9:38

Re: [Owfs-developers] Questions. and more questions

2008-12-13 Thread Paul Alfille
and created the glue logic. Paul Alfille On Sat, Dec 13, 2008 at 9:34 PM, Gregg C Levine hansolofal...@worldnet.att.net wrote: Hello! I note with surprise that version 2.7p9 was released. But I don't recall seeing an announcement for this version. Why? What has happened to cause this? I also

Re: [Owfs-developers] owfs + HA7S possible?

2008-12-15 Thread Paul Alfille
. Currently available sensors for testing are several DS18B20, MS-TH, DS1990A DS1990R.. Would be happy to assist with tests, if it helps I can also give you ssh to the box it's connected to. best regards Michael -Original Message- From: Paul Alfille [mailto:paul.alfi...@gmail.com

Re: [Owfs-developers] updated version numbers on site

2008-12-16 Thread Paul Alfille
Although the current Sourceforge gnomized look hides it a bit, there are release notes. E.g. http://sourceforge.net/project/shownotes.php?release_id=646009group_id=85502 (It's that little icon after the release name). Paul Alfille I can also post the release notes here. It's hard to judge when

Re: [Owfs-developers] Problem with DS9490R on longer networks

2008-12-20 Thread Paul Alfille
Can you test permutations of: --altusb --usb_flextime --usb_regulartime Thanks, Paul Alfille On Sat, Dec 20, 2008 at 6:38 PM, Michael Markstaller m...@elabnet.de wrote: Hi, I have a problem with the DS9490R, I see no devices on a longer network (100m with ~30 devices). The same works fine

[Owfs-developers] Fwd: [Owfs-forums] [owfs - Help] how to tell owfs to use this physical usb

2008-12-23 Thread Paul Alfille
From the Help Forum: By: yautran I am new to onewire, I have set up two 1wire net. connected to two usb ports. The first net read ID iButtons and unlock doors. The second read the temperature in the rooms of the house. I just do not know how to tell owfs instance

Re: [Owfs-developers] general protection - Warning!

2008-12-23 Thread Paul Alfille
So the newest owserver doesn't find devices? Paul On Tue, Dec 23, 2008 at 10:33 AM, Serg Oskin s...@oskin.ru wrote: Now running CVS-version on 9:30 UTC 2008-12-22 ... # rpm -q owfs-server owfs-server-2.7p11cvs20081222-1.el5 # owdir -s 30003 | wc -l ...waits for 3-4 seconds... 0 # #

Re: [Owfs-developers] general protection - Warning!

2008-12-24 Thread Paul Alfille
Serg, Is everything fixed? Any outstanding errors? Paul On Wed, Dec 24, 2008 at 5:32 AM, Serg Oskin s...@oskin.ru wrote: Version of 2008-12-24 working correctly. Thanks! Serg. Three rows were accidently removed in owshell/src/c/ow_server.c 2 days ago... Those comments removed all

Re: [Owfs-developers] max owfs polling time

2008-12-28 Thread Paul Alfille
. Still, there is no limitation on trying. Paul Alfille On Sun, Dec 28, 2008 at 8:34 AM, Jaap Struyk ja...@minimumrisk.nl wrote: Hello, I was wondering what the max. polling time of owfs itself is. If I recall correctly the shortest interval to poll 1-wire sensors is 10ms. to 50ms. depending

Re: [Owfs-developers] max owfs polling time

2008-12-28 Thread Paul Alfille
data. (Reading uncached DOES update the cache). Paul Alfille Can you tell us what you are trying to accomplish? On Sun, Dec 28, 2008 at 1:15 PM, Jaap Struyk ja...@minimumrisk.nl wrote: Paul Alfille schreef: If you have more than one process accessing owfs, you wil either get data from

Re: [Owfs-developers] 1-wire LCD isn't visible on OWFS

2009-01-02 Thread Paul Alfille
Use --usb_regulartime on the command line and tell us if it works. I think the LCD timing is a little more stringent. Paul Alfille On Fri, Jan 2, 2009 at 8:51 AM, do d...@ww55.hu wrote: Hi Everyone, I'm using OWFS for aquaristic and egg breeding projects and I'd like to use an LCD

Re: [Owfs-developers] max owfs polling time

2009-01-02 Thread Paul Alfille
if you want a delta counter, it's not hard to add it to owfs. Paul Alfille On Fri, Jan 2, 2009 at 10:28 AM, Jaap Struyk ja...@minimumrisk.nl wrote: Matthias Urlichs schreef: It'll start at zero when you remove power. Don't tell me you'll never power the thing down. There is a small

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2009-01-04 Thread Paul Alfille
Great news. Some day we'll be in the standard distributions and the installation will be easier. Paul Alfille On Sun, Jan 4, 2009 at 8:01 PM, William Brown mahi...@earthlink.net wrote: Found my problems, I had an old module for ch341 loading from dkms. Removed it and all my serial devices

[Owfs-developers] New release -- 2.7p13

2009-01-04 Thread Paul Alfille
' Paul Alfille -- ___ Owfs-developers mailing list Owfs-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/owfs-developers

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2009-01-05 Thread Paul Alfille
your code as root? sudo /opt/owfs/bin/ Paul Alfille OS is Ubuntu 8.10. My USB Adaptor DS9490R works and is set as the owserver 1wire adapter. All my programs and web page work. I am now trying to connect a serial DS9097 to my laptop using a HL-340 usb to rs232 adapter which is mounted

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2009-01-05 Thread Paul Alfille
often not a symlink. The permissions might not be applied to the actual device. Can you try your code as root? sudo /opt/owfs/bin/ Paul Alfille -- ___ Owfs

Re: [Owfs-developers] OWFS on Ubuntu 8.04

2009-01-06 Thread Paul Alfille
/opt/owfs/bin/owhttpd -p 3001 -s 192.168.0.55:4304 #DS9097U /opt/owfs/bin/owfs-d /dev/ttyUSB1 /mnt/1wire3 #CM11A /usr/local/bin/heyustart Paul Alfille wrote: The perl program (or ow.pm http://ow.pm) use the same library as owfs. It will also have the same constraints -- it needs

Re: [Owfs-developers] pressure sensor

2009-01-07 Thread Paul Alfille
There are plenty of ways to measure voltage, and the conversion (resistance to voltage) seems pretty easy. See http://owfs.org/index.php?page=standard-devices for a full list of supported devices, and http://owfs.org/index.php?page=voltage-measurement specifically for voltage. Paul Alfille

Re: [Owfs-developers] pressure sensor

2009-01-13 Thread Paul Alfille
Is your setup owserver -u and owhttpd -s ? On Mon, Jan 12, 2009 at 11:52 PM, William Brown mahi...@earthlink.netwrote: I made a clean install of Ubuntu 8.10 and owfs 2.7p4. Owserver worked. Next day I can't get any readings and daemon.log has lots of messages. Can anyone help me determines

Re: [Owfs-developers] Problem with DS9490R on longer networks

2009-01-14 Thread Paul Alfille
master possible. Paul Alfille On Wed, Jan 14, 2009 at 5:32 AM, William Brown mahi...@earthlink.netwrote: Which is the w1 kernel driver? Why would it get unloaded from the previous day? restart? I had intermittent problems with reading my 150 foot 1wire bus until I connected the 12V line

Re: [Owfs-developers] Problem with DS9490R on longer networks

2009-01-14 Thread Paul Alfille
definitely not loaded or used. regards Michael -Original Message- From: Paul Alfille [mailto:paul.alfi...@gmail.com] Sent: Wednesday, January 14, 2009 12:47 PM To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] Problem with DS9490R on longer networks w1

Re: [Owfs-developers] OWNET make error

2009-01-16 Thread Paul Alfille
If you specify nothing, do you get this error? (I don't) enable ownet should be the default. Perhaps you can tell us your platform and OS? Paul On Fri, Jan 16, 2009 at 3:48 AM, William Brown mahi...@earthlink.netwrote: When I try to make owfs 2.7p4 or p12 with configure --enable-OWNET I get

Re: [Owfs-developers] What are your 1wire error rates ?

2009-01-21 Thread Paul Alfille
The CRC8 errors are from reading the device IDs. CRC16 is usually a memory read. Of your chips, CRC16 is used by the DS2450, DS2406, and DS2423. But not the DS18B20, DS2405, and DS1420. Can you try subsets of the chips to see which contributes errors? It isn't clear that power would help. Paul

Re: [Owfs-developers] owserver segmentfault

2009-01-25 Thread Paul Alfille
Which version of owfs are you running, and what platform? Paul Alfille On Fri, Jan 23, 2009 at 9:42 PM, racker79 ste...@nantz.de wrote: Hello I have been using owfs for a while now and it works perfectly. Now I try to use owserver and is segment faults ./owserver --foreground

Re: [Owfs-developers] owserver segmentfault

2009-01-25 Thread Paul Alfille
changed something slightly to cause the problem. Possibilities include Avahi, glibc, libtools,... 3. There are problems with the autoconf libraries like Avahi or Bonjour. Perhaps add --nozero when running owserver? Clearly we need to fix this problem. Paul Alfille On Sun, Jan 25, 2009 at 9:27

Re: [Owfs-developers] owserver segmentfault

2009-01-27 Thread Paul Alfille
On Tue, Jan 27, 2009 at 4:55 AM, Stefan Nantz ste...@nantz.de wrote: I had problems with cvs -d:pserver:anonym...@owfs.cvs.sourceforge.net:/cvsroot owfs login Unknown command: `owfs' https://lists.sourceforge.net/lists/listinfo/owfs-developers That will teach me try it from memory. The

Re: [Owfs-developers] problem: ds18b20 acts wierd on temperature 80-95 C

2009-02-01 Thread Paul Alfille
by an external power supply. What bus master, and what mode of power delivery are you using? Also which chip? Paul Alfille On Fri, Jan 30, 2009 at 7:59 PM, UnWasted unwas...@msn.com wrote: hi i'm using owfs v 2.7.13 when i do simulation conversion... everything works fine .. but when

Re: [Owfs-developers] problem: ds18b20 acts wierd on temperature 80-95 C

2009-02-08 Thread Paul Alfille
Are you getting any messages (when error_level=9) like FS_poll convert: ... ? Paul Alfille On Sun, Feb 1, 2009 at 10:18 PM, UnWasted unwas...@msn.com wrote: thats right... i tried with other type temp sensors (ds18s22 if i remember correctly) and the problem still exists :S it fails

Re: [Owfs-developers] Bugs with I2C

2009-02-10 Thread Paul Alfille
Found a rather embarrassing error. The cleanup routine didn't have a break at the end of the switch for the i2c adapter, so tried to clean up a different adapter as well. I'll make a new release. Paul Alfille On Tue, Feb 10, 2009 at 8:08 AM, Jan Kandziora j...@gmx.de wrote: Hello Paul

Re: [Owfs-developers] Bugs with I2C

2009-02-10 Thread Paul Alfille
You log file doesn't show the Speicherzugriffsfehler. Paul On Tue, Feb 10, 2009 at 6:30 PM, Jan Kandziora j...@gmx.de wrote: Am Dienstag, 10. Februar 2009 schrieb Jan Kandziora: Hello Paul (and others), I found another bug with I2C. % package require ow % OW::init /dev/i2c-6 %

[Owfs-developers] New release -- 2.7p14

2009-02-10 Thread Paul Alfille
. Default now sets APU and PPM. APU and PPM can be changes on command line with --ActivePullUp or --no_ActivePullUp (or --APU / --no_APU) --PresencePulseMasking or --no_PresencePulseMasking Individual -2c channels can be set in interface for state of active pull up or PPM. Paul Alfille

Re: [Owfs-developers] OWFS forgets chips after a while.

2009-02-11 Thread Paul Alfille
? All owfs programs link to libow (shared library). From the command line: /opt/owfs/bin/owhttpd --version should give the current version. Paul Alfille -- Create and Deploy Rich Internet Apps outside the browser

Re: [Owfs-developers] Bugs with I2C

2009-02-11 Thread Paul Alfille
I looked at the log -- nothing remarkable. A memory leak of 36 bytes was nice to find. Can you test the newer version and see if the problem persists? Paul On Wed, Feb 11, 2009 at 5:08 AM, Jan Kandziora j...@gmx.de wrote: Am Mittwoch, 11. Februar 2009 schrieb Paul Alfille: You log file

Re: [Owfs-developers] Bugs with I2C

2009-02-11 Thread Paul Alfille
Just fixed the error in the DS2482_channel_select logic. Can you retry from the CVS? Thanks, Paul On Wed, Feb 11, 2009 at 11:21 AM, Jan Kandziora j...@gmx.de wrote: Am Mittwoch, 11. Februar 2009 schrieb Paul Alfille: I looked at the log -- nothing remarkable. A memory leak of 36 bytes

Re: [Owfs-developers] OWFS forgets chips after a while.

2009-02-11 Thread Paul Alfille
It would only be the program that actually talks to the serial device, not the one that talks through owserver. --timeout_serial=10 # 10 seconds I know it's a USB device, but it emulates a serial device to any program, including owfs. Paul On Wed, Feb 11, 2009 at 9:23 PM, William Brown

Re: [Owfs-developers] i2c DS2482-800 : problem with DS2482_detect_ and with DS2482_channel_select.

2009-02-17 Thread Paul Alfille
Thanks for the feedback (It's ha4rd to test without an i2c device). I'll fix it for the next release (soon). Paul On Tue, Feb 17, 2009 at 4:16 AM, Pascal Baerten pascal.baer...@gmail.comwrote: Hi, I was very happy to see the p14 release that added the APU feature. However, I should reports

Re: [Owfs-developers] owfs reverse polarity

2009-02-17 Thread Paul Alfille
I'm releasing 2.7p15 to address Johann's problem. --reverse_polarity (vs the default --straight_polarity) will change the polarity direction of the DS2480B. The polarity can also be changed on a per-interface basis under /bus.x/interface/settings/reverse_polarity Paul Alfille On Tue, Feb 17

Re: [Owfs-developers] segfault in 2.7p14 owfs, owserver

2009-02-17 Thread Paul Alfille
. Paul Alfille On Tue, Feb 17, 2009 at 10:01 AM, Martin mar...@pr41.sk wrote: This is my first day working with OWFS and I ran into a problem. Owfs works, byt segfaults on exit. Owserver does not even start. Here is what I'm getting on a Fedora8 x86_64 system: ./owserver --foreground

Re: [Owfs-developers] segfault in 2.7p14 owfs, owserver

2009-02-18 Thread Paul Alfille
Fixed. On Wed, Feb 18, 2009 at 5:30 PM, Christian Magnusson m...@mag.cx wrote: There is certainly a bug here... DirblobInit((in-connin.usb.alarm)) and usb.main is never called!?! (or set to NULL at least) But in ow_w1.c we can see: /* Initialize dir-at-once structures */

Re: [Owfs-developers] DS2482: APU and PPM configuration not reflected in HTTP interface/settings + overdrive not implemented

2009-02-18 Thread Paul Alfille
On Wed, Feb 18, 2009 at 5:05 PM, Pascal Baerten pascal.baer...@gmail.comwrote: Hi, The new settings ActivePullUp and PulsePresenceMask are always shown as checked in interface/settings. However, after placing some tracing, in SetConfiguration(), I confirm that settings are modified as

Re: [Owfs-developers] owhttpd via owserver does not allow selecting a (sub)channel on ds2482

2009-02-18 Thread Paul Alfille
On Wed, Feb 18, 2009 at 5:51 PM, Pascal Baerten pascal.baer...@gmail.comwrote: Humm, sorry for reporting so actively... Please don't stop. everything is fine when starting owhttpd directly on the physical interface. However, when I work via owserver like this: owserver

Re: [Owfs-developers] OWFS on Ubuntu 8.04 adn 8.10

2009-02-23 Thread Paul Alfille
Daniel Klaussen has been working on an Ubuntu guide for OWFS (along with SAMBA hints) at: http://sites.google.com/a/klaussen.com/owfs/ He would like feedback. On Mon, Feb 16, 2009 at 5:25 PM, William Brown mahi...@earthlink.netwrote: Glad I could help. Matthias Urlichs wrote: Hi,

Re: [Owfs-developers] Interesting Device

2009-02-25 Thread Paul Alfille
, as well as instructions for linux installation and cross compiling. Paul Alfille On Wed, Feb 25, 2009 at 3:12 PM, Donald J. Organ IV dor...@donaldorgan.comwrote: Does anyone know if OWFS will work on this device?? http://www.marvell.com/products/embedded_processors/developer/kirkwood

[Owfs-developers] manpages .so problem

2009-03-01 Thread Paul Alfille
system, but have to be .so man3/DS2760.3 I'm not 100% sure if this is an debianism or an bug in the manpages. -- Comment By: Paul Alfille (alfille) Date: 2009-03-01 13:43 Message: Thanks for the report. I'm a bit at a loss

Re: [Owfs-developers] library versioning

2009-03-05 Thread Paul Alfille
intraoperable. So even with different program versions, the owfs programs can talk to each other on separate machines. Paul Alfille On Thu, Mar 5, 2009 at 4:18 AM, M G Berberich berber...@users.sourceforge.net wrote: Hello, I'm a bit confused about the library versioning scheme of the owfs-libs

Re: [Owfs-developers] setting limits while testing with --fake

2009-03-08 Thread Paul Alfille
that moves the random temperature reading to the correct range. 3. Hook up a real temperature chip. The fake adapter is really simple-minded. We don't keep an internal model of all the chips and reasonable emulation, but simply provide a random response in the proper format. Paul Alfille On Sat, Mar 7

Re: [Owfs-developers] How do we access CVS?

2009-03-12 Thread Paul Alfille
Apparently Sourceforge's cvs RAID disk crashed. It's being rebuilt. http://apps.sourceforge.net/wordpress/sourceforge/2009/03/11/2009-03-10-service-cvs-unplanned-downtime-update/ I hope it's fixable. Paul Alfille On Thu, Mar 12, 2009 at 7:06 PM, Gregg C Levine hansolofal...@worldnet.att.net

<    3   4   5   6   7   8   9   10   11   12   >