跳转到内容

BMP085 温度压力传感器

BMP085 传感器平台允许您在 ESPHome 中使用 BMP085 (数据手册, Adafruit) 和 BMP180 (数据手册, Adafruit) 温度和压力传感器。需要在配置中设置 I²C 才能使此传感器工作。

BMP180 温度和压力传感器。
# 示例配置条目
sensor:
- platform: bmp085
temperature:
name: "室外温度"
pressure:
name: "室外压力"
update_interval: 60s
  • temperature (可选): 温度传感器的信息。

  • pressure (可选): 压力传感器的信息。

  • address (可选, 整数): 手动指定传感器的 I²C 地址。默认为 0x77

  • update_interval (可选, 时间): 检查传感器的时间间隔。默认为 60s