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


On Thu, 11 Jun 2026 at 16:46, mihec <[email protected]> wrote:

> 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.
>
> --
> 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].
> To view this discussion visit
> https://groups.google.com/d/msgid/weewx-user/4b1a3166-ee25-4a04-8187-1f8b1694b3adn%40googlegroups.com
> <https://groups.google.com/d/msgid/weewx-user/4b1a3166-ee25-4a04-8187-1f8b1694b3adn%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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].
To view this discussion visit 
https://groups.google.com/d/msgid/weewx-user/CAGTinV6Bq2UsX%3D%3DSWB9S0ao3sNV-b2JAq%3Dvoutbihr6k2axpkQ%40mail.gmail.com.

Reply via email to