wbug - weewx extension that sends data to WeatherBug
Copyright 2014 Matthew Wall

Installation instructions:

1) expand the tarball:

cd /var/tmp
tar xvfz ~/Downloads/weewx-wbug.tgz

2) copy files to the weewx user directory:

cp /var/tmp/weewx-wbug/bin/user/wbug.py /home/weewx/bin/user

3) modify weewx.conf:

[StdRESTful]
    [[WeatherBug]]
        publisher_id = WEATHERBUG_ID
        station_number = WEATHERBUG_STATION_NUMBER
        password = WEATHERBUG_PASSWORD

[Engines]
    [[WxEngine]]
        restful_services = ... , user.wbug.WeatherBug

4) restart weewx

sudo /etc/init.d/weewx stop
sudo /etc/init.d/weewx start
