Here is a little bit more detail. Please note that the
I updated the file: /usr/share/weewx/user/sdr.py
by adding the lines highlight by gjr80 to the section under 'class
Acurite5n1PacketV2(Packet):'
This is how I fixed the first part of the problem where the out data
portion of running this file had the rain data, but the parsed portion did
not.
Next I updated the file: /etc/weewx/weewx.conf
by adding the highlighted line
[SDR]
# This section is for the software-defined radio driver.
# The driver to use
driver = user.sdr
log_unknown_sensors = True
log_unmapped_sensors = True
#cmd = /usr/local/bin/rtl_433 -M utc -F json
cmd = /usr/local/bin/rtl_433 -q -M UTC -F json
[[sensor_map]]
windDir = wind_dir.042A.Acurite5n1PacketV2
windSpeed = wind_speed.042A.Acurite5n1PacketV2
outTemp = temperature.042A.Acurite5n1PacketV2
outHumidity = humidity.042A.Acurite5n1PacketV2
rain_total = rain_total.042A.Acurite5n1PacketV2
[[Deltas]]
rain = rain_total
--
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/d73b0f9e-197f-4fe2-b480-8e36b9a98db6%40googlegroups.com.