--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Min, max temperatures by record #for $record in $record.days $record.dateTime.format("%B"): Min, max temperatures: $record.outTemp.min $record.outTemp.max #end for
Am I, sort of, on the right track?
On Sun, Sep 3, 2017 at 4:53 PM, TheChoctlab <choc...@gmail.com> wrote:
I have searched the Group but, must not have used the correct search terms as I could not find what I am after.
My interest is producing a report similar to the "Monthly Summary" but, that displays daily data from each archive record (every ten minutes). Wview does this but, I much prefer weewx.
Any guidance will be greatly appreciated.
--
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+...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscribe@googlegroups.com.
$current(timestamp=1504578900).outTemp
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscribe@googlegroups.com.
If you are just wanting to see the drop out of curiosity then why not just directly access the database using sqlite3 egSELECT datetime, outTemp FROM archive WHERE datetime > xxxxxxxxxxxxx and datetime < yyyyyyyyyyyyyy;
On 5 September 2017 at 05:41, TheChoctlab <choc...@gmail.com> wrote:
Nuts.
What I was after was to see the temperature drop as the solar eclipse took place.
Looking at my WU data I know that it dropped at least six (6) degrees Fahrenheit. However, WU is missing data for three ten minute records right at the maximum period of occlusion.
I guess I should have thought about this prior t the eclipse.
--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/NcjHMUgGsYs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
$ /home/weewx/bin/wunderfixer --date=2017-08-21
$ sqlite3 /home/weewx/archive/weewx.sdb