WeeWX UDP driver for WeatherFlow station

One of these days, I’m going to have a free moment to paste these much simpler instructions (courtesy of Matthew Wall) from my Atmocom UDP driver into the WF driver’s readme:

  1. Starting with a fresh weewx installation, choose the “Simulator” station driver during the package install process.

  2. Next, grab a .ZIP download of this entire project from the GitHub web interface:

    wget -O weatherflow-udp-master.zip https://github.com/captain-coredump/weatherflow-udp/archive/master.zip

  3. Install the driver package by running this command:

    wee_extension --install weatherflow-udp-master.zip

  4. Configure weewx and this WeatherFlow_UDP driver (probably not implemented in WF driver yet):

    wee_config --reconfigure

You will still need to edit weewx.conf manually to add an appropriate sensor_map, per the readme file!

Additional reading:

3 Likes