weewx-GTS: print outHumAbs in right format....?

47 views
Skip to first unread message

Christian Peters

unread,
Oct 15, 2023, 5:59:39 AM10/15/23
to weewx-user
Hi Karen,

great extension, thank you very much.
I tried to add outHumAbs. It works as .png, but I get the value printed
in microgram instead of g/m3 (here 7300679µg/m³ instead of 7.3g/m³:


<tr>
<td>Absolute Luftfeuchte</td>
<td>$current.outHumAbs</td>
</tr>
<tr>

Absolute Luftfeuchte 7300679 µg/m³

How can I change this to g/m3 too!?
Thanks in advance.

Regards,

Christian
dayhumabs.png

Michael

unread,
Oct 15, 2023, 8:38:36 AM10/15/23
to weewx-user
Hi Christian,

a part of my weewx.conf:
    [[SeasonsReport]]
        # The SeasonsReport uses the 'Seasons' skin, which contains the
        # images, templates and plots for the report.
        skin = Seasons
        enable = true
        lang = de
        unit_system = metric
        [[[Units]]]
            [[[[Groups]]]]
                group_concentration = gram_per_meter_cubed
                group_rain = mm
                group_rainrate = mm_per_hour

@Karen: 
great and very helpful extension.
so I can compare the absolute humidity of the outside and the basement and know when I can ventilate.

regards
Michael

Karen K

unread,
Oct 15, 2023, 8:53:32 AM10/15/23
to weewx-user
You can also set a different unit within the image configuration in skin.conf. See Changing_the_unit_used_in_a_plot for details.
Reply all
Reply to author
Forward
0 new messages