pywws.service.underground
Upload data to Weather Underground.
Weather Underground may be the oldest and best known site gathering data from amateur weather stations.
Create account: https://www.wunderground.com/signup
API: https://support.weather.com/s/article/PWS-Upload-Protocol
Additional dependency: http://docs.python-requests.org/
Example
weather.ini
configuration:[underground] station = ABCDEFGH1 password = xxxxxxx internal = False [logged] services = ['underground', 'metoffice'] [live] services = ['underground', 'metoffice']
The internal
configuration setting allows you to include indoor
temperature and humidity in your uploads.
Note that password
is not the password you use to log in to Weather
Underground, it’s the Key
value shown on your list of devices:
https://www.wunderground.com/member/devices
Previous versions of pywws had an extra underground_rf
service to
use Weather Underground’s “rapid fire” server for frequent uploads. Now
the rapid fire server is used automatically for “live” data and the
normal server for past data.
Classes
|
Comments or questions? Please subscribe to the pywws mailing list http://groups.google.com/group/pywws and let us know.