[Owfs-developers] Fw: Lightning Protection - From Maxim-ic.com

2009-12-23 Thread rosaic1-sj
Hi Everyone, NOTE: This is my second attempt to send this. The first email had a diagram attached that the Maxim-ic.com engineer had sent me. This email list doesn't let them go forward due to the 1.3mb file size. I asked the Engineer at Maxim if there was a different package type that was av

[Owfs-developers] Lightning Protection - From Maxim-ic.com

2009-12-22 Thread rosaic1-sj
Hi everyone, I've been concerned about my 1-wire network getting toasted also. I emailed Maxim, and here's was the engineer's response BELOW. This should protect your network from anything, except a direct lightning strike, which the engineer stated would be difficult to prevent. I hope this h

Re: [Owfs-developers] graphing owfs data -date slider & RRDtools

2008-12-18 Thread rosaic1-sj
All, Here's some more google stuff on charting. Haven't looked into whether it allows sliders for time lines, etc. http://code.google.com/apis/chart/basics.html From: Donald J. Organ IV To: owfs-developers@lists.sourceforge.net Sent: Thursday, December 18, 2

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

2008-09-24 Thread rosaic1-sj
I'm doing something to monitor lake temperatures that I am currently working on. For your application, it is a good design. There shouldn't be much difference in your water temperatures at different water levels. Any lighting could affect your air temperatures, but might actually "help" your ap

Re: [Owfs-developers] New ipkg-packages

2008-04-09 Thread rosaic1-sj
Hi, Please let me know when the patch is available in 'ipkg' form for the nslu2. Or, if available in CVS in the meantime, and someone knows how to install on nslu2 from CVS, please let me know. Thank you. Steve J. - Original Message From: Christian Magnusson <[EMAIL PROTECTED]> To:

Re: [Owfs-developers] New ipkg-packages

2008-04-08 Thread rosaic1-sj
Still trying to install owfs from CVS. Ok, I tried to install the latest via ipkg(does complete install - very simple), but the bug fix wasn't in ipkg. So, I have to do it the CVS way. I downloaded the Source from CVS to /root/owfs/* Problem 1: RUN under 'root' # pwd /root/owfs # ./bootstrap ac

Re: [Owfs-developers] New ipkg-packages

2008-04-08 Thread rosaic1-sj
Thank you for fixing this bug so quick! I am about to test, but not sure of correct procedure to get from CVSI don't know how ipkg is updated or if it was??? Should I just do this: #ipkg update #ipkg remove owfs owlib owshell #ipkg install owfs owlib owshell or do I do this: cvs -z3 -d:pse

Re: [Owfs-developers] New ipkg-packages

2008-04-07 Thread rosaic1-sj
My current owlib version is: owlib - 2.7p4-2 - 1-wire library Is that still the old library? Before I re-installed (per your directions) I did have an old version (owlib - 2.7p2-1 - 1-wire library). Yes..doing a 'find / -name ow* -print gives a output that goes on forever Is

Re: [Owfs-developers] New ipkg-packages

2008-04-06 Thread rosaic1-sj
Here's my packages installed: # ipkg list_installed | grep ow owcapi - 2.7p4-2 - 1-wire CAPI library and includes owfs - 2.7p4-2 - 1-Wire filesystem (http://owfs.sf.net) owlib - 2.7p2-1 - 1-wire library owshell - 2.7p4-2 - 1-wire shell utilities oww - 0.82.1-1 - Oww reads from a DalSemi/AAG weathe

Re: [Owfs-developers] New ipkg-packages

2008-04-06 Thread rosaic1-sj
Has anyone installed this for the NSLU2? I tried, but I am missing the library 'libow-2.7.so.4' Here are the errors I get when installing # run-owfs owserver: error while loading shared libraries: libow-2.7.so.4: cannot open shar ed object file: No such file or directory owfs: error while loadi

Re: [Owfs-developers] New ipkg-packages MISSING LIBRARY? libow-2.7.so.4

2008-04-06 Thread rosaic1-sj
I tried to upgrade from p2 to p4 but got the following message: # run-owfs owserver: error while loading shared libraries: libow-2.7.so.4: cannot open shar ed object file: No such file or directory owfs: error while loading shared libraries: libow-2.7.so.4: cannot open shared o bject file: No such

Re: [Owfs-developers] NSLU2: owhttpd Webserver not reachable with browser

2008-04-04 Thread rosaic1-sj
- Original Message From: Paul Alfille <[EMAIL PROTECTED]> To: owfs-developers@lists.sourceforge.net Sent: Friday, April 4, 2008 6:06:06 AM Subject: Re: [Owfs-developers] NSLU2: owhttpd Webserver not reachable with browser Under the virtual file system /tmp/1wire/* I have what see

Re: [Owfs-developers] NSLU2: owhttpd Webserver not reachable with browser

2008-04-03 Thread rosaic1-sj
Paul, Ok, glad to hear multiple processes is not a problem. Thank you so much for the quick response. You were right, the OWW (one wire weather) 'owwnogui' process was causing the problem in being able to read from http://192.168.1.77:3001/ consistently. That is no longer a problem. ANYONE RE