2022-11-13 18:09:06 +01:00
|
|
|
esphome:
|
|
|
|
name: livingroom
|
|
|
|
|
|
|
|
esp32:
|
|
|
|
board: featheresp32
|
|
|
|
framework:
|
|
|
|
type: arduino
|
|
|
|
|
|
|
|
# Enable logging
|
|
|
|
logger:
|
|
|
|
|
|
|
|
# Enable Home Assistant API
|
|
|
|
api:
|
|
|
|
password: ""
|
|
|
|
|
|
|
|
ota:
|
|
|
|
password: ""
|
|
|
|
|
|
|
|
wifi:
|
|
|
|
ssid: "NETZ39"
|
|
|
|
password: !secret wifi_pw
|
|
|
|
|
|
|
|
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
|
|
|
ap:
|
|
|
|
ssid: "Livingroom Fallback Hotspot"
|
|
|
|
password: "KagHyImVVStB"
|
|
|
|
|
|
|
|
captive_portal:
|
|
|
|
|
|
|
|
i2c:
|
|
|
|
sda: 21
|
|
|
|
scl: 22
|
|
|
|
scan: true
|
|
|
|
|
2022-11-13 18:27:23 +01:00
|
|
|
bme680_bsec:
|
|
|
|
address: 0x77
|
|
|
|
|
2022-11-13 18:09:06 +01:00
|
|
|
sensor:
|
2022-11-13 18:27:23 +01:00
|
|
|
- platform: bme680_bsec
|
2022-11-13 18:09:06 +01:00
|
|
|
temperature:
|
|
|
|
name: "BME680 Temperature"
|
|
|
|
pressure:
|
|
|
|
name: "BME680 Pressure"
|
|
|
|
humidity:
|
|
|
|
name: "BME680 Humidity"
|
2022-11-13 18:27:23 +01:00
|
|
|
iaq:
|
|
|
|
name: "BME680 IAQ"
|
|
|
|
co2_equivalent:
|
|
|
|
name: "BME680 CO2 Equivalent"
|
|
|
|
breath_voc_equivalent:
|
|
|
|
name: "BME680 Breath VOC Equivalent"
|
|
|
|
|
|
|
|
text_sensor:
|
|
|
|
- platform: bme680_bsec
|
|
|
|
iaq_accuracy:
|
|
|
|
name: "BME680 IAQ Accuracy"
|
2022-11-13 18:09:06 +01:00
|
|
|
|
|
|
|
mqtt:
|
|
|
|
broker: mqtt.n39.eu
|