[weewx-development] Re: Handle delta rain in fileparse driver

2017-07-28 Thread Cyril D
No problem for the typo, I just reported it so you can correct it. For the test, there is an error somewhere. I had 33.12mm from the log: new=33.12 old=None then I put water to get an update. I now have 34.11. In the report, it counts 25,1 mm

[weewx-development] Re: Handle delta rain in fileparse driver

2017-07-28 Thread Cyril D
So it works! Thank you :)

[weewx-development] Re: Handle delta rain in fileparse driver

2017-07-28 Thread Cyril D
Probably my fault, did not check the units, I had to change it to 'METRICWX'

[weewx-development] Re: Handle delta rain in fileparse driver

2017-07-28 Thread Cyril D
Thank you. There is a typo in the description: "Setting cumulative_rain = True will result in the rain field being # interpreted as a cumulative value, omitting the cumulative_rain config option # or setting it to True will result in the rain field being interpreted as an # incremental value."

[weewx-development] Re: Handle delta rain in fileparse driver

2017-07-28 Thread gjr80
Ah, my mistake, I originally started with an incremental_rain option and then changed to cumulative_rain. Should only be a description issue, the logic in the code should work. Gary