Hi,
I am not aware of anyone having changed the fileparse driver to handle cumualtive rain values. Try the attached fileparse driver, I have only given it some limited testing but believe it works. To use:
1. rename your existing
fileparse.py to
fileparse_orig.py2. download the attached file to the
bin/user directory on your weeWX system
3. edit
weewx.conf and under
[FileParse] add the config option
cumualtive_rain as follows:
4. save
weewx.conf5. stop/start weeWX
6. if it doesn't work or otherwise does bad things revert to the original
fileparse.py by renaming
fileparse.py to
fileparse_new.py, renaming
fileparse_orig.py to
fileparse.py and finally stop/start weeWX
There are instructions for use of the
cumulative_rain option in the comments up front in the attached
fileparse.py.
Let us know how it goes.
Gary