Re: [weewx-user] WS-2902

2018-04-18 Thread Jim Myers
I have an Arris TG1682

On Wed, Apr 18, 2018 at 1:15 PM, jan hallink  wrote:

> When you search on this forum for ws-2902 or ventus w830, you will find
> information how to setup the interceptor driver.
> But the difficult part is often the router. The weatherdata send to WU
> must also be routed to your raspberry pi (by ip tables). Not every router
> has this possibility.
> Which router do you have?
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/weewx-user/Suav3sIaHYg/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

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


[weewx-user] WS-2902

2018-04-17 Thread Jim Myers
I have a Raspberry Pi 3 B+ running weewx, connecting to my router via WiFi. 
Currently I have an AcuRite system plugged into the USB. This weekend I 
will be changing to the Ambient WS-2902. Can anyone tell me how to 
configure the interceptor driver to work with the WS-2902 and my current 
Raspberry Pi network setup?

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


[weewx-user] Pi 3 B+

2018-03-20 Thread Jim Myers
Is Weewx compatible with the new Pi 3 B+?

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


Re: [weewx-user] Re: WeeWx and Meteotemplate

2017-08-26 Thread Jim Myers
I did as you asked and here are the files

On Sat, Aug 26, 2017 at 3:46 PM, gjr80  wrote:

> That is rather drastic. It's possible there is a mis-configuration
> somewhere and the uploader is reverting to the default (which is to post
> each archive period). If you want to troubleshoot the problem I suggest you
> edit weewx.conf and set debug = 1. Stop then start weeWX, no need for a
> reboot. Once weeWX has been running for about 10 minutes take a capture of
> the log (most likely /var/log/syslog unless you have changed it) showing
> the weeWX startup and the next 10 minutes of activity and post it here. A
> copy of your weewx.conf with any sensitive information removed would also
> help.
>
> Gary
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/weewx-user/YiFQu4xtK80/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

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


weewx.conf
Description: Binary data


weewx.log
Description: Binary data


[weewx-user] Re: WeeWx and Meteotemplate

2017-08-26 Thread Jim Myers
I did as you asked and here are the files.

On Saturday, August 26, 2017 at 2:52:46 PM UTC-7, Jim Myers wrote:
>
> Is there any way to have WeeWx upload data faster than 5 minutes? Using 
> Weather Display I was updating every minute, five minute updates are 
> useless for my purposes
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.
# WEEWX CONFIGURATION FILE
#
# Copyright (c) 2009-2015 Tom Keffer <tkef...@gmail.com>
# 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 = 1

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

# 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.7.1

##

#   This section is for information about the station.

[Station]

# Description of the station location
location = "KD7EIR Weather location = Tucson, Arizona"

# Latitude and longitude in decimal degrees
latitude = 32.2369
longitude = -110.7848

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

# 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 = AcuRite

# If you have a website, you may specify an URL
#station_url = http://www.kd7eir.net/weather

# 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

##

[AcuRite]
# This section is for AcuRite weather stations.

# The station model, e.g., 'AcuRite 01025' or 'AcuRite 02032C'
model = AcuRite 01036

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

##

#   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 = true

[[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.
enable = false
username = replace_me
# To guard against parsing errors, put your password in quotes:
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 = True
station = 

[[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.
enable = false
station = replace_me
# To guard against parsing errors, put your password in quotes:
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.
enable = true
station = 
# To guard against parsing errors, put your password in quotes:
password = 

[[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.
enable = true
station = KAZTUCSO36
# To guard against parsing errors, put your password in quotes:
password = 

# Set the following to True to have weewx use the WU "Rapidfire"
# protocol. Not all hardware can support it. See the User's Guide.
rapidfire = True

# 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)

[[Meteotemplate]]
server_url = http://kd7eir.net/weather

[weewx-user] Re: WeeWx and Meteotemplate

2017-08-26 Thread Jim Myers
Thank you. I have done that and rebooted the Pi. I'm still getting updates 
only every 5 minutes. I guess I need to accept updates every 5 minutes or 
go back to WD. Thanks for your help.

On Saturday, August 26, 2017 at 3:32:37 PM UTC-7, gjr80 wrote:
>
> You need to edit the weeWX config file weewx.conf. Depending on how you 
> installed weeWX it will be located in the /home/weewx or /etc/weewx 
> directories. When you edit weewx.conf you should find something similar to 
> the following under [StdRESTful] (with your settings of course):
>
> [[Meteotemplate]]
> server_url = INSERT_SERVER_URL_HERE
> password = INSERT_PASSWORD_HERE
>
> You need to add binding = loop under the password line. After saving the 
> file you will need to stop/start weeWX for the change to take effect.
>
> 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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: WeeWx and Meteotemplate

2017-08-26 Thread Jim Myers
I am using the meteotemplate from the wiki. I have set binding to loop. My 
station updates every 30 seconds. Where is the drive located to edit it?

On Saturday, August 26, 2017 at 3:02:23 PM UTC-7, gjr80 wrote:
>
> Hi,
>
> I presume you are using the meteotemplate uploaded listed in the wiki? If 
> so, have you tried changing the binding to loop as per the readme?  
> https://github.com/matthewwall/weewx-meteotemplate
>
> Using loop will result in uploads each time a loop packet arrives, the 
> frequency of uploads will thus depend on the capabilities of your 
> station/driver.
>
> 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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] WeeWx and Meteotemplate

2017-08-26 Thread Jim Myers
Is there any way to have WeeWx upload data faster than 5 minutes? Using 
Weather Display I was updating every minute, five minute updates are 
useless for my purposes

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