On Thursday, December 27, 2018 at 12:49:07 AM UTC-5, gjr80 wrote:
>
> 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:
>

this patch has been applied and is available in weewx-sdr v0.49
 

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to