seg - weewx extension that sends data to SmartEnergyGroups
Copyright 2014 Matthew Wall

Installation instructions:

1) expand the tarball:

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

2) copy files to the weewx user directory:

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

3) modify weewx.conf:

[StdRESTful]
    [[SmartEnergyGroups]]
        token = TOKEN
        station = station_name

[Engines]
    [[WxEngine]]
        restful_services = ... , user.seg.SEG

4) restart weewx

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