Giter Club home page Giter Club logo

wfpublisher's Introduction

wfpublisher

Monitor UDP port 50222 for WeatherFlow weather data and publish to various weather services.

Publishing is controlled by a JSON formatted configuration file. Each service is listed along with configuration information for the service. Each one can be enabled or disabled.

The weather data is formatted to match the service specifications. If a service has restrictions on how often data can be sent, multiple incoming data packets will be averaged before sending to the service. Sending to each service happens on a separate thread which prevents slow network response or a down service from impacting the publishing to other services.

The following servcies are currently supported:

logfile

Write the weather data to a file. The file is appended with a line containing the weather data separated with '|' characters.

display

Displays the weather data on the terminal screen. Each weather update re-writes the terminal display. This is useful for monitoring or debugging.

mysql

Writes the weather data to a MariaDB/MYSQL database. The current code is more of a proof of concept and would need to be modified for any specific application.

MQTT

Send the weather data to a mqtt broker. Each weather value is sent as a separate message.

Weather Underground

Publish the data to a Weather Underground personal weather station.

Weather Bug

Publish the data to a Weather Bug backyard weather station.

CWOP

Publsih the weather data to the Citizens Weather Observation Program service.

Personal Weather Station

Publish the weather data to pwsweather.com.

wfpublisher's People

Contributors

bpaauwe avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.