Hi,

i want to import some old weatherdata via csv file, but after the import, 
the raindata is missing. i tried the import with "rain = cumulative / 
discrete".

Here my config:

source = CSV
#######################################
[CSV]
    file = /etc/weewx/import/EXP201901A.CSV
    delimiter = ;
    interval = derive
    qc = True
    calc_missing = True
    ignore_invalid_data = True
    tranche = 1000
    UV_sensor = False
    solar_sensor = False
    raw_datetime_format = %d.%m.%Y %H:%M
    # rain = (discrete | cumulative)
    rain = cumulative
    wind_direction = -360,360
    [[FieldMap]]
        dateTime    = DatumZeit, unix_epoch
        outTemp     = Temp, degree_C
        outHumidity = Feuchte, percent
        barometer   = Luftdruck, hPa
        rain        = Regen, mm
        windSpeed   = Wind, km_per_hour
        windDir     = Richtung, degree_compass
        windGust    = Windboeen, km_per_hour

And here some sample data.

DatumZeit;Temp;Feuchte;Luftdruck;Regen;Wind;Richtung;Windboeen
01.01.2019 00:00;6,9;97;1026,6;0,2;4,7;242;9,7
01.01.2019 00:01;6,9;97;1026,6;0,2;4,7;251;7,9
01.01.2019 00:02;6,9;97;1026,6;0,2;4,7;250;7,9
01.01.2019 00:03;6,9;97;1026,6;0,2;4,7;245;4,7
01.01.2019 00:04;6,9;97;1026,6;0;4,7;250;7,9
01.01.2019 00:05;6,9;97;1026,5;0;4,7;234;7,9
01.01.2019 00:06;6,9;97;1026,5;0;4,7;232;11,2
01.01.2019 00:07;7;97;1026,5;0;4,7;234;4,7
01.01.2019 00:08;7;97;1026,5;0;4,7;241;7,9
01.01.2019 00:09;7;97;1026,5;0;4,7;240;6,5

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/b8c0d27c-7a0b-4920-8aa9-ea62a028b854n%40googlegroups.com.

Reply via email to