GithubHelp home page GithubHelp logo

bdemers / mqtt-wunderground-publish Goto Github PK

View Code? Open in Web Editor NEW

This project forked from simonvanderveldt/mqtt-wunderground

1.0 2.0 2.0 6 KB

Simple MQTT publisher of weather data using the WeatherUnderground API

Python 93.10% Dockerfile 6.90%

mqtt-wunderground-publish's Introduction

MQTT Wunderground Publish

Publishes personal weather station data recieved from a MQTT topic to Weather Underground.

This was developed to work with rtl-433 and a La Crosse Breeze Pro station.

Required environment variables

MQTT_URL "tcp://localhost:8883"
CONFIG_TOPIC=<MQTT topic> # example sensors/rtl_433/something
CONFIG_WU_ID=<weather underground station id
CONFIG_WU_KEY=<weather underground key/password>

MQTT Topic Format

The payload of the message needs to be in the following format:

{
    "time":"2020-11-16T02:08:20",
    "temperature_F":38.48,
    "humidity":88,
    "wind_avg_mi_h":0,
    "wind_dir_deg":9,
}

mqtt-wunderground-publish's People

Contributors

bdemers avatar simonvanderveldt avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Forkers

se1exin yoredale

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.