thank you for those details, but we need to go deeper. here are two things to try:
1) run weewx-sdr directly, during a rain event, and post the data here. invoke it like this: sudo PYTHONPATH=/usr/share/weewx python /usr/share/weewx/user/sdr.py --cmd="rtl_433 -M utc -F json -R 32" i am looking for a few things in the output: - why are there duplicate packets? the weewx-sdr driver has logic to eliminate duplicates, so why do they show up in your weewxd output? - which packets are you actually receiving? in your configuration you specify both FOWHx080Packet and FOWH3080Packet, but the '-R32' option should pick up only the FOWHx080Packet (i'll bet that you never see any UV or radiation data) - exactly what is the packet format that you receive? this will tell us if the JSON output from rtl_433 is in the right units and format that are expected by weewx-sdr. still unanswered: - why is your archive interval inconsistent? - where did the fractional REC value rain_total=3.975 come from? 2) run without the bme288wx extension. does that extension modify LOOP or REC data? try running weewxd without it to see if behavior is any different during and after rain events. (bme288wx might be perfectly fine, but i have no idea which version you have or what it is actually doing) -- 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/0b309c5b-96f1-47b8-ac5e-52da420eef64%40googlegroups.com.
