Re: [Owfs-developers] New Release 2.7p39

2010-07-18 Thread brucek
nslu2 packages is still at 2.7p37-1. Any chance you can update it any time soon. Thanks bruce - Original Message - From: Paul Alfille To: owfs-developers Sent: Sunday, July 18, 2010 2:23 PM Subject: [Owfs-developers] New Release 2.7p39 Release OWFS 2.7p39 Major additio

Re: [Owfs-developers] New Release 2.7p39

2010-07-19 Thread brucek
fs.sourceforge.net/nslu2/packages/Packages > > > > On Sun, 2010-07-18 at 21:06 -0400, brucek wrote: >> nslu2 packages is still at 2.7p37-1. Any chance you can update it any >> time soon. >> Thanks >> bruce >> - Original Message - >> Fro

[Owfs-developers] Updating NSLU2 Ipkg

2010-10-26 Thread brucek
Is there any chance someone can update OWFS at http://owfs.sourceforge.net/nslu2/packages? It is currently at 2.7p38-1 Thanks Bruce-- Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new

[Owfs-developers] 1 Wire Virtual device....and version missmatching

2010-12-20 Thread brucek
Is it possible to create a virtual 1wire device. I have a wrt54g running OpenWRT with a HA7S adaptor, and I would like to control it’s LEDs over owserver so I can give it a visual heartbeat that shows when it’s 1wire network is being accessed. Currently I can do something like: echo 1 > /pro

[Owfs-developers] Controling timeout from other owservers

2011-04-16 Thread brucek
Running 2.8p8. If I start owserver, using a remote owserver, and the remote server is online, then all is fine. But, if I start owserver, and the remote server (at 192.168.2.102) is not on line, then there are all sorts of problems. owfs has trouble starting, unless I wait a long time after start

[Owfs-developers] 2.8P12 owhttpd and removing aliases

2011-07-17 Thread brucek
If I create an alias using the web interface (owhttpd) I cant remove it. It seems that there is no way to change the alias to blank, and you can not change it to the actual ID because it is too long for the alias field. Am I doing something wrong? Bruce---

Re: [Owfs-developers] errno in owcapi

2011-08-20 Thread brucek
Some way to test if owserver is busy still initializing would be helpful. Maybe a flag for owserver that will cause it just to return its status? If I try to start owfs before owserver has come on line, things fail. Is there a better way then what I have been using? Bruce echo -ne "Starting owse

Re: [Owfs-developers] increase OW reliability in bad topology

2011-09-17 Thread brucek
If you have an extra pair in the wiring, you could use one pair in and one pair out so that the star is functionally a liner network bk -Original Message- From: ekgnkb3d Sent: Saturday, September 17, 2011 7:05 PM To: owfs-developers@lists.sourceforge.net Subject: [Owfs-developers] increa

Re: [Owfs-developers] New release 2.8p14

2011-12-26 Thread brucek
Hey Paul, I was just about to email you (about p13) that I am unable to change units from C to F in owhttpd. It is still that way (now p14) As always, thanks for all the work. bruce From: Paul Alfille Sent: Monday, December 26, 2011 8:19 PM To: owfs-developers Subject: [Owfs-developers] New r

[Owfs-developers] Help with DS2408 LCD_H/onoff

2012-01-10 Thread brucek
I have an LCD I put together based on the hobbyboard design, and I cant for the life of me figure out what the LCD_H/onoff wants to see. LCD_H/onoff write-only, unsigned Sets several screen display functions. The selected choices should be a

Re: [Owfs-developers] Help with DS2408 LCD_H/onoff

2012-01-10 Thread brucek
tions). Therefore I'm confident that this is a software problem (especially regarding screenyx, because it requires an owserver restart). I'm using 2.8p13. best regards, Markus On Jan 10, brucek wrote: > I have an LCD I put together based on the hobbyboard design, and I cant for > t

Re: [Owfs-developers] How to setup a reliable, sychronized (automatic)system restart

2012-02-01 Thread brucek
I find I have to wait for owserver to come up first by delaying until owdir finds devices, then moving on. Bruce --- owserverp="/opt/owfs/bin/owserver -u -p 3000" owfsp="/opt/owfs/bin/owfs -s 3000 /mnt/1wire" owhttpdp="/opt/owfs/bin/owhttpd -s 3000 -p 3001" owdir="/opt/owfs/bin/owdir -s 3000"

Re: [Owfs-developers] Changing Number Format of Y-Axis on TemploggerdGraphs

2012-05-14 Thread brucek
Hey Alex, from the rrdtool documentation for PRINT http://oss.oetiker.ch/rrdtool/doc/rrdgraph_graph.en.html#PRINT : %#.#lf prints numbers like 12345.6789, with optional field width and precision I use in my template files : PRINT::MAX:"%5.1lf C" to get my temperatures to display as "25.1 C"

Re: [Owfs-developers] Changing Number Format of Y-Axison TemploggerdGraphs

2012-05-14 Thread brucek
Alex, I think the table gets created further down in the template. I assume the precision gets carried down to the table from the PRINT statement for the graphbut I dont know for sure. Bruce snip   Max Avg. Min Current

Re: [Owfs-developers] Release 2.8p15

2012-05-22 Thread brucek
So far p15 seems much more stable (using an USB master) But, I still can not change units in owhttpd http://nn.nn.nn.nn:3001/settings/units?temperature_scale=f still returns the unit as 'C'. Also, what, if anything is different between http://nn.nn.nn.nn:3001/bus.0/uncached and http://nn.nn.n

[Owfs-developers] owhttpd alias problems

2012-07-06 Thread brucek
Running: 2.8p16 ( and p15) Working with HTTPD: Aliases are not working correctly: If I set an alias (either with an alias file: /opt/owfs/bin/owhttpd -a ../root/owalias.conf -s 3000 -p 3001) or by setting the alias field manually in httpd, it seems to break. Once I set the alias, I cant get to th

Re: [Owfs-developers] Raspberry pi running Raspbian and owfs

2012-11-03 Thread brucek
I should point out that the raspbian package installs in different locations (/usr/bin/ instead of /opt/owfs/bin/) than if you build it from source. It makes upgrading from the package to a compiled version not completely straight forward. Not sure why, but it would be nice if they installed i

[Owfs-developers] owhttpd feature request: refresh button

2013-01-25 Thread brucek
I use owhttpd a lot for testing. It would be very helpful to have a refresh button, so that when I change something (such as a PIO state) I can quickly reload the sensor's data. Just hitting the browser's refresh will reapply the change. I want to just reload the sensor's data to see how it has

Re: [Owfs-developers] owhttpd feature request: refresh button

2013-01-28 Thread brucek
would you put the button / link ? On Fri, Jan 25, 2013 at 1:42 PM, brucek wrote: I use owhttpd a lot for testing. It would be very helpful to have a refresh button, so that when I change something (such as a PIO state) I can quickly reload the sensor’s data. Just hitting the browser’s re

[Owfs-developers] Need help debugging a particular device

2013-06-15 Thread brucek
I need a little help debugging a particular device. I have a ds2408 that has been on line for a few years that has developed an intermittent problem of all outputs momentarily turning on then off. I am assuming it is a software problem (my control software is continuously being developed) but

[Owfs-developers] Need a new adaptor. Some thoughts?

2013-09-28 Thread brucek
Well, I tracked down my ow network failure to the melted DS9490R. It looks like it could have actually been a fire risk. Anyway, I see new DS9490R’s at Newark for $33.81 + s/h ($20 min), and on eBay for $66.00 (really?) I also see a Bulgarian one based on Chipset: FT232RL and DS2480B with termin

Re: [Owfs-developers] ow* Output - leading spaces trimmed?

2014-03-17 Thread brucek
OK, my 2 cents worth: I use the returned length to determine if I have had a valid read or not...so I would not like it to change. How about a startup switch? Bruce -Original Message- From: Michael Markstaller [mailto:m...@elabnet.de] Sent: Monday, March 17, 2014 4:47 PM To: owfs-develop

Re: [Owfs-developers] 2.7p32 release

2010-03-16 Thread brucek
I dont seem to be able to get this version via ipkg on my slug. (ipkg update /ipkg upgrade) Am I missing something? I was able to update to p30 & P31 no problem. Thanks Bruce - Original Message - From: "Paul Alfille" To: "owfs-developers" Sent: Monday, March 15, 2010 6:07 PM Subject

[Owfs-developers] I have something strange going on that may not be wiring...

2010-03-17 Thread brucek
I have something strange going on (it predates P32, but I don't know how long) that I don't quiet understand: I'll start off by saying that I have a test network that is a mix of breadboards, twisted wires, etc running over 3 floors of a building with about 10 sensors. I have been assuming many

[Owfs-developers] Some questions about Temploggerd

2010-04-07 Thread brucek
Is Temploggerd still being developed? I'm also having a hard time getting graphs to work in Fahrenheit. Any pointers? Is there any better documentation? Thanks bruce-- Download Intel® Parallel Studio Eval Try the new softwa

[Owfs-developers] OWFS 2.7P37 fails after about 15 sec.

2010-05-16 Thread brucek
I just upgraded from P32 (I think) to P37, and now it fails after about 15 sec. I can start # run-owfs It starts fine If I repeatedly do #owdir it will list my devices for about 15 sec, and then owdir returns nothing. I can run-owfs, and it will repeat working for a bit and then not. I'm running un

Re: [Owfs-developers] New Release 2.9p9

2015-01-06 Thread brucek
Hello again Paul, Just wondering, how come the project has McAfee_8.7Home.exe in the project root directory on Sourceforge? And only 7 bytes? seems just a little suspect... Bruce From: Paul Alfille Sent: Tuesday, January 06, 2015 8:59 AM To: owfs-developers Subject: [Owfs-developers] New

Re: [Owfs-developers] New Release 2.9p9

2015-01-06 Thread brucek
Hey Paul, As of 2pm EST I still do not see 2.9p9 on Sourceforge, just the 2.9p8 download, and an empty owfs/2.9p9 folder. As always, thanks for keeping this going Bruce From: Paul Alfille Sent: Tuesday, January 06, 2015 8:59 AM To: owfs-developers Subject: [Owfs-developers] New Release 2.9p9 M

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

2016-09-07 Thread brucek
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 access by id. If I manually set an alias in httpd (ie: http://192.168.2.30:3001/20.07D71300?alias=my+alias) then it will workuntil a restart. (running 3.1p0 on