-
Notifications
You must be signed in to change notification settings - Fork 301
WeatherBug
Tom Keffer edited this page Feb 14, 2024
·
10 revisions
Since 1993, WeatherBug, by Earth Networks, has been committed to delivering the most accurate weather information and the fastest weather alerts to our customers so they can Know Before™
This is an extension to weewx that uploads weather data to WeatherBug.
wget -O weewx-wbug.zip https://github.com/matthewwall/weewx-wbug/archive/master.zip
- Run the extension installer:
weectl extension install weewx-wbug.zip
- Modify weewx.conf
[StdRESTful]
[[WeatherBug]]
publisher_id = PUBLISHER_ID
station_number = STATION_NUMBER
password = PASSWORD
- Restart weewx
sudo systemctl stop weewx
sudo systemctl start weewx
Simply run the extension installer then restart weewx. If your weewx.conf already contained publisher_id, station_number, and password, these should be remembered by the installer.
If you were using the wbug extension with weewx 2.5.x, be sure to remove the 'driver' parameter from the WeatherBug section in weewx.conf.