See the section *Tags <http://www.weewx.com/docs/customizing.htm#Tags>* in the Customizing Guide.
For rain since midnight use $day.rain.sum. For rain over the last 24 hours, use $span($day_delta=1).rain.sum. -tk On Thu, Oct 31, 2019 at 9:20 AM Invisible Man <[email protected]> wrote: > Hi, > > I use an extension to regularly tweet the current weather of my weather > station (https://github.com/weewx/weewx/wiki/Twitter). > The format of the message I tweet is (it's in French, but anybody will > understand what I'm doing): > > > format = {dateTime:%H:%M} Temp: {outTemp:%.1f} °C; Humidité: {outHumidity > :%.0f}%; Pression: {barometer:%.0f} hPa; Pluie 1h: {rain:%.1f} mm; Vent: { > windSpeed:%.1f} km/h; Dir: {windDir:%03.0f} > > > The problem is that "{rain:%1.f}" shows the current rate (1 hour), and I > don't find that very useful, I'd rather show either the day's rain, or 24h > rain. How can I do that? I haven't found the entry for that :( I see there > is "rainYear", but haven't found for the day... > > Thanks. > > Axelle. > > -- > 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 on the web visit > https://groups.google.com/d/msgid/weewx-user/41e48cec-a251-4612-92e7-89dc652d43bb%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/41e48cec-a251-4612-92e7-89dc652d43bb%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 on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zEC0oW813Eh2HKfNwJGmeAW2b9v5c444k%2BLfJGSwiou5MA%40mail.gmail.com.
