Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

boosterl/weewx-fogw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠ DEPRECATION NOTICE ⚠

The weewx-gw1000 driver does the same thing as this driver, and much more. So no need for continueing development on this driver anymore.

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:

weectl extension install weewx-fogw

You can then configure the driver:

weectl station 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, GW1200, GW2000, GW3000)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages