search

BME280-5V Temperature / Humidity / Pressure Sensor

$6.99

3 in 1 Weather Sensor

Supply Voltage: 5V 
Current Consumption: 0.6 mA
Barometric Pressure Measure
    • Range: 300 - 1100 hPa
    • Accuracy: ±1.0 hPa
Temperature Measurement
    • Range: -40 to 85
    • Accuracy: ±1
Interface: I2C 
Works great with home assistant, esphome, and arduino
Discontinued - consider the AHT10 sensor instead
 
Quantity
Out-of-Stock

ESP Home YAML:

esphome:

  name: bme280_weather

  platform: ESP8266

  board: d1_mini

wifi:

  ssid: ""

  password: ""

  # Enable fallback hotspot (captive portal) in case wifi connection fails

  ap:

    ssid: "Bme280 Weather Fallback Hotspot"

    password: ""

captive_portal:

# Enable logging

logger:

# Enable Home Assistant API

api:

  password: ""

ota:

  password: ""

i2c:

  - id: bus_a

    scan: True 

    

    

sensor:

  - platform: bme280

    temperature:

      name: "BME280 Temperature"

      oversampling: 16x

    pressure:

      name: "BME280 Pressure"

    humidity:

      name: "BME280 Humidity"

    address: 0x76

    update_interval: 60s

ezmation.com
chat Comments (0)
No customer reviews for the moment.