Initial commit: ESP32-C6 rack fan controller with ESPHome

3-zone PWM fan controller (intake/central/outtake) with DS18B20 temp
sensors, RPM monitoring, ST7789 LCD display, and Home Assistant
integration via ESPHome native API. USB-C PD powered.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jazzymc
2026-04-12 16:09:00 +00:00
commit 2f783dbc41
5 changed files with 733 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# ESPHome build artifacts
esphome/.esphome/
esphome/**/.pioenvs/
esphome/**/.piolibdeps/
# Secrets (never commit)
esphome/secrets.yaml
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db