Could this be a standard option for your next release?
On Thu, 19 Sep 2019 at 11:33, Pat <[email protected]> wrote: > Ah, looks like you've got it. Probably won't help you for MQTT for the > Charts, but you can at least replace the tags you're looking for > > On Wednesday, September 18, 2019 at 9:29:35 PM UTC-4, Greg from Oz wrote: >> >> Yes I think Gary wrote a python script to work out 9 am. >> >> https://github.com/weewx/weewx/files/2082668/since.py.txt >> >> It is called since.py >> >> There is a bit in the index.html.tmpl >> >> <tr> >> >> <td>Today's Rain since 9am</td> >> <td>$since($hour=9).rain.sum</td> >> </tr> >> It was a long time since I installed this. >> >> >> >> On Thu, 19 Sep 2019 at 11:18, Pat <[email protected]> wrote: >> >>> In the skin, not that I'm aware of. The skin is using the standard weewx >>> $tags for rain timespans on static pages, and weewx-mqtt gives the values >>> for rain on live updates. The charts get their daily timespans from weewx's >>> built in archiveDaySpan() function. >>> >>> The website you link isn't showing Belchertown though, so I'm not sure >>> what that is or how it's showing 9am. >>> >>> Maybe there's a setting in weewx.conf? >>> >>> I'm not sure if Gary or someone would be able to offer insight. >>> >>> >>> >>> On Wednesday, September 18, 2019 at 8:46:49 PM UTC-4, Greg from Oz wrote: >>>> >>>> Hi Pat. >>>> >>>> Is there an option in the skin to change the reporting time of rain? >>>> Here in Australia it is from 9 am to 9 am and I know in other countries >>>> it is different. >>>> I show both on my web site. >>>> https://weather.ubeaut.work/ >>>> It is good to have from 9 am as I can compare to the nearby official >>>> weather station. >>>> >>>> Thanks >>>> >>>> >>>> On Sunday, 2 June 2019 02:57:56 UTC+10, Pat wrote: >>>>> >>>>> Belchertown skin 1.0 is released! >>>>> >>>>> This update contains a lot of updates and changes including *an >>>>> entire rewrite of the Highcharts system* which allows you to make >>>>> almost any graph you want for almost any time span you want. You can see >>>>> some examples of the charts you can make on the BelchertownWeather.com >>>>> website graphs page <https://belchertownweather.com/graphs/?graph=all> >>>>> . >>>>> >>>>> You can add/remove/change/reorder any chart, change colors, add >>>>> observation plots, categorize for all time. Almost anything you want to do >>>>> is available! The skin comes with the standard 4 charts ready to go, but >>>>> there's extensive Belchertown Charts Documentation >>>>> <https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation> >>>>> which can help you get started. >>>>> >>>>> In addition to the Charts there's now a dark mode (which has an >>>>> auto-switching mode based on sunset/sunrise), more flexibility for >>>>> translations, user customized station observation table which is updated >>>>> in >>>>> real time if the MQTT Websockets are enabled, and a lot more. Check the >>>>> release notes for all the details! >>>>> >>>>> You can download the latest release here >>>>> <https://github.com/poblabs/weewx-belchertown/releases/download/weewx-belchertown-1.0/weewx-belchertown-release-1.0.tar.gz>, >>>>> and read all of the details on the changes here: >>>>> https://github.com/poblabs/weewx-belchertown/releases >>>>> >>>>> *Note: You cannot upgrade from Belchertown 0.9 and older*. You must >>>>> uninstall everything and reinstall new. This is due to the Chart system >>>>> being fully rewritten and the potential for conflicts. Please read >>>>> this upgrade guide if you are upgrading from an older version of >>>>> Belchertown skin >>>>> <https://github.com/poblabs/weewx-belchertown/wiki/Upgrading-to-Belchertown-skin-1.0> >>>>> . >>>>> >>>>> Thanks to all the beta testers and translators over the last couple of >>>>> months help me iron out all the kinks and shape the skin in a way that can >>>>> be translated a little easier! >>>>> >>>>> Attached are some examples of the charts that can be made. If you find >>>>> any issues, you can reply here or open an issue on the Belchertown >>>>> skin GitHub page <https://github.com/poblabs/weewx-belchertown>. >>>>> >>>> -- >>> 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/VyVMEfuxClo/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/weewx-user/3dcb13a7-2007-4ee8-9c4d-2b04bcabe2e1%40googlegroups.com >>> <https://groups.google.com/d/msgid/weewx-user/3dcb13a7-2007-4ee8-9c4d-2b04bcabe2e1%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> >> >> -- >> ¯\_(ツ)_/¯ >> >> -- > 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/VyVMEfuxClo/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/f7cb6791-553c-49c9-b4aa-e837ccc07d52%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/f7cb6791-553c-49c9-b4aa-e837ccc07d52%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/CAD_tbc_a7YB3PKJ%2BfJBpMgMLXc6OAW%2BO3jRE7BFbt49K4YQfCA%40mail.gmail.com.
