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)?

Am 22.03.2021 um 14:27 schrieb Pline Pa:

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 <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!


--
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/4a401282-aaf9-94ae-8205-41acc20b6511%40googlemail.com.

Reply via email to