Skip to content

a mqtt client that sends the current temperature, humidity, altitude and air pressure to openHAB every 10 minutes

License

Notifications You must be signed in to change notification settings

mec-kon/mqtt-weather_station

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mqtt-weather_station

This is a simple program for an ESP8266 to publish a temperature measured by an LM75 sensor via mqtt.

In addition, temperature, humidity, altitude and air pressure can be published, which are detected by a BME280 sensor.

This program code can be used with mec-kon's weather station.

Download

Download the server git clone https://github.com/mec-kon/mqtt-weather_station.git
Then navigate into the server folder with cd mqtt-weather_station.

Config

platformio init --board esp12e
pio lib install "adafruit/Adafruit BME280 Library
pio lib install "knolleary/PubSubClient"

About

a mqtt client that sends the current temperature, humidity, altitude and air pressure to openHAB every 10 minutes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published