commit 334169533e9904f12befc6729759c599064daf66 Author: clerie Date: Thu Sep 19 21:24:58 2024 +0200 Add d1-mini-bme280-dffd3e diff --git a/nodes/d1-mini-bme280-dffd3e/.gitignore b/nodes/d1-mini-bme280-dffd3e/.gitignore new file mode 100644 index 0000000..d8b4157 --- /dev/null +++ b/nodes/d1-mini-bme280-dffd3e/.gitignore @@ -0,0 +1,5 @@ +# Gitignore settings for ESPHome +# This is an example and may include too much for your use-case. +# You can modify this file to suit your needs. +/.esphome/ +/secrets.yaml diff --git a/nodes/d1-mini-bme280-dffd3e/firmware.yaml b/nodes/d1-mini-bme280-dffd3e/firmware.yaml new file mode 100644 index 0000000..07cbb16 --- /dev/null +++ b/nodes/d1-mini-bme280-dffd3e/firmware.yaml @@ -0,0 +1,42 @@ +--- + +substitutions: + macsuffix: "dffd3e" + +wifi: + power_save_mode: LIGHT + +improv_serial: + +esphome: + name: "d1-mini-bme280-${macsuffix}" + +esp8266: + board: d1_mini + +captive_portal: + +logger: + level: DEBUG + +web_server: + port: 80 + +api: + reboot_timeout: 0s + +i2c: + scl: GPIO5 + sda: GPIO4 + scan: false + +sensor: + - platform: bme280_i2c + update_interval: 30s + pressure: + name: "${macsuffix} Pressure" + humidity: + name: "${macsuffix} Humidity" + temperature: + name: "${macsuffix} Temperature" + address: 0x76