smeisner / smart-thermostat

Open-source ESP32-based thermostat that has some useful intelligence
GNU General Public License v3.0
38 stars 10 forks source link

Use USB port (or UART) for comms #45

Open smeisner opened 5 months ago

smeisner commented 5 months ago

As with telnet, is there a way to use the UART or the USB port for serial communications allowing for config changes.

smeisner commented 5 months ago

Obviously this conflicts with logging (for UART) or debugger/logging (for USB). Maybe if the thermostat starts and encounters an issue, the UART serial comms is enabled?