diff --git a/esphome/3d-printer-exhaust-fan-controller.yaml b/esphome/3d-printer-exhaust-fan-controller.yaml deleted file mode 100644 index 988853a..0000000 --- a/esphome/3d-printer-exhaust-fan-controller.yaml +++ /dev/null @@ -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 - \ No newline at end of file diff --git a/esphome/fdm-exhaust-fan-control.yaml b/esphome/fdm-exhaust-fan-control.yaml index b1a6398..90bdd6e 100644 --- a/esphome/fdm-exhaust-fan-control.yaml +++ b/esphome/fdm-exhaust-fan-control.yaml @@ -7,7 +7,7 @@ esphome: friendly_name: ${friendly_name} esp32: - board: esp32-c3-devkitm-1 + board: seeed_xiao_esp32c3 framework: type: esp-idf diff --git a/esphome/ha-remote/components/max17043/__pycache__/__init__.cpython-312.pyc b/esphome/ha-remote/components/max17043/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 539298a..0000000 Binary files a/esphome/ha-remote/components/max17043/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/esphome/ha-remote/components/max17043/__pycache__/sensor.cpython-312.pyc b/esphome/ha-remote/components/max17043/__pycache__/sensor.cpython-312.pyc deleted file mode 100644 index 5648c04..0000000 Binary files a/esphome/ha-remote/components/max17043/__pycache__/sensor.cpython-312.pyc and /dev/null differ diff --git a/esphome/testing.yaml b/esphome/testing.yaml deleted file mode 100644 index 0675747..0000000 --- a/esphome/testing.yaml +++ /dev/null @@ -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: - \ No newline at end of file