I recently received a prebuilt board from Jeff, and wanted to share my experience getting it going and the result (sample size of one cook) on my traeger tailgater.
Getting things connected was fairly straightforward, thanks to the nice silkscreening on Jeffās board. On my grill, there wasnāt anywhere to mount it, so I elected to use a 3d printed enclosure I had from another project with a couple extra mounts printed for the board and screen.
Initially I was having trouble with the RTD temperature, but that was because I hadnāt soldered the pads on my MAX31865 board to enable two wire mode. I didnāt see that mentioned anywhere and have never used one of these boards but that was an easy enough solve.
I did notice the behavior mentioned in the previous post about the screen coming on but being blank. At first I thought I must have accidentally broken something, or unplugged it while putting it all together but found a quick press of the reset button it would just fire right up again and be working.
The next thing for me was figuring out ESPHome, and getting the device on my home network and piped into my home assistant. I have no previous experience with esphome, but was able to get things going without too much trouble. I used the yaml files supplied in Jeffās GitHub for the project, and made sure to add in the section for the touchscreen since I am using one.
Once going, I tested it out cooking some chicken thighs and am very pleased with the performance. Without changing any of the configurable parameters, my temps at 225 were very stable. I wanted to finish the cook at 350, but the grill did struggle to get past 330 so it sat there until I was done. Iāve uploaded my temperature graph and settings into ChatGPT, and will try out its suggestions in a day or two. Youāll be able to see in my graph where there are sharp dips, that is when the lid was opened. Recovery was very quick with very little overshoot. A far cry from how things were before with the old dumb controller. Blue line is the RTD temperature, and the yellow is the temperature error.
One final thing was intermittent dropping of my wifi connection, meaning I temporarily lose remote control. I suspect where the grill is located is the problem, and maybe even the screen being overtop is hurting wifi performance.
Anyways, big thanks to Jeff for the project. Itās very cool, and really makes my grill a more hands off unit giving me more time to be doing things other than babysitting it out in Canadian winter.
GitHub link