Re: [Owfs-developers] how to use swig+php and use a ser2net tcp-serial server?

2011-06-22 Thread Paul Alfille
It should word with the full command line syntax in OW_init (in a quoted string). At least that's the way it works with owperl. On Wed, Jun 22, 2011 at 5:13 PM, Roberto Spadim wrote: > hi guys, i´m using today a owserver to connect to a ser2net server > (tcp-serial telnet) > it´s working ok with

Re: [Owfs-developers] owserver without exit

2011-06-22 Thread Paul Alfille
I need more clarity. Perhaps a usage example would help. Do you want owserver to run with vanished connections, or do you want to dynamically add new connections? Paul On Wed, Jun 22, 2011 at 4:02 PM, Roberto Spadim wrote: > hi, how could i run owserver without exiting it > for example, if i di

Re: [Owfs-developers] Finding structure path with owserver

2011-06-22 Thread Paul Alfille
Hi Patrik, Thanks for finding this problem. It's been fixed and will be part of the next release. Basically you found 2 problems: 1. We need to handle structure/1F/aux as a file, and 1F.123412341234/aux as a directory. 2. We were too lenient with filenames. 10.12341234/id# is a file

Re: [Owfs-developers] ds18b20 and ds18s20

2011-06-22 Thread Paul Alfille
Ok, it will be included in the next release. Paul On Wed, Jun 22, 2011 at 11:35 AM, Roberto Spadim wrote: > you talk about: > i can´t do: ls | grep temperature9 > but i can do: cat temperature9 > > this could work too without problem... > > 2011/6/22 Paul Alfille >> >> Would you accept having t

[Owfs-developers] how to use swig+php and use a ser2net tcp-serial server?

2011-06-22 Thread Roberto Spadim
hi guys, i´m using today a owserver to connect to a ser2net server (tcp-serial telnet) it´s working ok with owhttpd-owserver-ser2net-serial-onewire but now i want to change to: owlib(swig-php) - ser2net - serial - onewire i will remove owhttpd and owserver i tryed with just ip:port to OW_init() fu

[Owfs-developers] owserver without exit

2011-06-22 Thread Roberto Spadim
hi, how could i run owserver without exiting it for example, if i disconnect from a remote telnet serial device (poweroff wifi route for example) how could i continue using owserver (ok no connections) today implementation it´s shutdown daemon, and just restart if i run /opt/owfs/bin/owserver -d ip

Re: [Owfs-developers] ds18b20 and ds18s20

2011-06-22 Thread Roberto Spadim
you talk about: i can´t do: ls | grep temperature9 but i can do: cat temperature9 this could work too without problem... 2011/6/22 Paul Alfille > Would you accept having the files work even if not visible? That would > save lots of future complaints. > > Paul > > On Wed, Jun 22, 2011 at 10:13 A

Re: [Owfs-developers] ds18b20 and ds18s20

2011-06-22 Thread Paul Alfille
Would you accept having the files work even if not visible? That would save lots of future complaints. Paul On Wed, Jun 22, 2011 at 10:13 AM, Roberto Spadim wrote: > hi guys > could we implement > temperature9,10,11,12 > in ds18s20 > > ok i know that s20 don´t have 9 10 11 12 > but could we call

[Owfs-developers] ds18b20 and ds18s20

2011-06-22 Thread Roberto Spadim
hi guys could we implement temperature9,10,11,12 in ds18s20 ok i know that s20 don´t have 9 10 11 12 but could we call temperature when reading from temperature9,10,11,12 ? it´s easier to change from one device to another just changing the alias file, when i change from b20 to s20 i need to change

[Owfs-developers] wrong information at website

2011-06-22 Thread Roberto Spadim
some devices of this: http://owfs.org/index.php?page=usb-usb9097 have diferent ground and +5v pins i have one with vcc,data,ground and one with ground,data,vcc maybe a alert in this page could be good before tuning this devices on, i bought one device at ebay, and another at another ebay seller --

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 use it as an attribute wit