substitutions: device_name: "plant_sensor2" friendly_name: "plant sensor 2" comment: "esp32, plant" location: "zolder" api_password: !secret plant_sensor1_api ota_password: !secret ota_password wifi_ssid: !secret wifi_ssid wifi_password: !secret wifi_password gateway: !secret ip_gateway subnet: !secret ip_subnet ip: !secret plant_sensor2 #project specific params project_version: '1.0' update_interval: 30min loglevel: DEBUG moisture_min: '2.82' moisture_max: '1.39' conductivity_min: '0.075' conductivity_max: '0.25' # Uncomment run_duration and sleep_duration if you want to use deepsleep # set how long to stay awake - NOT less then 10sec run_duration: 11s # set how long to sleep in minutes sleep_duration: 60min mqtt_broker_ip: !secret mqtt_broker_ip mqtt_broker_user: !secret mqtt_broker_user mqtt_broke_pass: !secret mqtt_broker_pass mqtt_ota_topic: "esphomeOTA/mailbox" pin_power: GPIO4 pin_sda: GPIO25 pin_scl: GPIO26 pin_wake: GPIO35 pin_vbatt: GPIO33 pin_fertilizer: GPIO34 pin_soil: GPIO32 packages: board: !include boards/esp32_lolin32.yaml device_base: !include common/common.yaml connection: !include common/wifi.yaml i2c: !include interfaces/i2c_a.yaml logger: !include templates/nologger.yaml deepsleep: !include common/deepsleep_wakepin.yaml time: !include templates/time.yaml #sensors plantsensors: !include sensors/plantsensors.yaml light: !include sensors/light_bh1750.yaml bme280: !include sensors/bme280.yaml battery: !include sensors/battery.yaml