I`ve been struggling with this for a while now and hopefully there are someone here with better coding skills than I that are interested in BBQ.
I have a Maverick ET-732 Thermometer and according to this repository you should be able to extract the temperature using python: https://github.com/BjoernSch/MaverickBBQ
It would be awesome to read the temperature in HASS from my smoker during a low & slow…
But I can´t get it to work.
I hooked up a RXB6 following @brusc tutorial and I can see that it register codes from a remote. But running the script above just gives me gibberish in debug and nothing in normal mode.
My initial plan was to send the temperature to HASS using MQTT but a HASS component for the Maverick would be even nicer.
But for now a confirmation that the above script is actually working would be great.
So, if there is anyone with a Maverick, can you please try it out?
I know this is a very old thread, however using a esp32 with BLE and esphome, I was able to get the data from the Maverick et735. below is the yaml i used. Note that the uuid’s you will need to get using a phone app or similar to work them out for your own device as these may change. The app I used was called BLE Scanner on Android.
The Battery Sensor on mine does not seem to change at all but left it in there anyways.
Also, I added both F and C calculations, just rename the return rows to the value you want and also the Sensors unit_of_measurement to reflect the output.