-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe only 2 UARTS are needed #38
Comments
Have at it! I was just happy I finally got everything working the way it was. I spent countless days with the devs getting this working. I'm sure there are many other ways to do it. If you can also get a better handle on decoding the screen messages, that will be a big improvement, especially after a recovery on reboot or power failure. |
Will do, if I get things wired up! |
Btw, my Discord username is @jazzmonger |
In your code in ESP32 Pellet Stove wit mods.yaml I noticed you have 2 UARTS defined.
Since the UART debugging can be done in BOTH directions (as specified in ESPHOME UARTS Debugging, I propose the following code(change) to combine 2 UART definitions into only one:
The text was updated successfully, but these errors were encountered: