I am new to weewx and have this question which has probably been answered before but I couldn't find an answer.
I have set my weewx instance to collect data from two weather stations (station1 and station2).
I would like to generate a report that combines the data from each weather station and I have found the required documentation for that in the wiki.
What I cannot find out how to do is the following:
Lets say I want to output the maximum outside temperature, I will have two readings $station1.outTemp and $station2.outTemp. How do I pick the maximum? Should I create some sort of xtype?
I would like to expand this to other properties like humidity, wind speed etc and also other magnitudes like minimum or average.