I have recently successfully set up my weather station with WeeWX. Now I 
wanted to add more temperature sensors and thought this would be very easy. 
However, I seem to have a thinking error or I am doing something wrong.

>From the syslog I can see that the two additional sensors are detected and 
transmit values. But unfortunately these values are not stored in the WeeWX 
database! 

Who can help me with this problem?

-- 
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/9bd527eb-fffa-447d-9f3f-ec4a48e25ef9n%40googlegroups.com.
[SDR]
    # This section is for the software-defined radio driver.

    # The driver to use
    driver = user.sdr

    # Filepath for rtl_433
    path = /usr/local/bin/

    # Parameter for Bresser Weater Center 5in1
    cmd = rtl_433 -d0 -f 868.300M -f 433.92M -H 80 -M utc -F json -R 172 -R 91

    [[sensor_map]]
        outTemp = temperature.337644948.Bresser6in1Packet  
        outHumidity = humidity.337644948.Bresser6in1Packet
        windDir = wind_dir.337644948.Bresser6in1Packet
        windSpeed = wind_speed.337644948.Bresser6in1Packet
        windGust = wind_gust.337644948.Bresser6in1Packet
        rain_total = rain_total.337644948.Bresser6in1Packet
        pressure = pressure.337644948.Bresser6in1Packet
        inTemp = inTemp.337644948.Bresser6in1Packet
        pm10_0 = pm10_0.337644948.Bresser6in1Packet
        pm2_5 = pm2_5.337644948.Bresser6in1Packet
        txBatteryStatus = battery.337644948.Bresser6in1Packet
        # Collect data from two different InFactory sensors with channel=2 and 
channel=1
        extraTemp1 = temperature.159.InFactoryTHPacket
        extraTemp2 = temperature.198.InFactoryTHPacket
    [[deltas]]
        rain = rain_total

Reply via email to