WeatherBug - weewx/weewx GitHub Wiki

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.

Download

wget -O weewx-wbug.zip https://github.com/matthewwall/weewx-wbug/archive/master.zip

How to Install

  1. Run the extension installer:
weectl extension install weewx-wbug.zip
  1. Modify weewx.conf
[StdRESTful]
    [WeatherBug](/weewx/weewx/wiki/WeatherBug)
        publisher_id = PUBLISHER_ID
        station_number = STATION_NUMBER
            password = PASSWORD
  1. Restart weewx
sudo systemctl stop weewx
sudo systemctl start weewx

Upgrading from weewx 2.6-2.7

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.

Upgrading from weewx 2.5

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.