Re: [Owfs-developers] Interpreting Solar

2012-06-18 Thread Peter Hollenbeck
I am collecting values and will try to associated them with what I observe. Peter On Mon, Jun 18, 2012 at 2:38 PM, Mark Richards wrote: > On 6/18/2012 14:40, Peter Hollenbeck wrote: > > I have a Hobby Boards solar sensor which gives values for current, gain > and illuminance. > Can anyone tell m

Re: [Owfs-developers] Interpreting Solar

2012-06-18 Thread Mark Richards
On 6/18/2012 14:40, Peter Hollenbeck wrote: I have a Hobby Boards solar sensor which gives values for current, gain and illuminance. Can anyone tell me how to translate these values to an indication of how sunny it is? Maybe percent of maximum sun. There may be a way to associate the sensor out

Re: [Owfs-developers] Interpreting Solar

2012-06-18 Thread Peter Hollenbeck
Should I use just illuminance or should current and gain be part of the "equation". Thank you for your input. Peter On Mon, Jun 18, 2012 at 1:42 PM, Markus Gaugusch wrote: > Hi Peter! > > I would record the data for some time in an rrd database and/or mysql > datbase (or at least a text file) an

Re: [Owfs-developers] Interpreting Solar

2012-06-18 Thread Markus Gaugusch
Hi Peter! I would record the data for some time in an rrd database and/or mysql datbase (or at least a text file) and use the measured maximum of a sunny day as 100%. I sample my sensors in 5 min intervals, which is not too much, but still accurate enough for statistics. br, Markus On Jun 18,

[Owfs-developers] Interpreting Solar

2012-06-18 Thread Peter Hollenbeck
I have a Hobby Boards solar sensor which gives values for current, gain and illuminance. Can anyone tell me how to translate these values to an indication of how sunny it is? Maybe percent of maximum sun. Needless to say I am a rookie. Thanks, Peter