emoncms - weewx extension that sends data to EmonCMS
Copyright 2014 Matthew Wall

Installation instructions:

1) expand the tarball:

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

2) copy files to the weewx user directory:

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

3) modify weewx.conf:

[StdRESTful]
    [[EmonCMS]]
        token = TOKEN
        server_url = http://emoncms.org/input/post   # default is emoncms.org
        station = name_of_station                    # optional

[Engines]
    [[WxEngine]]
        restful_services = ... , user.emoncms.EmonCMS

4) restart weewx

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