Page 1 of 1
wrong uv reading
Posted: Fri Jun 24, 2011 7:10 am
by AenG
Yesterday the max uv-reading was:
last24h_uv0_indexmax
6.6
But when i use this command:
seqday1_uv0_index
I get uv
0.9
Can i not use the SEQDAY command?
I included my all-sensors.txt
regards
Geert
http://www.hetweerinboskamp.nl
Re: wrong uv reading
Posted: Fri Jun 24, 2011 8:43 am
by YJB
Hi,
I don't think that you are not using the same entity:
last24h_uv0_indexmax = the maximum observed UV intensity during last 24hrs
last24h_uv0_index = is the average intensity during last 24hrs
seqday1_uv0_index = is yesterday's average intensity
As you can see the latter 2 are matching (but will not always, since these aggregates are running at different intervals):
Code: Select all
last24h_uv0_index 0.9
seqday1_uv0_index 0.9
Also keep in mind that last 24hr is not the same as yesterday.
Ysbrand
Re: wrong uv reading
Posted: Fri Jun 24, 2011 6:35 pm
by AenG
Hi Ysbrand,
But i want the max uv0 from yesterday.
I cannot use last24h and seqday1.
Which variable can i use?
Geert
Re: wrong uv reading
Posted: Fri Jun 24, 2011 7:10 pm
by wfpost
I´m with you!
Perhaps Boris can add two new parameters.
seqday1_uv0_indexmax
seqday1_sol0_radiationmax
Re: wrong uv reading
Posted: Sat Jun 25, 2011 8:06 am
by AenG
Is that possible Boris!