matthewwall / weewx-crt

emit data in cumulus realtime format
GNU General Public License v3.0
2 stars 4 forks source link

Possible to generate realmore.txt file? #7

Open europacafe opened 3 years ago

europacafe commented 3 years ago

Now only Cumulus and Cumulus MX software can generate a realmore.txt file that contains information to allow us to produce a Wind Rose graph. However, Cumulus only supports only some Weather sensors. It would be great if weewx-crt has an option to generate such a file. The data in realmore.txt is as follows:

realmore.txt 1005,2 00:02 1009,9 23:31 1009,5 02:38 1010,8 08:14 316.8,4.3,83.5,0.0,82.8,12.6,795.2,22.7,2132.6,182.9,2091.2,93.6,1901.9,60.5,1058.8,50.8 20

Pressure: pressure, time 1005,2 00:02 yesterday lowest pressure and time 1009,9 23:31 yesterday highest 1009,5 02:38 today lowest 1010,8 08:14 today highest

Wind: direction (frequency of 16 wind directions in the last 24 hours 360 degree / 16 = 22.5 degree each 316.8, (north or 0 deg) 4.3, (NNE, 22.5d from the north) 83.5, (NE, 45d from the north) 0.0, (ENE) 82.8, (E) 12.6, (ESE) 795.2,(SE) 22.7,(SSE) 2132.6,(S) 182.9,(SSW) 2091.2,(SW) 93.6,(WSW) 1901.9,(W) 60.5,(WNW) 1058.8,(NW) 50.8 (NNW)

Interval (20 sec / reading) 20

Thank you