hello Gary,
for the rain, I inserted print in the driver and look at the result, it's 
not normal; the rain meter always returns to "0".
I enclose the driver with my modification. (just that part).

 self.wind_gust = max( self.store_speeds )
            wind_speed = statistics.mean( self.store_speeds )
            # calculate rainfall in cm for weeWX Metric units
            *print(self.rain_count)*
            rainfall = self.rain_count * self.bucket_size / 10.0
            self.reset_rainfall()
            *print(rainfall)*
            self.store_speeds = []
            self.store_directions = []

result:

Measuring wind direction for 5 seconds...
Measuring wind direction for 5 seconds...
Measuring wind direction for 5 seconds...

*10.02794*
LOOP:   2019-01-16 20:28:33 CET (1547666913) altimeter: 29.8285479241, 
appTemp: 66.6407995301, barometer: 29.8266499274, cloudbase: 6282.37102025, 
dateTime: 1547666913, dewpoint: 42.8606032025, heatindex: 68.2799330532, 
humidex: 68.2799330532, maxSolarRad: None, outHumidity: 39.7562170511, 
outTemp: 68.2799330532, pressure: 29.296259363, rain: 0.011, rainRate: 
0.044, soilTemp1: 63.6116, usUnits: 1, windchill: 68.2799330532, windDir: 
315.0, windGust: 0.0, windSpeed: 0.0
Measuring wind direction for 5 seconds...
Measuring wind direction for 5 seconds...
Measuring wind direction for 5 seconds...
Measuring wind direction for 5 seconds...
Measuring wind direction for 5 seconds...
Measuring wind direction for 5 seconds...
Measuring wind direction for 5 seconds...
Measuring wind direction for 5 seconds...
Measuring wind direction for 5 seconds...
Measuring wind direction for 5 seconds...
Measuring wind direction for 5 seconds...
Measuring wind direction for 5 seconds...

*00.0*
LOOP:   2019-01-16 20:29:34 CET 

Patrick


On Saturday, December 8, 2018 at 3:40:43 PM UTC+1, Patrick Tranchant wrote:
>
> hello I am a newbie from France ( sorry for my english )
>
> I want to use weewx on a raspberry with a weather station built by myself 
> (view on Magpi)
> I don't see my station on your website to configure :
>
> Weather Station Hardware Comparison: I don't found my weather station.
> Do you have a solution or how to configure Weewx
>
> thank you for your help
>
> Patrick
>

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to