looking at weewx/drivers/acurite.py it seems the max is 100 inches.  line 
335 says bits 24-25 are for rain:
 24-25: rain                  (r[24]*256 + r[25]) * 0.254        mm         
                        
two bytes hold 64k * .254 = 16646 mm = 16.6 meters = 655 inches.  so either 
the counter wraps around at 655 inches or it locks up and stops working and 
you have to buy a console or find a hack at 100 inches.
not sure it will ever rain that much here.  there is a chronic drought.
On Monday, February 7, 2022 at 4:45:13 PM UTC-8 William Garber wrote:

> Let's face it I can not afford the console so I used rtl-sdr.  If you 
> remove the batteries from the main unit (sensors) will it reset the rain 
> total?  It is stuck at 0.37 (below) which is from being jostled during 
> installation.  It is working correctly in the regard that there has not 
> been any actual rain after installation and it is and should be still 0.37.
>
> Only relevant portion of debug log is this:
> Feb 05 19:55:38 electron python3[554291]: mweewx[554291] DEBUG user.sdr: 
> packet={'outBatteryStatus': 0, 'rain': 0.37, 'windSpeed': 0.0, 'windDir': 
> 292.0, 'rxCheckPercent': 28.293, 'dateTime': 1644119735, 'usUnits': 1}
>
> The problem is that I think there is a maximum like 100 inch after which 
> it stops working and you have to reset it.  So when it reaches that will I 
> have to buy a console?
> thanks
>

-- 
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/19069e79-f183-4848-8203-9075c89dd9b6n%40googlegroups.com.

Reply via email to