EDIT: The temp readings will just be fixed thermocouples into the side of the smoker into the chamber. No meat probes as there are just too many briskets at any one time. The large smoker is built off a 1,000 gal propane tank.
We have two large wood fired commercial BBQ smokers that I would love to nerd out and monitor with thermocouples linked back to an HA instance.
I anticipate four probes in the main smoker chamber and maybe a very high temp one in the firebox.
Happy to learn from the group here.
If you’re in the DFW area we can chat over brisket!
Proxy should work fine.
I don’t think I have tried it but as far as I know, ESP 32 proxys are just like built in Bluetooth. So it should work.
If I have time tonight then I can try and boot up my inkbird next to a proxy and see if it connects that route.
I am using a probe with a quick connect for my meats actually. It is more reliable than my bluetooth probes ever have been.
Using a derivative helper and then an input number helper it shows me the estimated time (in minutes) on my WLED matrix above the TV in the living room.
Super helpful and has been much more accurate than I expected!
I monitor a lot of things that are a fair distance - I use ESP32 with Lora modules attached. Then I have a Lora inside the house as a base station and use Mosquitto to queue and send messages and recieve confirmation and data. The Lora can send and recieve a LONG way since it is only minimal data and it can also wake up the ESP32 if its battery - ensure you get the right Lora. New wifi standards with Halow may make all this redundant.
Mine integrate with lithium batteries along with solar recharge.
I integrate this data into HA with Grafana and Prometheus for fancy charts etc. They run in Docker containers on a server - do not know if they have HA containers.