Skip to content

Instantly share code, notes, and snippets.

@TheRealXaiL
Forked from peyanski/bmp280-sensor-esphome.yaml
Last active June 28, 2025 14:02
Show Gist options
  • Select an option

  • Save TheRealXaiL/7f667bd10aa1a027c26850ee5e2e78d9 to your computer and use it in GitHub Desktop.

Select an option

Save TheRealXaiL/7f667bd10aa1a027c26850ee5e2e78d9 to your computer and use it in GitHub Desktop.
esphome:
name: bme280-node
friendly_name: BME280_Node
esp32:
board: esp32-c6-devkitm-1
framework:
type: esp-idf
logger:
api:
encryption:
key: "EDIT"
ota:
platform: esphome
password: "EDIT"
wifi:
ssid: "NO"
password: "LOL"
ap:
ssid: "Bme280-Node Fallback Hotspot"
password: "NO"
captive_portal:
i2c:
sda: 4
scl: 5
scan: True
sensor:
- platform: bmp280_i2c
temperature:
name: "BMP280 Temperature"
oversampling: 16x
pressure:
name: "BMP280 Pressure"
address: 0x76
update_interval: 60s
web_server:
port: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment