CapnBry / HeaterMeter

HeaterMeter and LinkMeter Arduino BBQ Controller
https://tvwbb.com/forums/heatermeter-diy-bbq-controller.85/
MIT License
503 stars 83 forks source link

Idea: Also be able to use the BLE Meater probes #54

Closed frankhommers closed 4 years ago

frankhommers commented 4 years ago

I could possibly help figuring out the BLE protocol for https://meater.com/

CapnBry commented 4 years ago

I have one of these as well, and one of the users on the forums has a ~20 line Python script that can decode the values. However, I'm not going to include the entirety of Python in the firmware image just to run a 20 line script. If it was converted to a standalone executable of <100KB or so I'd be happy to make the changes to the HeaterMeter code to accept getting temperature data fed into it from the outside.

I'm going to close this issue though because I don't see that happening.