mirror of https://github.com/arendst/Tasmota.git
Updated BME280 (markdown)
parent
bb091cf998
commit
d8e496aa3d
|
@ -38,8 +38,6 @@ Sensor sends a `tele/%topic%/SENSOR` JSON reponse:
|
|||
"TempUnit": "C"
|
||||
}
|
||||
```
|
||||
### Commands
|
||||
[`TempOffset`](commands#tempoffset) -12.7 .. 12.7 can be used to increase/decrease the measured temperature. Will change ALL temperature sensors.
|
||||
|
||||
*From v6.1.2.20 you can use multiple BMP Sensors ([#4195](../pull/4195))*
|
||||
|
||||
|
@ -51,6 +49,9 @@ Than connect your sensor SCL and SDA parallel to the device.
|
|||
BME280 address change example:
|
||||
<img title="bme280-2nd-address" src="https://user-images.githubusercontent.com/14855001/47621417-e3e4cc80-daf7-11e8-848b-aed744456fc0.png" width="150" height="auto">
|
||||
|
||||
### Commands
|
||||
[`TempOffset`](commands#tempoffset) -12.7 .. 12.7 can be used to increase/decrease the measured temperature. Will change ALL temperature sensors.
|
||||
|
||||
### Breakout boards
|
||||
![](https://raw.githubusercontent.com/arendst/arendst.github.io/master/media/wemos/bme280-adafruit-thp-sensor.jpg)
|
||||
![](https://raw.githubusercontent.com/arendst/arendst.github.io/master/media/wemos/bme280-thp-sensor.png)
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Loading…
Reference in New Issue