Skip to content

chrissnell/wxinflux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wxinflux

This is a small daemon that reads weather measurements from a Si2000 radio dongle that has been loaded with tridge's DavisSi2000 firmware. wxinflux processes the readings and sends them off to InfluxDB for storage. Once they are being sent to InfluxDB, you can use a tool like Grafana to create beautiful, dynamic dashboards for your weather station.

Installation and Usage

  1. You will need Go 1.5 or later installed on your computer
  2. You will also need InfluxDB up and running somewhere.
  3. git clone git@github.com:chrissnell/wxinflux.git
  4. cd wxinflux
  5. go build
  6. Copy config.yaml.sample to config.yaml and edit as appropriate.
  7. ./wxinflux

Author

wxinflux was written by Chris Snell, http://chrissnell.com

About

Sends Davis Weather Instruments ISS data from a Si2000 USB dongle to InfluxDB for storage and graphing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages