Updated Wemos D1 Mini and BME280 Temperature, Humidity and Pressure Sensor (markdown)

Raymond Mouthaan 2019-09-05 20:25:29 +02:00
parent 4874ef5915
commit 80511664e8
1 changed files with 18 additions and 1 deletions

@ -52,4 +52,21 @@ After reboot of the device the displays temperature, humidity and pressure measu
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/wemos/wemos_bme280_main_marked.jpg" width=300>
<img src="https://user-images.githubusercontent.com/14855001/47621410-cd3e7580-daf7-11e8-91c4-a0db5bc87df5.png" width=300>
<img src="https://user-images.githubusercontent.com/14855001/47621426-fa8b2380-daf7-11e8-8e47-37c76b0c7691.png" width=300>
<img src="https://user-images.githubusercontent.com/14855001/47621426-fa8b2380-daf7-11e8-8e47-37c76b0c7691.png" width=300>
An example of the SENSOR json:
```json
{
"Time": "2019-09-05T20:04:18",
"Epoch": 1567706658,
"Switch1": "OFF",
"BME280": {
"Temperature": 24.3,
"Humidity": 39.5,
"Pressure": 1022.1
},
"PressureUnit": "hPa",
"TempUnit": "C"
}
```