Generate report every hour

67 views
Skip to first unread message

mihec

unread,
Jun 11, 2026, 2:45:58 AMJun 11
to weewx-user
Hello,
I believe this must be trivial but I just don't know how to set it up.
I'm using neowx skin for my website and works great. In addition, I'd like to generate simple text report with hourly precipitation, current temperature, max wind gust/avg, etc. I'm mostly interested in precipitation.

It would be optimal to get a simple csv, txt or any similar file containing timestamp and mentioned values every full hour.

Kindly asking for advice how to do this.

Thank you.

John Smith

unread,
Jun 11, 2026, 6:18:05 PMJun 11
to weewx...@googlegroups.com
There is a few ways to do this, but if it were me I'd make a new directory under skins and then add a tmpl file, eg skins/HourlySummary/hourly.csv.tmpl

$hour.rain.sum,$current.outTemp,etc

Then just edit skins/HourlySummary/skin.conf and put

[CheetahGenerator]
    [[HourlySummary]]
        template = hourly.csv.tmpl

[Generators]
    generator_list = weewx.cheetahgenerator.CheetahGenerator

Then in weewx.conf in the [StdReport] section put

    [[HourlySummary]]
    skin = HourlySummary
    enable = True
    report_timing = @hourly


--
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 view this discussion visit https://groups.google.com/d/msgid/weewx-user/4b1a3166-ee25-4a04-8187-1f8b1694b3adn%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages