Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| temperature_humidity_and_pressure_meter_to_mqtt_bme280 [08.01.2019 00:54] – [Tasmota] Pascal Suter | temperature_humidity_and_pressure_meter_to_mqtt_bme280 [08.01.2019 01:34] (current) – Pascal Suter | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| the [[https:// | the [[https:// | ||
| ^ I2C Module ^ NodeMCU / ESP8266 ^ | ^ I2C Module ^ NodeMCU / ESP8266 ^ | ||
| - | | Vcc |Vu (5V) | | + | | Vcc | 3.3V | |
| |GND | GND | | |GND | GND | | ||
| |SCL |D1| | |SCL |D1| | ||
| Line 22: | Line 22: | ||
| so lets try also | so lets try also | ||
| ===== Tasmota ===== | ===== Tasmota ===== | ||
| - | also check out my detailed description for the [[sonoff]] setup. basically download the latest [[|release]] and then copy the lib folder into your arduino '' | + | also check out my detailed description for the [[sonoff]] setup. basically download the latest [[https:// |
| + | |||
| + | the [[https:// | ||
| + | ^ I2C Module ^ NodeMCU / ESP8266 ^ | ||
| + | | Vcc |3.3V | | ||
| + | |GND | GND | | ||
| + | |SCL |D4| | ||
| + | |SDA|D3| | ||
| + | |ADD |N/C (Not Connected| | ||
| + | |||
| + | despite selecting the WEMOS module we still have to log into the web interface once the firmware is flashed and booted and go to '' | ||
| + | |||
| + | now you get a new reading every 5 minutes via MQTT. if you want to change this interval you can either do this in the '' | ||
| + | tasmota/ | ||
| + | this will set it to 30 seconds | ||
| - | the [[https:// | ||