Skip to content

Fetch data from Fine Offset WiFi gateways (GW1000, GW1100, GW2000)

License

Notifications You must be signed in to change notification settings

boosterl/weewx-fogw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeeWX FoGW

This is a driver for WeeWX that fetches data from Fine Offset WiFi gateways.

Installation

Prerequisites

This driver uses the requests library. This Python package can be installed via Pip:

sudo pip install requests

Then you can clone the repo and run the installer:

sudo wee_extension --install weewx-fogw

You can then configure the driver:

sudo wee_config --reconfigure --driver=user.fogw --no-prompt

Lastly, restart WeeWX:

sudo systemctl restart weewx

FAQ

Why would you use this driver while the awesome weewx-interceptor driver is already available?

The Fine Offset WiFi gateways only allows to push weather data to one endpoint. Using this driver, multiple weewx installations can fetch the same data from one gateway. Handy if you have a weewx-installation used for testing, for example.

Which weather stations are supported?

This driver is tested againts a GW1000 distributed by Froggit but will probably also work with similar systems like the WH26XX and GW2000.

About

Fetch data from Fine Offset WiFi gateways (GW1000, GW1100, GW2000)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages