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/4cc1cf1c-a842-2c93-7f9d-1f4a947c2ed4%40googlemail.com.

Reply via email to