Sending Weather Data to Weather Underground
Introduction
Weather Underground is a website that uses personal weather stations along with standard government based systems to provide current conditions and forecasts (more info here). You can use a ManyLabs weather station kit to send data to Weather Underground and get personalized forecasts for your location.
If you haven't already, you should setup your weather station before continuing.
Create an Account
First you'll need an account on the Weather Underground site. You can visit this link to create a new account. Next sign in and register a new station.
- Type in your address or position the map so the pin is pointing at your location.
- Fill in the height of your weather station above the ground.
- Click
Verify Location
. - Fill in the remaining station information. In the
Station Hardware
selection box chooseother
. - Click
Submit
. - Click
Link My Data
.
After submitting the information you'll be given a station ID. This is the ID we'll use to send data to Weather Underground. Both the ID and the password you use to log on to Weather Underground are case sensitive.
Connect Your Data
For now, you'll need python 2 and pyserial. Soon, our server will send the data for you.
- Download the WireGarden weather code here.
- Extract
weatherStation.py
andweatherSettings.txt
. - Configure the settings in weatherSettings.txt
- Run weatherStation.py. This must be in the same directory as weatherSettings.txt
If you have any problems or questions, please contact us at support@manylabs.org