This is an extension for WeeWX that publishes data to EveryAware.
- Download WeeWX EveryAware from https://github.com/SteiMi/weewx-everyaware/archive/master.tar.gz using:
wget -O weewx-everyaware.tar.gz https://github.com/SteiMi/weewx-everyaware/archive/master.tar.gz
- Install the extension using:
wee_extension --install weewx-everyaware.tar.gz
- Configure to which feeds the data should be uploaded by editing weewx.conf:
[StdRESTful]
[[EveryAware]]
feeds = replace_me
You can upload to multiple feeds at once by adding several feed id's to the config file separated by commas (e.g. feeds = feed1,feed2 if you want to upload data to feed1 and feed2). 4. Restart WeeWX
sudo /etc/init.d/weewx restart
- This plugin currently only supports uploading data to feeds that have public write enabled
- Your MAC address will be used as source id as an integer when uploading