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():

[Owfs-developers] BAE0910 and Python

2017-09-14 Thread Paul Everett
I am trying for a customer to work out how to get OW-Python to work with a BAE0910 chip from Brain4Home. I've never used python before but have some example code that I can use to read from OWFS, the problem that I'm encountering is that I can't work out the correct syntax to read data from a s