xively - weewx extension that sends data to Xively/COSM/Pachube
Copyright 2014 Matthew Wall

Installation instructions:

1) expand the tarball:

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

2) copy files to the weewx user directory:

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

3) modify weewx.conf:

[StdRESTful]
    [[Xively]]
        token = TOKEN
        feed = FEED_ID
        station = station_name

[Engines]
    [[WxEngine]]
        restful_services = ... , user.xively.Xively

4) restart weewx

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