Re: [weewx-development] Re: continuation of discussion on wxMesh MQTT

2019-12-13 Thread Cyril D
Hello, Thank you for looking into this. The LOOP information are coming from the console when runnning "sudo vi weewx.conf". After some researchs, I found that the maxSolarRad comes from the pyephem package. For the Rainrate value, in [StdWXCalculate] / [[Calculations]] I changed from

Re: [weewx-development] Re: continuation of discussion on wxMesh MQTT

2019-12-10 Thread Cyril D
Hi, Le mardi 10 décembre 2019 19:04:57 UTC+1, Wysiwyg a écrit : > > Hi Cyril, > Which driver gives those logs ? > > I think its yours: https://raw.githubusercontent.com/bonjour81/station_meteo/master/weewx/driver/wxMesh.py -- You received this message because you are subscribed to the Google

Re: [weewx-development] Re: continuation of discussion on wxMesh MQTT

2019-12-10 Thread Cyril D
Hi I am trying the driver and I get these lines: [code]LOOP: 2019-12-10 18:03:05 CET (1575997385) dateTime: 1575997385, maxSolarRad: 0.0, rainRate: 0, usUnits: 1, windBatteryStatus: 0.0, windDir: 247.5, windGust: 6.03974300024, windGustDir: 247.5, windSpeed: 5.14496625946 LOOP: 2019-12-10

Re: [weewx-development] Re: continuation of discussion on wxMesh MQTT

2019-10-17 Thread Cyril D
It is the PCR800 from Oregon. The cumulative rain is handle by the FileParse driver, may be you can easily copy/paste it in your driver? You would need an extra parameter in the weewx.conf file. -- You received this message because you are subscribed to the Google Groups "weewx-development"

Re: [weewx-development] Re: continuation of discussion on wxMesh MQTT

2019-10-17 Thread Cyril D
Hello Frederic, I currently use the FileParse driver (v 0.7) and am thinking of switching to MQTT. Would it be possible to add the management of cumulative rain (interpret rain as a cumulative value) in your wxMesh.py driver? Is this one the last one:

[weewx-development] Differences after database cleanup

2018-08-13 Thread Cyril D
Hello, Due to a mistake from myself, I had to remove few bad data (rainrate) from the database (mysql) and run bin/wee_database weewx.conf --drop-daily and bin/wee_database weewx.conf --rebuild-daily I compared the data before and after the database cleanup and see some weird differences.

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