please try weewx-sdr driver version 0.28

you will need a mapping something like this in weewx.conf:

[SDR]
    driver = user.sdr
    cmd = rtl_433 -q -U -F json -R 32
    [[sensor_map]]
        windGust = wind_gust.236.FOWHx080Packet
        outBatteryStatus = battery.236.FOWHx080Packet
        rain_total = rain_total.236.FOWHx080Packet
        windSpeed ​​= wind_speed.236.FOWHx080Packet
        windDir = wind_dir.236.FOWHx080Packet
        outHumidity = humidity.236.FOWHx080Packet
        outTemp = temperature.236.FOWHx080Packet
        uv = uv_index.236.FOWH3080Packet
        radiation = radiation.236.FOWH3080Packet

adjust the station identifier as needed, or use this:

        outTemp = temperature.*.FOWHx080Packet

to capture from every sensor indiscriminately.

note that the 1080/3080 data are in FOWHx080Packet, and the data specific 
to 3080 sensors are FOWH3080Packet.  the FOWH1080Packet is still there for 
backward compatibility with older releases of rtl_433.

i might have gotten the station identifiers wrong - please post the json 
output from the 1080/3080 messages.

m

-- 
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