Hi,

I used weewx way ago until I was moving to another place, but those times 
it was with a directly (USB) attached Oregon Scientific Weather station.

Now I changed to a "Bresser 5 in 1" and a RTL-SDR for receiving, whicht 
works pretty well, besides I have some configuration issues with the Sensor 
mapping, it seems...

Debugging on, you can clearkly see rtl_433 is catching every trasmitted 
information, even wind_speed, wind_gust and wind_dir_deg, rain_mm and so on:

Jan 15 22:25:03 z8300 weewx[16176]: sdr: MainThread: lines=['{"time" : 
"2019-01-15 22:25:00", "model" : "Bresser-5in1", "id" : 204, 
"temperature_C" : 5.300, "humidity" : 97, "wind_gust" : 1.400, "wind_speed" 
: 1.300, "wind_dir_deg" : 247.500, "rain_mm" : 72.800, "data" : 
"e3337feb4fecefacff68d7f8ff1ccc8014b01310530097280700", "mic" : 
"CHECKSUM"}\n']

But in the next line you see that not all values are gathered by the 
sdr.py: ('windSpeed': None, 'windGust': None, 'rain_total': None,):

Jan 15 22:25:03 z8300 weewx[16176]: sdr: MainThread: packet={'outHumidity': 
97.0, 'dateTime': 1547591100, 'windDir': 247.5, 'outTemp': 5.3, 
'windSpeed': None, 'windGust': None, 'rain_total': None, 'usUnits': 17}
Jan 15 22:25:06 z8300 weewx[16176]: sdr: MainThread: lines=[]
Jan 15 22:25:09 z8300 weewx[16176]: sdr: MainThread: lines=[]

I don't really understand how come, because my Sensor mapping seems to be 
correct:


[[sensor_map]]
        windDir = wind_dir_deg.204.Bresser5in1Packet
        windGust = wind_gust.204.Bresser5in1Packet
        windSpeed = wind_speed.204.Bresser5in1Packet
        outTemp = temperature.204.Bresser5in1Packet
        outHumidity = humidity.204.Bresser5in1Packet
        rain_total = rain_mm.204.Bresser5in1Packet

Or do I miss something?

Thanks a a lot for your help!

Cheers

UG

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