Re: [Owfs-developers] New site

2016-09-07 Thread Colin Reese
What are the cons for a github-hosted wiki again? It really seems to make sense to have all of the source and the how-to hosted in one place, in an easy to use and modify format. Admin and source control is easy to use (it is designed for it, after all), managed, and attached to the repo for

[Owfs-developers] Changing Alias with pyownet

2016-09-07 Thread Mick Sulley
Stefano, I took your ex.py and modified it slightly to use a variable as the base device name - == import sys import time import pyownet.protocol TIMEOUT = 10 def main(): timeout_time = time.time() + TIMEOUT while time.time() < timeout_time: try:

[Owfs-developers] New site

2016-09-07 Thread Johan Ström
On 07/09/16 10:48, Jan Kandziora wrote: > Am 07.09.2016 um 07:15 schrieb Johan Ström: >> How did it go with the earlier discussed new homepage/wiki where we can >> document these things?.. :) Seems every other day these questions pop up >> on the list. >> > I think the most important improvement

Re: [Owfs-developers] httpd crash on alias change

2016-09-07 Thread Jan Kandziora
Am 07.09.2016 um 14:17 schrieb Mick Sulley: > > $ sudo systemctl start owhttpd.service --debug systemctl: > unrecognized option '--debug' > Nah, that won't work. > Are there know issues with httpd? I am looking at the uncached > display. How can I start it with debug? > You have to stop

Re: [Owfs-developers] httpd crash on alias change

2016-09-07 Thread Mick Sulley
OK thanks for that. Not a major problem for me, just that httpd is an easy way to have a quick look at what is happening. Mick On 07/09/16 13:35, brucek wrote: > There has been a long standing bug( at least for me) that setting aliases in > a file doesn't work with httpd...it still tries to

[Owfs-developers] httpd crash on alias change

2016-09-07 Thread Mick Sulley
I am playing around with changing aliases via pyownet. I have had instances where it all looks OK in python, but the httpd web page shows it hasn't changed, but now I am seeing that it has changed on the top level display but when I try to open a sensor the web page disappears and httpd has