You have several issues. Due to rtl_433 changes, your LaCrosse-TX141THBv2 
is not recognized. I have updated this 
<https://github.com/andylittle/weewx-sdr/blob/master/bin/user/sdr.py> sdr 
driver, give it a try. Replace your sdr.py in bin/user of the weewx home 
dir.

Get rid of the AcuRite section, only one driver is used with weewx and you 
are using SDR
[AcuRite]
   # This section is for AcuRite weather stations.
   
   # The station model, e.g., 'AcuRite 01025' or 'AcuRite 02032C'
   model = AcuRite 01035
   
   # The driver to use:
   driver = weewx.drivers.acurite

SDR is specified as the driver but you have no sensor map. Try this. Your 
5n1 has a sensor id of ""id" : 1601," which converts to hex 0641. 0641 is 
used in the sensor map. I took a guess at the lacrosse sensor map:
[SDR]
    
    # This section is for the software-defined radio driver.
    
    # The driver to use
    driver = user.sdr
    
    log_unknown_sensors = False
    log_unmapped_sensors = False
    [[sensor_map]]
        windDir = wind_dir.0641.Acurite5n1PacketV2
        windSpeed = wind_speed.0641.Acurite5n1PacketV2
        outTemp = temperature.0641.Acurite5n1PacketV2
        outHumidity = humidity.0641.Acurite5n1PacketV2
        rain_total = rain_total.0641.Acurite5n1PacketV2
        outTempBatteryStatus = battery.0641.Acurite5n1PacketV2

        inTemp = temperature.50.LaCrosseTX141THBv2Packet
        inHumidity = humidity.50.LaCrosseTX141THBv2Packet
        inTempBatteryStatus = battery.50.LaCrosseTX141THBv2Packet





Andy
 

-- 
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/00a02991-27f0-4502-a037-39ac961b85e4o%40googlegroups.com.

Reply via email to