That station registry is just a collection of people running weewx.  That 
is independent of Weather Underground or any other site.

The section you want for Weather Underground is this one.  The station ID 
and station key (which you enter here as password) you from Weather 
Underground after you register your PWS.

    [[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 = KKYLOUIS186
        # To guard against parsing errors, put your password in quotes:
        password = "xxxxxxxxxxx"

        # 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


On Sunday, December 31, 2017 at 3:25:18 PM UTC-5, [email protected] wrote:
>
> Sorry l’m a total newbee. Got weewx going no problems from the DEB 
> package. Would like to register the station and post the data to Weather 
> Underground. I don’t understand how to get  weewx.conf to work. I have 
> changed directory to: 
> $ cd /etc/weewx 
> But now what? sudo wee_congif —reconfigure does not bring anything in the 
> following section of the user guide: [StdRESTful] 
>
> This is my first Raspberry Pi project, and don’t understand permissions 
> and the directories yet. Any basic references would be appreciated. I 
> bought “Exploring Raspberry Pi” by Derek Molly. This book isn’t really 
> helping too much, I think I need it dumbed down to start. 
> Thanks, Brandon 
>
> User Guide Section: 
> [StdRESTful] 
> This section is for configuring the StdRESTful services, which upload to 
> simple RESTful servers such as the Weather Underground, PWSweather.com, or 
> CWOP. 
>
> [[StationRegistry]] 
> A registry of weeWX weather stations is maintained at weewx.com. Stations 
> are displayed on a map and a list at http://weewx.com/stations.html 
>
> How does the registry work? Individual weather stations periodically 
> contact the registry. Each station provides a URL to identify itself, plus 
> other information such as the station type and weeWX version. No personal 
> information, nor any meteorological data, is sent. 
>
> To add your station to this list, you must do two things: 
>
> Enable the StationRegistry in weewx.conf by setting the option 
> register_this_station to True. Your station will contact the registry once 
> per week. If your station does not contact the registry for about a month, 
> it will be removed from the list. 
> Provide a station_url, either in section [Station], or in the 
> [[StationRegistry]] section. 
> The station_url is used to uniquely identify each station, so choose it 
> carefully before you set register_this_station to True. 
>
> [StdRestful] 
>     [[StationRegistry]] 
>         register_this_station = True 
> register_this_station 
> Set this to True to register the weather station.

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

Reply via email to