claudobahn / weewx-windguru

WeeWX WindGuru Publisher
5 stars 3 forks source link

WeeWX WindGuru - WeeWX extension that publishes data to WindGuru

Based in large part on the WindFinder extension written by Matthew Wall.

Installation

  1. Register your WindGuru station https://stations.windguru.cz/register.php

  2. Download the extension

    wget wget -O weewx-windguru.zip https://github.com/claudobahn/weewx-windguru/archive/master.zip

  3. Run the extension installer:

    wee_extension --install weewx-windguru.zip

  4. Update weewx.conf:

    [StdRESTful]
        [[WindGuru]]
            station_id = WindGuru_Station_id
            password = WindGuru_Password
  5. Restart WeeWX

    sudo /etc/init.d/weewx stop

    sudo /etc/init.d/weewx start