On Tuesday, November 20, 2018 at 12:16:11 AM UTC-5, Steve McCarthy wrote: > > Wrote an extension for rtl_433 for a setup containing humidity, pressure, > and temperature sensors. Since it is custom, it's not clear what the 3-part > sensor id should be in weewx's [[sensor-map]] section, particularly the 3rd > part. >
the third part is the packet type (more specifically the class name of the object that parses the data). > (Also, why does this have both an 'out' and 'parsed' outputs?) > check the output from sdr.py when you specify --help. 'out' is the raw output from rtl_433, 'parsed' is whatever sdr can parse from that, 'unparsed' is whatever sdr was not able to parse, and 'empty' is any blank out put from rtl_433. (some of those may no longer be necessary - rtl_433 has been steadily improving in its output consistency) 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]. For more options, visit https://groups.google.com/d/optout.
