updates
This commit is contained in:
@@ -1,51 +0,0 @@
|
||||
esphome:
|
||||
name: 3d-print-exhaust-fan-controller
|
||||
friendly_name: 3D Printer Exhaust Fan Controller
|
||||
|
||||
esp32:
|
||||
board: esp32-c3-devkitm-1
|
||||
framework:
|
||||
type: esp-idf
|
||||
|
||||
# Enable logging
|
||||
logger:
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
encryption:
|
||||
key: "/ShmmPWizefVS7KaU/IgbNgT6/Y6XZBwlqHqbpphNY8="
|
||||
|
||||
ota:
|
||||
- platform: esphome
|
||||
password: "bc4dc6b8569529e2954176f08a8d38de"
|
||||
|
||||
wifi:
|
||||
ssid: !secret wifi_iot_ssid
|
||||
password: !secret wifi_password
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
ssid: "3D-Print-Exhaust-Fan-Controller"
|
||||
password: "BkRoiHuVvDyR"
|
||||
|
||||
captive_portal:
|
||||
|
||||
web_server:
|
||||
port: 80
|
||||
|
||||
output:
|
||||
- platform: gpio
|
||||
pin: GPIO3
|
||||
id: fan_80mm_output
|
||||
- platform: gpio
|
||||
pin: GPIO4
|
||||
id: fan_120mm_output
|
||||
|
||||
fan:
|
||||
- platform: binary
|
||||
name: "80mm Exhaust Fan"
|
||||
output: fan_80mm_output
|
||||
- platform: binary
|
||||
name: "120mm Exhaust Fan"
|
||||
output: fan_120mm_output
|
||||
|
||||
@@ -7,7 +7,7 @@ esphome:
|
||||
friendly_name: ${friendly_name}
|
||||
|
||||
esp32:
|
||||
board: esp32-c3-devkitm-1
|
||||
board: seeed_xiao_esp32c3
|
||||
framework:
|
||||
type: esp-idf
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,32 +0,0 @@
|
||||
esphome:
|
||||
name: testing
|
||||
friendly_name: Testing
|
||||
|
||||
esp32:
|
||||
board: esp32-c3-devkitm-1
|
||||
framework:
|
||||
type: esp-idf
|
||||
|
||||
# Enable logging
|
||||
logger:
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
encryption:
|
||||
key: "fVFYZzMyxEN5INECLhCsVPR4f6TvacAavM4YruHdx6A="
|
||||
|
||||
ota:
|
||||
- platform: esphome
|
||||
password: "5d96e6537f0c3a084e835db2f2029a70"
|
||||
|
||||
wifi:
|
||||
ssid: !secret wifi_ssid
|
||||
password: !secret wifi_password
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
ssid: "Testing Fallback Hotspot"
|
||||
password: "Ylq0K0UGTZi3"
|
||||
|
||||
captive_portal:
|
||||
|
||||
Reference in New Issue
Block a user