Almost ready to test in live stove! #27
Closed
jazzmonger
started this conversation in
General
Replies: 1 comment
-
Code Merged. One chip now. Tested! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm fairly happy with the stove control routines in ESPHome now. It took lots of tinkering and observing several scenarios like Lighting and what happens during error states before I got all the logic right.
Also, monitoring the UART TX line from the MCU Control unit was quite an undertaking but I nailed that and can now echo actual display messages on the stove as they change. Pretty cool! See the other discussions for info on that piece.
The final step will be to try and use all the GPIOS on just the Tuya TYWE1S chip instead of my 2 chip solution (Auger control and UART monitoring). It was just a whole lot easier debugging the UART signals with a completely separate ESP chip. So I have to merge that code together and recheck everything.
Once that's done, I think I'll be swapping the control module and display unit!
to be continued....
Beta Was this translation helpful? Give feedback.
All reactions