Re: [Owfs-developers] Python Access to ow-shell - problem!

2016-08-04 Thread Stefano Miccoli
As already pointed out by Jan, the > pyownet.protocol.ConnError: [Errno 111] Connection refused exception (see http://pyownet.readthedocs.io/en/latest/protocol.html#pyownet.protocol.ConnError ) simply wraps th

Re: [Owfs-developers] Python Access to ow-shell - problem!

2016-08-03 Thread Mick Sulley
Ahh! OK if I start it as owserver -c /etc/owfs.conf it runs. So I tried a reboot and now it is running again, started automatically at boot. I am confused, but at least it is working again. Once again, many thanks Jan. On 04/08/16 02:12, Jan Kandziora wrote: > Am 04.08.2016 um 01:09 schrieb

Re: [Owfs-developers] Python Access to ow-shell - problem!

2016-08-03 Thread Jan Kandziora
Am 04.08.2016 um 01:09 schrieb Mick Sulley: > No, owserver was not running, and I can't start it > > control@pi-test:~ $ owserver --debug > > [...] > > Any idea what the problem is? > You haven't specified any host adapter nor a configuration file on the command line. Kind regards Jan

Re: [Owfs-developers] Python Access to ow-shell - problem!

2016-08-03 Thread Mick Sulley
No, owserver was not running, and I can't start it control@pi-test:~ $ owserver --debug DEBUG MODE libow version: 3.1p1 DEBUG: ow_daemon.c:(170) main thread id = 1996423696 DEBUG: ow_inotify.c:(80) No configuration files to monitor CONNECT: ow_dnssd.c:(81) Zeroconf/Bonjour is disabled s

Re: [Owfs-developers] Python Access to ow-shell - problem!

2016-08-03 Thread Jan Kandziora
Am 03.08.2016 um 23:43 schrieb Mick Sulley: > pyownet.protocol.ConnError: [Errno 111] Connection refused > >>> > This is an error from deep down the operating system. It means there is no listener for your call. Specific for pyownet, the call to owserver. > > It happened after I restarted the

Re: [Owfs-developers] Python Access to ow-shell - problem!

2016-08-03 Thread Mick Sulley
Setfano, or anyone else who can help. I installed pyownet and got it working and I have been developing my code for several days, but this evening it has stopped working. I have gone back to your basic instructions and this is what I see - control@pi-test:~ $ python Python 2.7.9 (default, Mar