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
wrong uv reading
Moderator: Mattk
- AenG
- Senior Boarder
- Posts: 68
- Joined: Sat Dec 01, 2007 10:06 am
- Location: Boskamp, Netherlands
- Contact:
wrong uv reading
- Attachments
-
- all-sensors.zip
- (16.84 KiB) Downloaded 249 times
- YJB
- Platinum Boarder
- Posts: 387
- Joined: Thu Feb 19, 2009 5:53 pm
- Location: Venhuizen, Netherlands
- Contact:
Re: wrong uv reading
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):
Also keep in mind that last 24hr is not the same as yesterday.
Ysbrand
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
Ysbrand
- AenG
- Senior Boarder
- Posts: 68
- Joined: Sat Dec 01, 2007 10:06 am
- Location: Boskamp, Netherlands
- Contact:
Re: wrong uv reading
Hi Ysbrand,
But i want the max uv0 from yesterday.
I cannot use last24h and seqday1.
Which variable can i use?
Geert
But i want the max uv0 from yesterday.
I cannot use last24h and seqday1.
Which variable can i use?
Geert
Re: wrong uv reading
I´m with you!
Perhaps Boris can add two new parameters.
seqday1_uv0_indexmax
seqday1_sol0_radiationmax
Perhaps Boris can add two new parameters.
seqday1_uv0_indexmax
seqday1_sol0_radiationmax
- AenG
- Senior Boarder
- Posts: 68
- Joined: Sat Dec 01, 2007 10:06 am
- Location: Boskamp, Netherlands
- Contact:
Re: wrong uv reading
Is that possible Boris!