Thanks for the reply.  That *did* fix the error message...but still no data 
sharing between rtl_433 and weewxd.
Is anyone else out there successfully using rtl_433 with WeeWx?

Thanks,
-Charlie

> On Dec 26, 2018, at 11:49 PM, gjr80 <[email protected]> wrote:
> 
> Hi,
> 
> Probably one for Matthew to look into, though I believe he has not had much 
> time lately for things weeWX. In any case it would appear the SDR driver is 
> not seeing an expected rain_counter value. You can work around the issue by 
> editing sdr.py and changing line 487 from: 
> 
>          if 'rain_counter' in pkt:
> 
> to
>  
>         if 'rain_counter' in pkt and pkt['rain_counter'] is not None:
> 
> Save sdr.py and restart weeWX. Note that this will handle the case I pointed 
> out above though it could be an indicator there are other issues with your 
> station/SDR, I would keep a close eye on things to ensure that all is working 
> as it should.
> 
> Gary
> 
>> On Thursday, 27 December 2018 13:31:27 UTC+10, Charlie T wrote:
>> I'm trying to get rtl_433 and weewxd to communicate.  I'm receiving data OK 
>> from my Acurite 5n1 sensor.
>> The problem is I can't get the data into weewxd.  I've attached my 
>> weewx.conf file as well as the error message I'm getting.
>> I know this must be a "duh" problem but I can't figure it out!
>> 
>> Any help appreciated.
>> Thanks!
>> 
>> -Charlie
>> 
>> 
>> 
>> 
>> 
>> 
>> 
> 
> -- 
> 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.

-- 
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.

Reply via email to