项目作者: mec-kon

项目描述 :
a mqtt client that sends the current temperature, humidity, altitude and air pressure to openHAB every 10 minutes
高级语言: C++
项目地址: git://github.com/mec-kon/mqtt-weather_station.git
创建时间: 2019-07-02T10:38:24Z
项目社区:https://github.com/mec-kon/mqtt-weather_station

开源协议:GNU General Public License v3.0

下载


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"