a mqtt client that sends the current temperature, humidity, altitude and air pressure to openHAB every 10 minutes
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
.
platformio init --board esp12e
pio lib install "adafruit/Adafruit BME280 Library
pio lib install "knolleary/PubSubClient"