filter fan controller
This commit is contained in:
parent
0b9938ebde
commit
b82749c3fb
44
filter_fan.yaml
Normal file
44
filter_fan.yaml
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
esphome:
|
||||||
|
name: esp-filter
|
||||||
|
friendly_name: ESP-FILTER
|
||||||
|
|
||||||
|
esp32:
|
||||||
|
board: esp32-s3-devkitc-1
|
||||||
|
framework:
|
||||||
|
type: arduino
|
||||||
|
|
||||||
|
# Enable logging
|
||||||
|
logger:
|
||||||
|
level: verbose
|
||||||
|
|
||||||
|
# Enable Home Assistant API
|
||||||
|
api:
|
||||||
|
encryption:
|
||||||
|
key: !secret api_key
|
||||||
|
|
||||||
|
ota:
|
||||||
|
- platform: esphome
|
||||||
|
password: !secret ota_password
|
||||||
|
|
||||||
|
wifi:
|
||||||
|
ssid: !secret wifi_ssid
|
||||||
|
password: !secret wifi_password
|
||||||
|
manual_ip:
|
||||||
|
static_ip: 192.168.1.59
|
||||||
|
gateway: 192.168.0.1
|
||||||
|
subnet: 255.255.255.0
|
||||||
|
|
||||||
|
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||||
|
ap:
|
||||||
|
ssid: "Esp32S3N8R2 Fallback Hotspot"
|
||||||
|
password: "v41VUZA7A1VA"
|
||||||
|
|
||||||
|
|
||||||
|
switch:
|
||||||
|
- platform: gpio
|
||||||
|
pin: GPIO10
|
||||||
|
inverted: false
|
||||||
|
name: "12V fan"
|
||||||
|
|
||||||
|
|
||||||
|
captive_portal:
|
Loading…
x
Reference in New Issue
Block a user