additional display of key pressure in the seasons skin

39 views
Skip to first unread message

Pline Pa

unread,
Mar 22, 2021, 9:27:39 AM3/22/21
to weewx...@googlegroups.com

After I started with weewx, I switched from the simulator to fileparse.

I use fileparse to read in the readings of my old ELV-weatherstation.
Via fileparse i read the station pressure.

In the standard skin i see the sea level (barometer) as declared under:
https://github.com/weewx/weewx/wiki/Barometer,-pressure,-and-altimeter

So that I can also see the key pressure, I have now made the following changes:

added in /etc/weewx/skins/Seasons/current.inc:

<tr>
<td class = "label"> $ obs.label.pressure </td>
<td class = "data"> $ current.pressure ($ trend.pressure.formatted) </td>
</tr>

added in /etc/weewx/skins/Seasons/skin.conf:

[Labels]
[[Generic]]
pressure = Pressure

The pressure value is displayed and no error messages can be seen in the log.

Did I proceed correctly or should I make the adjustment elsewhere?

Thank you for your knowledge and your patience with beginners like me!

Pline Pa

unread,
Mar 22, 2021, 12:07:02 PM3/22/21
to weewx...@googlegroups.com

The value for pressure is now additionally displayed on the left under "current conditions".

But how can I change the plot from barometer (sea level) to pressure (station level)?

Reply all
Reply to author
Forward
0 new messages