Belchertown Skin Charts

143 views
Skip to first unread message

Ron Sell

unread,
May 20, 2020, 12:04:38 AM5/20/20
to weewx-user
Having a little trouble with this one it showing individual days instead of by the month:

Any one have any clues?
thanks


[[avgclimatethisyear]]
        title = "Average Climatological Values for This Year"
        type = spline
        time_length = year
        aggregate_type = max
        aggregate_interval = 86400 # 1 day
        gapsize = 86400000
        xaxis_groupby = month
        xaxis_categories = 'Jan' , 'Feb' , 'Mar', 'Apr' , 'May' , 'June' , 'July' , 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
        [[[outTemp]]]
            zIndex = 2
            name = Max Temperature
            color = red
        [[[outTemp_min]]]
            name = Min Temperature
            observation_type = outTemp
            aggregate_type = min
            zIndex = 2
        [[[rainTotal]]]
            name = Rain Total
            type = column
            yAxis = 1
            zIndex = 0
            color = "#268bd2"

2020-05-19-235800_1920x1080_scrot.png


Manfred Maier

unread,
May 20, 2020, 7:12:31 AM5/20/20
to weewx-user
Hi Ron,
you don't require the aggregate_interval, especially not with a setting of '1 day'.

Here is an example (for Belchertown version 1.1) from my webpage (www.wetter-zorneding.de - the rain chart on the Year 2020 page):
    [[rainmonthtotals]]
        title = Monatliche Niederschlagsmenge
        type = column
        aggregate_type = max
        xAxis_groupby = month
        xAxis_categories = 'Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'
        [[[rainTotal]]]
            name = Rain Total

Hope that helps!

Manfred 

Ron Sell

unread,
May 22, 2020, 9:10:32 AM5/22/20
to weewx-user
Thanks 

when I comment    aggregate_interval = 86400 # 1 day out the graph is blank.

2020-05-22-090844_1920x1080_scrot.png




The graph should look like this:

image

Manfred Maier

unread,
May 22, 2020, 10:38:06 AM5/22/20
to weewx-user
What version of Belchertown are you running? There are slight differences in the graphs syntax between 1.0 and 1.1 

Ron Sell

unread,
May 22, 2020, 11:11:39 AM5/22/20
to weewx...@googlegroups.com
1.1

On Fri, May 22, 2020 at 10:38 AM Manfred Maier <in...@wetter-zorneding.de> wrote:
What version of Belchertown are you running? There are slight differences in the graphs syntax between 1.0 and 1.1 

--
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 on the web visit https://groups.google.com/d/msgid/weewx-user/becd2fef-5abf-42e7-a3bc-5da9791d8aa4%40googlegroups.com.

Manfred Maier

unread,
May 22, 2020, 11:37:32 AM5/22/20
to weewx-user
So, I've just tried to replicate your slide:

This is the syntax:

[test]

    # Chart Timespan Defaults

    title = "Test for Ron"

    show_button = true

    button_text = "Test"

    time_length = year

    tooltip_date_format = "dddd LL"

    aggregate_type = max

    aggregate_interval = 86400 # 1 day

    gapsize = 86400000 # 1 day in milliseconds



    [[climatological]]

        title = Average Climatological Values

        xAxis_groupby = month

        xAxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'

        [[[rainTotal]]]

            aggregate_type = max

            type = column

            name = Rain Total

            yAxis = 1

        [[[outTemp]]]

            aggregate_type = max

            type = spline

            name = Max Temp

        [[[mintemp]]]

            type = spline

            aggregate_type = min

            observation_type = outTemp

            name = Min Temp


And this is the result:

The issue obviously hasn't been the aggregate_interval, but that you've used 'xaxis' instead of 'xAxis'. 

Hope it works now!

Manfred 


Am Freitag, 22. Mai 2020 17:11:39 UTC+2 schrieb Ron Sell:
1.1

On Fri, May 22, 2020 at 10:38 AM Manfred Maier <in...@wetter-zorneding.de> wrote:
What version of Belchertown are you running? There are slight differences in the graphs syntax between 1.0 and 1.1 

--
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...@googlegroups.com.

Ron Sell

unread,
May 22, 2020, 12:36:32 PM5/22/20
to weewx...@googlegroups.com
That worked. Thank you for your help.

To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/c9510c06-923b-4fac-8327-765acf549d64%40googlegroups.com.

Ron Sell

unread,
May 22, 2020, 4:08:27 PM5/22/20
to weewx...@googlegroups.com
Do you know what tables the charts use?

I loaded 209 data from a previous database and the data doesn't show on any of the charts.
Thanks


To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/c9510c06-923b-4fac-8327-765acf549d64%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages