Hi Patrick, Judging by the number it looks like a pressure in hPa is being interpreted as a pressure in inHg. The solution depends on a number of things. Since there has been a bit of water under the bridge, in particular a reinstall of weeWX, since you last posted your code could I ask you to post your driver code and a sanitised (ie passwords, api keys, user names removed) copy of weewx.conf.
Gary On Monday, 7 January 2019 05:51:47 UTC+10, Patrick Tranchant wrote: > > hello Pat and Gary > I reinstalled weewx with Sqlite3 and I see value in database, but some > datas are bad, > I think at " driver BYOWS" > > example: Jan 6 20:46:43 raspberrypi weewx[2807]: engine: 2019-01-06 > 20:46:43 CET (1546804003) LOOP value 'pressure' 1019.49799998 outside > limits (24.0, 34.5) > this data with my script is correct, wy outside limit, the display in the > website is bad also.. > An other file to modify ? > I modified the datas inside file skin.conf > [[Units] > # This section is for managing the selection and formatting of units. > > [[Groups]] > # For each group of measurements, this section sets what units to > # use for it. > # NB: The unit is always in the singular. I.e., 'mile_per_hour', > # NOT 'miles_per_hour' > > group_altitude = meter # Options are 'foot' or > 'meter' > group_degree_day = degree_C_day # Options are > 'degree_F_day' or 'degree_C_day' > group_direction = degree_compass > group_moisture = centibar > group_percent = percent > group_pressure = hPa # Options are 'inHg', > 'mmHg', 'mbar', or 'hPa' > group_radiation = watt_per_meter_squared > group_rain = mm # Options are 'inch', > 'cm', or 'mm' > group_rainrate = mm_per_hour # Options are > 'inch_per_hour', 'cm_per_hour', or 'mm_per_hour' > group_speed = km_per_hour # Options are > 'mile_per_hour', 'km_per_hour', 'knot', or 'meter_per_second' > group_speed2 = km_per_hour2 # Options are > 'mile_per_hour2', 'km_per_hour2', 'knot2', or 'meter_per_second2' > group_temperature = degree_C # Options are 'degree_F' > or 'degree_C' > group_uv = uv_index > group_volt = volt > ] > > thanks > > 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.
