[weewx-user] Sky Cover data to pwsweather.com

2021-02-20 Thread Bruce Chapman
Gary,  Thanks for your research on this.  I didn't know it there was some way 
of calculating this data in weewx and posting that I was missing.  I'm 
attempting to like the AerisPulse app but when the conditions they report to me 
are ~15 degrees different, it's difficult to do.  On the morning of January 
30th, my station was reporting a current temp of -15.2, Aeris was reporting -2 
for the same zip code.  It's hard to support or recommend an app with that much 
error.

And thanks for the explaination on the missing posts.  I kept getting a message 
that the post was deleted as soon as I posted it.  I ended up sending it 
through email.   …and again…same thing.

-- 
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/0aaa4f6a-9085-4884-bb7e-e7b0223c3374%40Spark.


[weewx-user] Sky Cover data to pwsweather.com

2021-02-18 Thread Bruce Chapman
Link referenced above:

https://www.aerisweather.com/signup/pws/

-- 
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/d278721b-8695-4791-a5ef-64fcace5fb5a%40Spark.


[weewx-user] Sky Cover data to pwsweather.com

2021-02-17 Thread Bruce Chapman
Help!!

I’m sending data to pwsweather.com using a GW1000 and I can’t figure out how to 
send Sky Cover data.  conf file below


Thanks!




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

# CPD -- Added this to keep retrying!
loop_on_init = 1

##

# This section is for information about the station.

[Station]

 # Description of the station location
 location = "Granville, NY"

 # Latitude in decimal degrees. Negative for southern hemisphere
 latitude = 43.38771
 # Longitude in decimal degrees. Negative for western hemisphere.
 longitude = -73.27025

 # Altitude of the station, with unit it is in. This is downloaded from
 # from the station if the hardware supports it.
 altitude = 421, 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 = GW1000

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

 # 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

##

[GW1000]
 driver = user.gw1000
 ip_address = 192.168.50.92
 port = 45000
 poll_interval = 20

##

[Vantage]
 # This section is for the Davis Vantage series of weather stations.

 # Connection type: serial or ethernet
 # serial (the classic VantagePro)
 # ethernet (the WeatherLinkIP or Serial-Ethernet bridge)
 type = ethernet

 # If the connection type is serial, a port must be specified:
 # Debian, Ubuntu, Redhat, Fedora, and SuSE:
 # /dev/ttyUSB0 is a common USB port name
 # /dev/ttyS0 is a common serial port name
 # BSD:
 # /dev/cuaU0 is a common serial port name
 # port = /dev/ttyUSB0

 # If the connection type is ethernet, an IP Address/hostname is required:
 # host = 192.168.50.12

 ##
 # The rest of this section rarely needs any attention.
 # You can safely leave it "as is."
 ##

 # Serial baud rate (usually 19200)
 baudrate = 19200

 # TCP port (when using the WeatherLinkIP)
 tcp_port = 2

 # TCP send delay (when using the WeatherLinkIP):
 tcp_send_delay = 0.5

 # The type of LOOP packet to request: 1 = LOOP1; 2 = LOOP2; 3 = both
 loop_request = 1

 # The id of your ISS station (usually 1). If you use a wind meter connected
 # to a anemometer transmitter kit, use its id
 iss_id = 1

 # How long to wait for a response from the station before giving up (in
 # seconds; must be greater than 2)
 timeout = 10

 # How long to wait before trying again (in seconds)
 wait_before_retry = 1.2

 # How many times to try before giving up:
 max_tries = 10

 # Vantage model Type: 1 = Vantage Pro; 2 = Vantage Pro2
 model_type = 2

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

##

# 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

 [[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 = EW5855

 # 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 = true
 station = KNYGRANV5
 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.
 # To guard against parsing errors, put the password in