Coder Social home page Coder Social logo

grisu48 / meteo Goto Github PK

View Code? Open in Web Editor NEW
2.0 4.0 1.0 1.54 MB

Weather and environmental monitoring solution

Home Page: https://codeberg.org/grisu48/meteo

License: GNU General Public License v3.0

Makefile 0.75% C 30.83% C++ 63.56% Go 3.95% Python 0.91%
weather environment meteo sensor

meteo's Introduction

meteo


This project has been moved to codeberg.org/grisu48/meteo. This repository is an Archive.


Lightweight environmental monitoring solution

This project aims to provide a centralized environmental and room monitoring system for different sensors using mqtt. Data storage is supported via a meteo-influxdb gateway.

Nodes/Sensors

Current meteo sensors are ESP32 based nodes with a BME280 sensor, but in principal every node that is able to push data via MQTT can be attached to the server.

See the EPS32 folder in Sensors for the current supported node

MQTT packets

MQTT is considered as trusted network in meteod. New station will be automatically added. If you want to have better access control, please use http and disable MQTT in your config file.

Every node that publishes MQTT packets in the given format is accepted.

# Node ID: 1, replace in topic and payload

## meteo packets
TOPIC:    meteo/1
PAYLOAD:  {"id":1,"name":"Node","t":23.36,"hum":44.56,"p":99720.89}

## lightning packet
TOPIC:    meteo/lightning/1
PAYLOAD:  {"node":1,"timestamp":0,"distance":12.1}
# if the timestamp is 0, the server replaces it with it's current time

meteo-influx-gateway

The provided meteo-influx-gateway is a program to collect meteo data points from mqtt and push them to a influxdb database. This gateway is written in go and needs to be build

go build ./...

The gateway is configured via a simple INI file:

[mqtt]
remote = "127.0.0.1"

[influxdb]
remote = "http://127.0.0.1:8086"
username = "meteo"
password = "meteo"
database = "meteo"

meteo's People

Contributors

grisu48 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

minato4869

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.