53 lines
827 B
YAML
53 lines
827 B
YAML
esphome:
|
|
name: espwater
|
|
platform: ESP32
|
|
board: nodemcu-32s
|
|
|
|
|
|
# used for debuging purpose
|
|
logger:
|
|
# baud_rate: 9600
|
|
|
|
api:
|
|
password: "feelhome123"
|
|
|
|
# ota:
|
|
# password: "feelhome123"
|
|
|
|
wifi:
|
|
ssid: "lauIOT"
|
|
password: "superiot1"
|
|
domain: .home.cabestan.be
|
|
# ap:
|
|
# ssid: "Espwater Fallback Hotspot"
|
|
# password: "jTlMOFiFOzog"
|
|
|
|
# captive_portal:
|
|
|
|
web_server:
|
|
port: 80
|
|
|
|
# globals:
|
|
# - id: drops_absolute
|
|
# type: unsigned long int
|
|
# restore_value: no
|
|
# initial_value: '0'
|
|
# - id: drops_today
|
|
# type: int
|
|
# restore_value: no
|
|
# initial_value: '0'
|
|
# - id: drops_1min
|
|
# type: int
|
|
# restore_value: no
|
|
# initial_value: '0'
|
|
|
|
|
|
# switch:
|
|
# - platform: gpio
|
|
# name: "CO2 Led"
|
|
# pin: 12
|
|
# - platform: gpio
|
|
# id: co2_drop
|
|
# name: "CO2 Relay"
|
|
# pin: 13
|