EVERYONE CAN DO IT!!!
by Edi · 10/04/2021
In diesem Beispiel werden wir einen Temperatur, Druck und Luftfeuchtigkeitssensor über einen Wemos D1 mini einrichten. Wir verwenden dazu den BME280 im I2C Modus. Alternativ könnt ihr natürlich auch einen ESP32 oder NodeMCU-ESP8266 nehmen. Die Anschlüsse dafür könnt ihr aus der Anschlusstabelle entnehmen und beim Einrichten vom ESPHome Wizard müsst ihr dann euer Board auswählen.
# Example configuration entry YAML
sensor:
- platform: bme280
temperature:
name: "BME280 Temperature"
oversampling: 16x
pressure:
name: "BME280 Pressure"
humidity:
name: "BME280 Humidity"
address: 0x76
update_interval: 60s
i2c:
sda: GPIO12
scl: GPIO14
Tags: BME280BME680ESPHomeSensors
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |