WXSim and Meteobridge

At least the pro and nano-sd versions can export data in csv
https://www.meteobridge.com/wiki/index.php/Templates/en

Tom, what values do you exactly need. We could probably come up with a template and ask the meteobridge developers to include it.

Here’s an example:
$# date, time, temperature{C}, humidity{%}, dew point{C}, sealevel pressure{hPa}, avg wind speed{m/s}, gust speed{m/s}, winddir, rainfall{mm},UV index, solar radiation {Wm2}
[YYYY]-[MM]-[DD],[hh]:[mm],[th0temp-avg.1:],[th0hum-avg.0:],[th0dew-avg.1:],[thb0seapress-avg.1:],[wind0avgwind-avg.1:],[wind0wind-max.1:],[wind0dir-avg.0:],[rain0total-sum.1:],[uv0index-avg.1:],[sol0rad-avg.1:]

that would generate:

2019-02-02,11:09,2.8,96,2.2,998.4,0.4,0.9,221,0.0,0.0,100.0
2019-02-02,11:10,2.8,96,2.2,998.4,0.4,0.9,220,0.0,0.0,107.0
2019-02-02,11:11,2.8,96,2.2,998.4,0.4,1.3,217,0.2,0.0,117.5
2019-02-02,11:12,2.8,96,2.2,998.3,0.4,0.4,217,0.0,0.5,125.0
2019-02-02,11:13,2.8,96,2.2,998.2,0.4,1.8,221,0.0,0.5,127.0