Re: [Owfs-developers] Error "Message too long" when using owfs

2015-01-04 Thread David Lazarou
I ran across this same problem using a Raspberry Pi. http://owfs-developers.1086194.n5.nabble.com/quot-Message-too-long-quot-errors-with-owfs-tt10946.html I never was never able to discover what the problem was. -- David On Mon, Jan 5, 2015 at 10:58 AM, Stefano Miccoli wrote: > Somehow I was

Re: [Owfs-developers] DS2482-800 long wire problem

2015-01-04 Thread Jan Kandziora
Am 04.01.2015 um 17:33 schrieb Jan Sennesael: > @Jan: in the document linked by Paul > (http://www.maximintegrated.com/en/app-notes/index.mvp/id/148) they start by > saying "The scope of this document is limited to 1-Wire networks that use > Category 5, twisted-pair copper wire and have 5V bus powe

Re: [Owfs-developers] Error "Message too long" when using owfs

2015-01-04 Thread Stefano Miccoli
Somehow I was able to replicate the problem in Python. When I type in Python >>> f = open(‘/mnt/1wire/10.67C6697351FF/temperature') >>> f.read(1024) '56.5153' >>> f.close() I get from owfs —debug DEBUG: ow_read.c:(231) About to read extension=0 size=4096 offset=0 DEBUG: ow_read.c:(231) Ab

Re: [Owfs-developers] Error "Message too long" when using owfs

2015-01-04 Thread Paul Alfille
I don't have the answer yet, but it happens only with cat or cp, not less,head or tail. It also happens only with owfs->owserver->bus, since owfs->bus is ok. There must be something different in the tcp protocol handling. I'll investigate further. Paul On Sun, Jan 4, 2015 at 1:20 PM, Jacob Josep

Re: [Owfs-developers] Error "Message too long" when using owfs

2015-01-04 Thread Jacob Joseph
I recently moved my OWFS setup to a new installation (on Funtoo, should it matter), and have noticed that I do have the issue Markus mentioned. I haven't spent much time debugging quite yet. Curiously, though, while 'cat' doesn't work, other methods of reading such as 'head' or opening the file i

Re: [Owfs-developers] DS2482-800 long wire problem

2015-01-04 Thread Jan Sennesael
@Jan: in the document linked by Paul (http://www.maximintegrated.com/en/app-notes/index.mvp/id/148) they start by saying "The scope of this document is limited to 1-Wire networks that use Category 5, twisted-pair copper wire and have 5V bus power supplied by the master" So i guessed that this was

Re: [Owfs-developers] Raspi : Debian get-apt install vs generic install

2015-01-04 Thread Colin Reese
And call the complete path when you put it in your startup script, e.g. /opt/owfs/bin/owserver --i2c=/dev/i2c-1:ALL -p 4304 C On 1/4/2015 05:04, Stefano Miccoli wrote: > Try ‘apt-get purge owfs’. Of course if you want automatic server startup > at boot you have to write your own init.d script. >

[Owfs-developers] pyownet: announcing release 0.8.0

2015-01-04 Thread Stefano Miccoli
Happy 2015 everybody! I have released version 0.8.0 of pyownet: it is available on https://pypi.python.org/pypi/pyownet and https://github.com/miccoli/pyownet/releases/tag/v0.8.0 Highlights: persist

Re: [Owfs-developers] Raspi : Debian get-apt install vs generic install

2015-01-04 Thread Stefano Miccoli
Try ‘apt-get purge owfs’. Of course if you want automatic server startup at boot you have to write your own init.d script. Stefano > On 04 Jan 2015, at 13:47, Ekkehard Pofahl wrote: > > Hello, > after typing "apt-get install owfs" and editing owfs.config OWFS(2.8p15) > worked on my Raspi. Rea

[Owfs-developers] Raspi : Debian get-apt install vs generic install

2015-01-04 Thread Ekkehard Pofahl
Hello, after typing "apt-get install owfs" and editing owfs.config OWFS(2.8p15) worked on my Raspi. Real Magic ! I do have some issues with the programs reading out the OWFS server. So my plan was to install the freshest copy of OWFS to make sure, I did not haunt an issue, which is long resolved w

Re: [Owfs-developers] Error "Message too long" when using owfs

2015-01-04 Thread Stefano Miccoli
It seems that your question is still unanswered, so I will try to help you, although I’m not able to replicate your setup (and I’m no expert of the internal workings of owfs). From your message it seems that the problem is limited to owfs, and not in owserver, but let me double-check. 1) Do yo