[weewx-user] rain 10x

2019-07-26 Thread gjr80
Hi,

I suggest that when you have some rain coming you run WeeWX in debug mode 
(debug = 1 in weewx.conf) and then post a log extract from when it was raining. 
That way we can see what data is being collected via SDR and how the packet is 
assembled so we can look at where the issue is.

Gary

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/8e506d5a-249c-4415-8574-2818985e9640%40googlegroups.com.


Re: [weewx-user] rain 10x

2019-07-26 Thread Kike .Asekas
The station is a fine offset wh1080, but the driver is SDR.
# WEEWX CONFIGURATION FILE
#
# Copyright (c) 2009-2019 Tom Keffer 
# See the file LICENSE.txt for your rights.

##

# This section is for general configuration information.

# Set to 1 for extra debug info, otherwise comment it out or set to zero
debug = 0

# Root directory of the weewx data file hierarchy for this station
WEEWX_ROOT = /

# Whether to log successful operations
log_success = True

# Whether to log unsuccessful operations
log_failure = True

# How long to wait before timing out a socket (FTP, HTTP) connection
socket_timeout = 20

# Do not modify this. It is used when installing and updating weewx.
version = 3.9.1

##

#   This section is for information about the station.

[Station]

# Description of the station location
location = "Areal, Padrón"

# Latitude and longitude in decimal degrees
latitude = 42.8002
longitude = -8.63527

# Altitude of the station, with unit it is in. This is downloaded from
# from the station if the hardware supports it.
altitude = 57, meter

# Set to type of station hardware. There must be a corresponding stanza
# in this file with a 'driver' parameter indicating the driver to be 
used.
station_type = SDR

# If you have a website, you may specify an URL
#station_url = http://www.example.com

# The start of the rain year (1=January; 10=October, etc.). This is
# downloaded from the station if the hardware supports it.
rain_year_start = 1

# Start of week (0=Monday, 6=Sunday)
week_start = 6

##

[FineOffsetUSB]
# This section is for the Fine Offset series of weather stations.

# The station model, e.g., WH1080, WS1090, WS2080, WH3081
model = WS2080

# How often to poll the station for data, in seconds
polling_interval = 60

# The driver to use:
driver = weewx.drivers.fousb

##

[SDR]
driver = user.sdr
cmd = rtl_433 -q -F json -R 32 -M utc -f 868.3M
path = /usr/local/bin
#ld_library_path = /usr/local/lib:/opt/rtl-sdr/lib
[[sensor_map]]
windDir = wind_dir.*.FOWHx080Packet
windSpeed = wind_speed.*.FOWHx080Packet
outTemp = temperature.*.FOWHx080Packet
outHumidity = humidity.*.FOWHx080Packet
rain_total = rain_total.*.FOWHx080Packet
inTemp = temperature.*.FOWHx080Packet
inHumidity = humidity.*.FOWHx080Packet

##


#   This section is for uploading data to Internet sites

[StdRESTful]

[[StationRegistry]]
# To register this weather station with weewx, set this to true
register_this_station = false

[[AWEKAS]]
# This section is for configuring posts to AWEKAS.

# If you wish to do this, set the option 'enable' to true,
# and specify a username and password.
# To guard against parsing errors, put the password in quotes.
enable = false
username = replace_me
password = replace_me

[[CWOP]]
# This section is for configuring posts to CWOP.

# If you wish to do this, set the option 'enable' to true,
# and specify the station ID (e.g., CW1234).
enable = false
station = replace_me

# If this is an APRS (radio amateur) station, uncomment
# the following and replace with a passcode (e.g., 12345).
#passcode = replace_me (APRS stations only)

[[PWSweather]]
# This section is for configuring posts to PWSweather.com.

# If you wish to do this, set the option 'enable' to true,
# and specify a station and password.
# To guard against parsing errors, put the password in quotes.
enable = false
station = replace_me
password = replace_me

[[WOW]]
# This section is for configuring posts to WOW.

# If you wish to do this, set the option 'enable' to true,
# and specify a station and password.
# To guard against parsing errors, put the password in quotes.
enable = false
station = replace_me
password = replace_me

[[Wunderground]]
# This section is for configuring posts to the Weather Underground.

# If you wish to do this, set the option 'enable' to true,
# and specify a station (e.g., 'KORHOODR3') and password.
# To guard against parsing errors, put the password in quotes.
enable = false
station = replace_me
password = replace_me

# Set the following to True 

Re: [weewx-user] rain 10x

2019-07-24 Thread Jardi Martínez
On Wed, Jul 24, 2019, 1:18 PM Kike .Asekas  wrote:

> I have my weewx configured with METRICWX. In my station console indicates
> 0,9 mm of rain, but in weewx i have 9 mm. Where can the fault be?
> Thank you.
>
> --
>
What station and driver are you using?
Can you post your weewx.conf file?

If all you want is for the reports to be in certain unit, you can do that
at in the reports section of your weewx.conf file. You don't need to change
the target unit for the observations stored in the database.

Jardi.

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAETA7dTVz8N-ah1wmgjcwyPQLB554mZUne%3DF94Aj-Cd5K-%3Dt8Q%40mail.gmail.com.


[weewx-user] rain 10x

2019-07-24 Thread Kike .Asekas
I have my weewx configured with METRICWX. In my station console indicates 
0,9 mm of rain, but in weewx i have 9 mm. Where can the fault be?
Thank you.

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/b53fd027-c6ac-4850-a63f-ac632085dae8%40googlegroups.com.