Hello,
I am using the weewx-sdr driver for a FO WH3080 on a raspberry pi. I seem 
to have extreme values for the day's rain (153 mm); it has rained a lot but 
not that much:-)

That's what the sdr receiver is getting from the station:
{"time" : "2017-12-22 21:59:21", "model" : "Fine Offset Electronics 
WH1080/WH3080 Weather Station", "msg_type" : 0, "id" : 97, "temperature_C" 
: 4.800, "humidity" : 84, "direction_str" : "WNW", "direction_deg" : "293", 
"speed" : 7.344, "gust" : 18.360, "rain" : 116.400, "battery" : "OK"}

This is my weewx.conf, the part for the sensor map. I added the deltas part 
thinking it would solve the problem (it hasn't rained since) but I 
understand this is the default:

[SDR]
    # This section is for the software-defined radio driver.

    # The driver to use
    driver = user.sdr
    cmd = rtl_433 -q -U -F json -R 32
    path = /usr/local/bin
    ld_library_path = /usr/local/lib
    [[sensor_map]]
        windGust = wind_gust.*.FOWHx080Packet
        outBatteryStatus = battery.*.FOWHx080Packet
        rain_total = rain_total.*.FOWHx080Packet
        windSpeed = wind_speed.*.FOWHx080Packet
        windDir = wind_dir.*.FOWHx080Packet
        outHumidity = humidity.*.FOWHx080Packet
        outTemp = temperature.*.FOWHx080Packet
    [[deltas]]
        rain = rain_total

The graph:

<https://lh3.googleusercontent.com/-JOPxUCnXJrw/Wj2DvyNg6oI/AAAAAAAAA7Y/xLFcS0WKDn8GDHgBuT6e7rx4rRbu9aztwCLcBGAs/s1600/dayrain.png>
Where am I doing wrong?

Thanks,
Alex.

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to