Skip to content

pyrsuit/weather-station

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

weather-station

Weather station on NodeMCU using a DHT22 temperature sensor

flowchart TD
    ESP["πŸ”Œ NodeMCU ESP8266"] -->|Digital Pin| DHT["🌑️ DHT22 Sensor"]
    ESP -->|Wi-Fi / MQTT Publish| MQTT["πŸ“‘ MQTT Broker"]

    subgraph "πŸ“ Raspberry Pi"
        direction TB
        MQTT
        Rust["πŸ¦€ Rust Program"]
        DB["πŸ—„οΈ SQLite Database"]
        HA["🏠 Home Assistant"]
    end

    Rust -->|Subscribes to topic| MQTT
    Rust -->|Writes data to| DB
    HA -->|Reads data from| MQTT
Loading

About

Weather station on NodeMCU using a DHT22 temperature sensor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published