Re: [Owfs-developers] BAE0910 and Python

2017-09-16 Thread Paul Everett
That looks like it could be just the job. Thank you for taking the time to reply. Paul On 14/09/2017 23:29, Stefano Miccoli wrote: AFAIK it is not possible in OW-Python to access “subdirectories”. You can try pyownet, http://pyownet.readthedocs.io/en/latest/ which I wrote to overcome this l

Re: [Owfs-developers] BAE0910 and Python

2017-09-14 Thread Stefano Miccoli
AFAIK it is not possible in OW-Python to access “subdirectories”. You can try pyownet, http://pyownet.readthedocs.io/en/latest/ which I wrote to overcome this limitation: #! /usr/bin/env python2 from pyownet import protocol owp = protocol.proxy('localhost', 4304) for sensor in owp.dir():