Re: [Owfs-developers] ownet and uncached temperature

2007-02-03 Thread Tim Sailer
On Sat, February 3, 2007 16:50, Paul Alfille said: > $owserver=OWNet->new("localhost -F") ; Heh. The only combination I *didn't* try, of course. :) Tim -- Tim Sailer Coastal Internet, Inc. www.buoy.com 631-399-2910 - Usin

Re: [Owfs-developers] ownet and uncached temperature

2007-02-03 Thread Paul Alfille
$owserver=OWNet->new("localhost -F") ; On 2/3/07, Tim Sailer <[EMAIL PROTECTED]> wrote: On Fri, February 2, 2007 21:58, Paul Alfille said: > Thanks for the error report. No problem. I figured, actually, that I was doing something wrong! :) > Fixed, I think. A change to owserver -- committed

Re: [Owfs-developers] ownet and uncached temperature

2007-02-03 Thread Tim Sailer
On Fri, February 2, 2007 21:58, Paul Alfille said: > Thanks for the error report. No problem. I figured, actually, that I was doing something wrong! :) > Fixed, I think. A change to owserver -- committed to the CVS. Well, one other thing, which may be a bug or I'm not reading the docs right...

Re: [Owfs-developers] ownet and uncached temperature

2007-02-02 Thread Paul Alfille
Thanks for the error report. Fixed, I think. A change to owserver -- committed to the CVS. Paul Alfille On 2/2/07, Tim Sailer <[EMAIL PROTECTED]> wrote: #!/usr/bin/perl use OWNet; my $owserver=OWNet->new("localhost") ; print $owserver->read('/uncached/10.8D5155000800/temperature')."\n"; Thi

[Owfs-developers] ownet and uncached temperature

2007-02-02 Thread Tim Sailer
#!/usr/bin/perl use OWNet; my $owserver=OWNet->new("localhost") ; print $owserver->read('/uncached/10.8D5155000800/temperature')."\n"; This will never print a value. If I take out uncached, it works. Any ideas? Tim -- Tim Sailer Coastal Internet, Inc. www.buoy.com 631-399-2910 --