Don't know how to connect to Weather Underground

830 views
Skip to first unread message

dels...@gmail.com

unread,
Feb 8, 2015, 12:07:35 AM2/8/15
to weewx...@googlegroups.com
HI experts,

I have weewx running on my Raspberry pi and it is humming along nicely.  It is updating the internal web page at: file:///home/weewx/public_html/index.html nicely and all seems to be working well.
I have also included the weewx.conf file for your review. and below the syslog as well.

What I need is some kind of step by step instructions to connect and upload data to weather underground.  I have registered my PWS, changed the weewx.conf file, but I cant seem to connect to WU.

syslog data

pi@raspberrypi ~ $ sudo tail -f /var/log/syslog Feb  7 20:30:34 raspberrypi weewx[2298]: cheetahgenerator: Generated

14 files for report StandardReport in 6.17 seconds Feb  7 20:30:37 raspberrypi weewx[2298]: genimages: Generated 12 images for StandardReport in 2.90 seconds Feb  7 20:35:17 raspberrypi weewx[2298]: manager: added record

2015-02-07 20:35:00 PST (1423370100) to database 'archive/weewx.sdb'

Feb  7 20:35:17 raspberrypi weewx[2298]: manager: added record

2015-02-07 20:35:00 PST (1423370100) to daily summary in 'archive/weewx.sdb'

Feb  7 20:35:31 raspberrypi weewx[2298]: cheetahgenerator: Generated

14 files for report StandardReport in 13.29 seconds Feb  7 20:35:37 raspberrypi weewx[2298]: genimages: Generated 12 images for StandardReport in 6.27 seconds Feb  7 20:40:24 raspberrypi weewx[2298]: manager: added record

2015-02-07 20:40:00 PST (1423370400) to database 'archive/weewx.sdb'

Feb  7 20:40:24 raspberrypi weewx[2298]: manager: added record

2015-02-07 20:40:00 PST (1423370400) to daily summary in 'archive/weewx.sdb'

Feb  7 20:40:31 raspberrypi weewx[2298]: cheetahgenerator: Generated

14 files for report StandardReport in 6.21 seconds Feb  7 20:40:35 raspberrypi weewx[2298]: genimages: Generated 12 images for StandardReport in 4.38 seconds Feb  7 20:45:31 raspberrypi weewx[2298]: manager: added record

2015-02-07 20:45:00 PST (1423370700) to database 'archive/weewx.sdb'

Feb  7 20:45:31 raspberrypi weewx[2298]: manager: added record

2015-02-07 20:45:00 PST (1423370700) to daily summary in 'archive/weewx.sdb'

Feb  7 20:45:38 raspberrypi weewx[2298]: cheetahgenerator: Generated

14 files for report StandardReport in 6.40 seconds Feb  7 20:45:42 raspberrypi weewx[2298]: genimages: Generated 12 images for StandardReport in 4.51 seconds Feb  7 20:50:20 raspberrypi weewx[2298]: manager: added record

2015-02-07 20:50:00 PST (1423371000) to database 'archive/weewx.sdb'

Feb  7 20:50:20 raspberrypi weewx[2298]: manager: added record

2015-02-07 20:50:00 PST (1423371000) to daily summary in 'archive/weewx.sdb'

Feb  7 20:50:28 raspberrypi weewx[2298]: cheetahgenerator: Generated

14 files for report StandardReport in 7.25 seconds Feb  7 20:50:34 raspberrypi weewx[2298]: genimages: Generated 12 images for StandardReport in 5.99 seconds Feb  7 20:55:27 raspberrypi weewx[2298]: manager: added record

2015-02-07 20:55:00 PST (1423371300) to database 'archive/weewx.sdb'

Feb  7 20:55:27 raspberrypi weewx[2298]: manager: added record

2015-02-07 20:55:00 PST (1423371300) to daily summary in 'archive/weewx.sdb'

Feb  7 20:55:36 raspberrypi weewx[2298]: cheetahgenerator: Generated

14 files for report StandardReport in 8.23 seconds Feb  7 20:55:39 raspberrypi weewx[2298]: genimages: Generated 12 images for StandardReport in 2.98 seconds

weewx.conf

Steve

unread,
Feb 8, 2015, 1:48:14 AM2/8/15
to weewx...@googlegroups.com
That's not the configuration file you're using is it, there is no station_type?

Mine looks like this for a FineOffset station.

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


Enter your PWS details in the Wunderground section of the configuration file..

    [[Wunderground]]
        # This section is for configuring posts to the Weather Underground
        
        # If you wish to do this, uncomment the following station and password
        # lines and fill them with your station and password:
        #station  = your Weather Underground station ID (eg, KORHOODR3)
        #password = your Weather Underground 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 = False
        station = Your station ID here
        password = Your WU password here


Then get weewx to reload the configuration file (or even simply reboot the RPi).

This is how I do it:

Reload = /etc/init.d/weewx reload

Or stop and start weewx

/etc/init.d/weewx stop
/etc/init.d/weewx start

Liz

unread,
Feb 8, 2015, 2:18:44 AM2/8/15
to weewx...@googlegroups.com
On Sat, 7 Feb 2015 21:07:35 -0800 (PST)
dels...@gmail.com wrote:

> What I need is some kind of step by step instructions to connect and
> upload data to weather underground. I have registered my PWS,
> changed the weewx.conf file, but I cant seem to connect to WU.

If you have never uploaded data, there is a 24 hour delay before
anything is shown.
Perhaps it is all working.

Steve

unread,
Feb 8, 2015, 2:32:25 AM2/8/15
to weewx...@googlegroups.com
I just realised you filled out the [PWSweather] section of the configuration file and not the [Wunderground] section. 

Now go change your password ;)


Reply all
Reply to author
Forward
0 new messages