Commit graph

14 commits

Author SHA1 Message Date
0a6f6ab2fa feat: scaffold classic variant with hamburger nav and reused Sensors/Settings/Schedule pages 2026-07-12 00:39:52 -07:00
2097779949 refactor: extract shared panel.yaml (RGB panel, touch, IO expander) from display.yaml 2026-07-12 00:26:29 -07:00
3bcba89fba feat: build Schedule screen with Home/Away preset selection 2026-07-11 22:55:33 -07:00
1d3e537df4 feat: build Settings screen with device info and manual relay override 2026-07-11 22:52:31 -07:00
c362bbad34 feat: build Sensors screen with live temp/humidity/pressure readout 2026-07-11 22:45:46 -07:00
d051f0cab0 feat: build Home screen with live temp, mode, and setpoint controls 2026-07-11 22:42:34 -07:00
88042cf850 feat: add LVGL base config with persistent bottom nav bar 2026-07-11 22:35:26 -07:00
90d710e41c chore: add esphome-generated build gitignore 2026-07-11 22:29:19 -07:00
12b56e3153 fix: route logger through UART0 instead of USB_SERIAL_JTAG
Waveshare's board wires log output through the same UART USB-C port
used for flashing. ESPHome's default hardware_uart for ESP32-S3 is
USB_SERIAL_JTAG, which is a separate physical port on this board,
so log output was going nowhere the flashing tool could see it.
2026-07-11 22:11:14 -07:00
3d2172317c feat: add thermostat climate entity wiring BME280 sensor to relay outputs 2026-07-11 20:08:59 -07:00
db096462be feat: add 5-channel relay GPIO outputs for HVAC control wiring 2026-07-11 20:07:30 -07:00
58798d5751 feat: add BME280 ambient temperature/humidity/pressure sensors 2026-07-11 20:06:21 -07:00
c4906da25a feat: add RGB panel display and GT911 touch config for Waveshare 7" 2026-07-11 20:02:49 -07:00
bb3249e166 feat: scaffold ESPHome project for Waveshare ESP32-S3 7" thermostat 2026-07-11 19:53:54 -07:00