On Friday, December 13, 2019 at 4:28:02 AM UTC-5, S1m0n3 wrote: > > I see same packet parsed 3 times, it's not normal right? >
this is not unusual. i do not know why, but rtl_433 often outputs the same packet multiple times. there is logic in genLoopPackets to skip duplicates, so although you see them in the output when you run weewx-sdr directly, you should *not* see duplicates in the weewxd output. could you run weewx with debug=1 then post the log output? it should report when duplicate packets appear, and when it rejects the duplicates. > And another "problem" is that some times the rain_total from station is > reset (is' not problem only of my station but other guys with this station > get a reset, maybe low battery, usually around 100mm it is reset). Before > using weewx I've used another "software" developed by an Italian that used > rtl_433 without any problem, the only thing is that the software could not > keep track of the reset of rain_total and reported the rain in negative > when this happened. > well, if the hardware is emitting garbage then there is nothing the weewx-sdr driver or weewx can do about it. > And how you can see i receive FOWHx080Packet and FOWH3080Packet ... > FOWHx080Packet for the classic weather data (temp, hum, rain, wind), > FOWH3080Packet for UV Packet. > i was mistaken about the different packet types. there are two different packet types from one rtl_433 setting - the "-R 32" option. i thought there could only be one. thank you for correcting me. > usUnit is 16 and rain_total is in millimeters (rain sensor snaps every > 0.3mm). > your unit system is METRIC, so the values you see for rain in LOOP and REC is measured in cm, not mm. that means that weewx is seeing 0.3 cm (3 mm, not 0.3 mm) for each bucket tip. so it looks like the FOWHx080Packet should be METRICWX not METRIC. i have modified the weewx-sdr driver as of commit 662ad60 note that will also affect wind speed - using METRICWX in the 1080/3080 packets means wind speed should be reported in m/s, not kph. could you verify the wind speed from your station? (you will have to measure fairly high wind speeds to confirm - at low wind speeds the differences do not show up clearly) -- 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/d7b3d8a2-5503-4bfb-82eb-016a13162ad0%40googlegroups.com.
