I store energy data from my PV and smartmeter in [wh] in the database of 
weewx (one value just before midnight). Now i tried to generate a chart in 
my Belchertown skin over all years in kWh:

[etotal]
    title = "Gesamter Zeitraum"
    show_button = true
    button_text = "Gesamt"
    time_length = all
    tooltip_date_format = "LLLL"
    gapsize = 31536000000               # 1 Jahr in [ms]
    yAxis_label = "Energie"
    start_at_midnight = true
    start_at_beginning_of_month = true
    xAxis_groupby = year

    [[energy_plt]]
        title = "Energie"
        [[[pv_day_wh]]]
            name = PV
            color = "#ffc83f"
            type = column
            unit = kilowatt_hour
        [[[netzbezug_day]]]
            name = Netzbezug
            color = red
            unit = kilowatt_hour
            [[[[marker]]]]
                enabled = true
                radius = 4
        [[[netzlieferung_day]]]
            name = Einspeisung
            color = green
            unit = kilowatt_hour
            [[[[marker]]]]
                enabled = true
                radius = 4
        [[[eigenverbrauch_day]]]
            name = Verbrauch
            color = blue
            unit = kilowatt_hour
            [[[[marker]]]]
                enabled = true
                radius = 4

The result can be seen here: 
https://www.beathis.ch/weewx/energy/?graph=etotal

The chart shows the values in [wh] and not in [kWh]. Any idea how to fix 
this ?

WeeWX-Version: 4.9.1
Belchertown: 1.3 (last version from github)

Regards Matthias

[image: p1.JPG]

-- 
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/1b63d61c-9b2c-4014-ab8f-5f810abdb173n%40googlegroups.com.

Reply via email to