you can find the version like this if you used wee_extension to install 
weewx-sdr:

wee_extension --list

or like this:

grep VERSION /home/weewx/bin/user/sdr.py

the latest release of weewx-sdr does a mapping from rain_in to rain_total.  
so in the sensor map section you want this:

rain_total = rain_total.0050.Acurite5n1PacketV2

where does rain_in come from, you ask?  that is a label applied by 
rtl_433.  the label from rtl_433 has changed over the years, so there are 
conditionals in the sdr.py code to deal with different rtl_433 output.  it 
looks like your rtl_433 is emitting rain_in, but your sdr.py does not seem 
to be converting that to rain_total.

note that you do not have to specify the deltas section - the default 
deltas section includes rain and lightning, so you only have to specify 
deltas if there are observations other than rain and lightning.

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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/d5f4a1d8-c3f7-4c04-9a51-806500b7cd82n%40googlegroups.com.

Reply via email to