Hi all, I am using weewx v3.6.2 with a vantage pro2 and want to extend the standard skin index template with some reports from the last 60 minutes. I used $span($time_delta=3600).windGust.max for the max. wind gust and this seems to work fine.
However, I also want to get the direction of that gust and could not find a way to retrieve it from the database (archive table). $span($time_delta=3600).windGustDir.max does not work, because it reports the max degree of all gusts. $span($time_delta=3600).windGust.gustdir also does not work, but causes an error from the report generator. A look into the generator scripts did not help, because of my very limited Python skills. So, can somebody give me an advice how to solve that problem? Andreas -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
