Thanks for responding! Great to meet another reTerminal E1001 user - it’s not the most common hardware out there!
I’m trying to debug some custom functionality on the reTerminal E1001 by viewing logs through web.esphome.io when connected via USB. I have logger.log statements in my code (for example, logging button presses or sensor readings), but these custom log messages aren’t appearing in web.esphome.io.
I have the standard logger: component configured in my YAML, and I can see basic boot messages and component initialisation logs in web.esphome.io, but none of my custom logging statements from logger.log calls show up.
Is there a specific logger configuration needed for USB serial output on the reTerminal E1001, or am I missing something in my setup?