Skip to content

danward79/wupws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather Underground - Personal Weather Station Upload

Weather Underground (WU) mines weather data from multiple sources. These include personal weather stations (PWS). This go library provides an interface to the WU PWS upload api.

Weather Underground provide a simple web HTTP GET API. See here. Also see here for a transcription of the API.

In addition to the standard parameters, the this library provides the ability to use degrees Celcius. Instead of Fahrenheit, with conversion to match the API automatically. The additional parameters are:

  • tempc - This will convert a Celcius parameter to Fahrenheit for tempf
  • indoortempc - This will convert a Celcius parameter to Fahrenheit for indoortempc
  • barohpa - This will convert an atomospheric pressure parameter to inHg for baromin

An Example

A working example of this code can be found here in wuMQTTAgregate which is an example of how to publish dispersed sensor readings using a cache and MQTT

About

Weather Underground Personal Weather Station API in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages