Coming up with a loss on this one. Both the "today" and the "year" charts 
are the full time spans generated by weewx for their time period, and both 
go through the same SQL function. Yet the year query results is populated 
366 times (once a day), but the day query results is only populated for 
midnight to "now", not midnight to midnight like the timespan suggests. 

Anyone else have any insight on why:

The day span below does not return 288 results? (based on a 5 minute 
archive interval)

archive.getSqlVectors(TimeSpan(1592107200, 1592193600), outTemp, None, None)




However, this one return 366 results (based on the full year span)

archive.getSqlVectors(TimeSpan(1577854800, 1609477200), outTemp, max, 86400)


Thoughts? Tom? Matthew? Gary?


On Sunday, June 14, 2020 at 3:51:15 PM UTC-4, Pat wrote:
>
> haha i know what you meant! hope to look into it soon though
>
> On Sunday, June 14, 2020 at 3:12:25 PM UTC-4, Manfred Maier wrote:
>>
>> My post didn't want to say that you have to look into it NOW. 
>> I just wanted to give a '+1' for this feature request ;)
>>
>> ... perhaps it's even something that is not possible at all with weewx 
>> 4.0. 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/2eb6b798-1dbb-4455-92b4-e1cd935cbba0o%40googlegroups.com.

Reply via email to