Re: [Owfs-developers] Temp Logging

2015-03-30 Thread Jerry Scharf
On 03/30/2015 10:05 AM, Stefano Miccoli wrote: The only reason I can see is speed, and compatibility with (big) apps like cacti, nagios, or ganglia. S. On 30 Mar 2015, at 01:00, Colin Reese > wrote: Out of curiosity, why would you use this? Using a database with

Re: [Owfs-developers] Temp Logging

2015-03-30 Thread Stefano Miccoli
[Sorry if the discussion on RRD is off topic with respect to OWFS] I think that when you are collecting up to a few hundreds different metrics, sqlite + any scripting language + AJAX is fine (and probably the best option.) When you go into the range of 1k up to 100k different metrics, collected

[Owfs-developers] installing owfs on raspberry pi

2015-03-30 Thread Eric Baumann
Hello Roland Automake IS installed: sudo apt-get install automake Reading package lists... Done Building dependency tree Reading state information... Done automake is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. I installed a lot: sudo apt-get ins

[Owfs-developers] installing owfs on raspberry pi

2015-03-30 Thread Eric Baumann
Hallo Dear Roland I modified the files just as you requested. Now I get this error upon running sudo make: In file included from ../../../owlib/src/include/ow_connection.h:78:0, from ../../../owlib/src/include/ow_standard.h:18, from ../../../owlib/src/include/o

Re: [Owfs-developers] installing owfs on rapsberry pi

2015-03-30 Thread Roland Franke
Hello, in that matter there is automake not be installed on yous system. Please install that also like libusb. sudo apt-get install automake Best regards, Roland From: Eric Baumann Sent: Monday, March 30, 2015 9:26 PM To: owfs-developers@lists.sourceforge.net Subject: [Owfs-developers] install

[Owfs-developers] installing owfs on rapsberry pi

2015-03-30 Thread Eric Baumann
Dear Colin, Dear Roland Thanks for your help. Now fresh from start: I did sudo apt-get install libusb-1.0-0-dev and then went into owfs directory, sudo ./configure , which worked (USB is enabled) when running sudo make I get this: pi@raspberrypi ~/owfs-3.1p0 $ sudo make CDPATH="${ZSH_VER

Re: [Owfs-developers] Temp Logging

2015-03-30 Thread Colin Reese
Speed? Wrt what? Db reads/writes? Db queries are vanishingly small time wise, I've found, especially compared to the ajax POST or GET. To answer the OP's question, for graphing I use jqplot. This way my client does all the processing, and they can customize their plots on the fly rather than s

Re: [Owfs-developers] Temp Logging

2015-03-30 Thread Stefano Miccoli
The only reason I can see is speed, and compatibility with (big) apps like cacti, nagios, or ganglia. S. > On 30 Mar 2015, at 01:00, Colin Reese wrote: > > Out of curiosity, why would you use this? Using a database with accurate time > stamps and log sizing is trivial, and apis for beautiful

Re: [Owfs-developers] Temp Logging

2015-03-30 Thread Michael Kalist
HI Mick very easy to power them. Just want best way to make pretty graphs for temps of all items. Mike From: Mick Sulley [mailto:m...@sulley.info] Sent: Monday, March 30, 2015 9:42 AM To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] Temp Logging If your

Re: [Owfs-developers] Temp Logging

2015-03-30 Thread Mick Sulley
If your sensors are powered you can dramatically improve the read speed by writing to 'simultaneous/temperature'. Depending on your setup there may be several of these, I read all of my sensors, then write '1' to all of the simultaneous/temperature registers, then do all my control and logging

Re: [Owfs-developers] Temp Logging

2015-03-30 Thread Michael Kalist
HI Colin I am open to ANY suggestions. What would you recommend ? I have since got everything working. Also down to 23 seconds per read. This is for my home automation / monitoring project. My raspberry pi running owfs is for all monitoring (eventually some control) Leviton HAI for s