Couldn't this just be an issue with how the timespan for the chart is defined? The chart displays the past 2592000 seconds and splits it into pieces of 86400 seconds (24 hours). But those 24 hours might go from 11am - 11am.
Just a thought and probably wrong ... Pat schrieb am Mittwoch, 15. Juli 2020 um 14:48:25 UTC+2: > I'm at a loss because I can't recreate this. > > Please send me a copy of your database as well as your graphs.conf, and > public_html/belchertown/json/weewx_data.json > > My time to dedicate to this is slim right now, so if anyone else finds the > problem that'd be helpful and I can merge it to development branch. > > > On Wednesday, July 15, 2020 at 8:44:58 AM UTC-4, Andre wrote: >> >> I can reproduce the display issues. >> I have dropped all daily reports and rebuild daily. >> >> [image: noaa_2020-07.png] >> >> >> Last 7 days >> >> [image: last_7_days.png] >> >> [image: last_30_days.png] >> Last 30 days... >> >> Am Mittwoch, 15. Juli 2020 14:19:19 UTC+2 schrieb Pat: >>> >>> Sounds like you may have some problems with your database. I suggest you >>> take a backup and follow the database drop-daily >>> <http://www.weewx.com/docs/utilities.htm#Action_--drop-daily>and >>> rebuild-daily >>> <http://www.weewx.com/docs/utilities.htm#Action_--rebuild-daily>and see >>> if that helps >>> >>> The graphs uses your archive table >>> >>> The reports uses your daily tables. >>> >>> Seems like those aren't in sync for you. >>> >>> On Wednesday, July 15, 2020 at 6:16:48 AM UTC-4, Geni 0815 wrote: >>>> >>>> Hi Pat, I just noticed the following: >>>> As an example in the graphic "last 30 days", "rain per day". These >>>> values sometimes change every hour! >>>> For my understanding, the amount of rain per day is to be understood on >>>> a calendar day within the last 30 days. >>>> In the graphics, however, the day begins fluently. >>>> I want a day to be a calendar day and not flowing 24h. >>>> This is how it is handled in the Templete Season. >>>> How do I have to make the graphic settings so that a day is a calendar >>>> day? >>>> I hope I have clearly described my wish. >>>> >>>> Am Sonntag, 12. Juli 2020 10:47:51 UTC+2 schrieb Geni 0815: >>>>> >>>>> On 3 days we had rain of 9mm, 8.6mm and 0.6mm. The graphic now shows >>>>> 0mm, 15mm and 3.2mm on the corresponding days. The sum is correct but >>>>> wrongly divided. Where is the mistake? >>>>> [image: belch10.jpg] >>>>> [image: belch11.jpg] >>>>> [month] >>>>> # Chart Timespan Defaults >>>>> title = "Letzte 30 Tage" >>>>> show_button = true >>>>> button_text = "Letzte 30 Tage" >>>>> type = spline >>>>> time_length = 2592000 # Last 30 days >>>>> tooltip_date_format = "dddd LL" >>>>> aggregate_type = max >>>>> aggregate_interval = 86400 # 1 day >>>>> gapsize = 86400000 # 1 day in milliseconds >>>>> >>>>> [[chart3]] >>>>> title = Regenx >>>>> type = line >>>>> aggregate_type=sum >>>>> [[[rainTotal]]] >>>>> name = Regen Total >>>>> [[[rain]]] >>>>> yAxis = 1 >>>>> type = column >>>>> >>>>> Live: https://affolter.familyds.net/wetter/graphs/?graph=month >>>>> >>>> -- 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/fab798c8-37ab-4d70-a491-01b77ce4367an%40googlegroups.com.
