@John: I have new installed the weewx-loopdata here my settings in 
weewx.conf. In my SeasonsReport 
<https://affolter.familyds.net/wetter/Seasons/index.html>the field *km_per_hour 
*is correctly displayed with km/h.
appended a loop_data.txt and kph is still in it.

How does your built-in tests for conversions and formatting work?

[LoopData]
    [[FileSpec]]
        loop_data_dir = /home/pi/wetter/loop-data
        filename = loop-data.txt
    [[Formatting]]
        target_report = SeasonsReport
    [[RsyncSpec]]
        enable = false
        remote_server = www.foobar.com
        remote_user = root
        remote_dir = /home/weewx/loop-data
        compress = false
        log_success = false
        ssh_options = -o ConnectTimeout=1
        timeout = 1
        skip_if_older_than = 3
    [[Include]]
        fields = dateTime, windSpeed, COMPASS_windDir, DESC_barometerRate, 
FMT_barometer, FMT_SUM_rain, FMT_dewpoint, FMT_heatindex, FMT_outHumidity, 
FMT_outTemp, FMT_rain, FMT_rainRate, FMT_windchill, FMT_windSpeed, 
FMT_HI_windGust, FMT_10mMaxGust, FMT_appTemp
    [[Rename]]

-- 
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/34cc8d8a-4be6-48d6-9503-505d399d10ceo%40googlegroups.com.
{"dateTime": 1593949782, "windSpeed": "5", "COMPASS_windDir": "N", 
"DESC_barometerRate": "Falling Slowly", "FMT_barometer": "1017.4 hPa", 
"FMT_SUM_rain": "0.0 mm", "FMT_dewpoint": "16.7\u00b0C", "FMT_heatindex": 
"25.3\u00b0C", "FMT_outHumidity": "59%", "FMT_outTemp": "25.3\u00b0C", 
"FMT_rain": "0.0 mm", "FMT_rainRate": "0.0 mm/h", "FMT_windchill": 
"25.3\u00b0C", "FMT_windSpeed": "5 kph", "FMT_HI_windGust": "23 kph", 
"FMT_10mMaxGust": "13 kph", "FMT_appTemp": "26.6\u00b0C"}

Reply via email to