Skip to content

Upload data from your La Crosse Personal Weather Station to Wunderground (weather underground)

License

Notifications You must be signed in to change notification settings

niavasha/lacrosse_to_wunderground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

La Crosse To Wunderground

Upload data from your La Crosse Personal Weather Station to Wunderground (weather underground)

HOWTO

  1. Setup your La Crosse View app, note your login credentials

  2. Setup your Wunderground Personal Weather Station, note the station id and key

  3. Update lacrosse_to_wunderground.py to include the credentials from steps 1 and 2. The credentials are listed at the top of the file.

  4. Open a terminal and cd to the same directory as the lacrosse_to_wunderground.py file.

  5. Clone the required support repos, for example

  cd ~/
  mkdir myweather
  cd myweather
  git clone [email protected]:keithprickett/lacrosse_to_wunderground.git .
  git clone [email protected]:keithprickett/wunderground_uploader.git
  git clone [email protected]:keithprickett/lacrosse_weather.git
  1. Create your initial starting point, which could be 0 or another UTC timestamp, for example:
  cd ~/myweather
  echo 0 > myweather_ts
  1. Run the program
  cd ~/myweather && python3 ./lacrosse_to_wunderground.py `cat myweather_ts` > myweather_ts
  1. Repeat step 7 as often as desired to update, or put it in a cron or other automation system.

About

Upload data from your La Crosse Personal Weather Station to Wunderground (weather underground)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%