Re: [Owfs-developers] Everything on Raspberry PI

2013-02-02 Thread Todd Turner
Hi Gregg, I have detailed this in a blog post http://turnernet.org/?p=196 Todd On Saturday, February 2, 2013, Gregg Levine wrote: > On Sat, Feb 2, 2013 at 8:52 AM, Todd Turner wrote: > > I have not detected any failures on the rpi. I'm using a homemade > serial > > adapter and using a node.

Re: [Owfs-developers] Everything on Raspberry PI

2013-02-02 Thread Mick Sulley
I think I am getting somewhere at last!!! I tried running with a single temperature sensor - 1000 cycles fine Tried with 5 temperature sensors - fine 5 temp + 8channel I/O - fine Kept adding devices and it failed when I added a box with 2 X 2 port I/O, a few no reads on that device but many no-re

Re: [Owfs-developers] Everything on Raspberry PI

2013-02-02 Thread Guy COLIN
Mick Sulley sulley.info> writes: > > Hi Guy, > I am testing owfs on a Pi as well. I have 6 temperature sensors and 3 8 > channel I/O boards and I continually read all of them, takes about 9 > seconds to get around them all. All of the files in /statistics/errors > are zero, indicating no er

Re: [Owfs-developers] New release 2.9p0

2013-02-02 Thread Roberto Spadim
nice! simplification of code is a good step for version 3 2013/2/2 Paul Alfille > OWFS > Release notes 2.9p0 > Feb 2 2013 > > Version number change (2.8 -> 2.9) > > 1. Require thread support > A. Remove config option > B. Threading increasingly needed by bus masters > C. Newer proce

Re: [Owfs-developers] Everything on Raspberry PI

2013-02-02 Thread Gregg Levine
On Sat, Feb 2, 2013 at 8:52 AM, Todd Turner wrote: > I have not detected any failures on the rpi. I'm using a homemade serial > adapter and using a node.js module that interfaces directly to owserver, > maybe owfs has some issues. > > On Saturday, February 2, 2013, Paul Smith wrote: >> >> Hi Mik

Re: [Owfs-developers] Everything on Raspberry PI

2013-02-02 Thread Mick Sulley
I'm still investigating and will update with the results. Paul, I will send you my Python code but I need to revise it to remove the specific stuff that is in there first, otherwise it will just fail for you. On 02/02/13 13:52, Todd Turner wrote: I have not detected any failures on the rpi.

Re: [Owfs-developers] Everything on Raspberry PI

2013-02-02 Thread Todd Turner
I have not detected any failures on the rpi. I'm using a homemade serial adapter and using a node.js module that interfaces directly to owserver, maybe owfs has some issues. On Saturday, February 2, 2013, Paul Smith wrote: > Hi Mike, > > Python is new to me, can you send over some code and I ca

[Owfs-developers] New release 2.9p0

2013-02-02 Thread Paul Alfille
OWFS Release notes 2.9p0 Feb 2 2013 Version number change (2.8 -> 2.9) 1. Require thread support A. Remove config option B. Threading increasingly needed by bus masters C. Newer processors and libc can support it 2. Remove minor configuration selectors A. Thermocouples always inc

Re: [Owfs-developers] Everything on Raspberry PI

2013-02-02 Thread Paul Smith
Hi Mike, Python is new to me, can you send over some code and I can leave it running on my test pi. Regards, Paul -- Paul Smith Your Local Computer Specialist, Supporting Your Business When You Need It Most We also now do Portable Appliance Testing, if you would like to know more please drop

Re: [Owfs-developers] Everything on Raspberry PI

2013-02-02 Thread Mick Sulley
Hi Paul, I am running Python, basically what my code does is first to walk through the directory tree to find all the devices and record their full path, does that once then it cycles round doing a reads each from each device in turn using the path it has recorded try: sfile = open('de

Re: [Owfs-developers] Everything on Raspberry PI

2013-02-02 Thread Paul Smith
Hi Mike And Guy, I too am using the rpi. I too see no errors in the logs, How are you detecting no reads. I have 5 ds1820's connected to sleepwalk rpi2. I'm using http://limings.net/xap/oxc owfs to xap connector. It all looks to be working, but I'd be interested it exploring it a bit more. Regar