Sotolotl / meater-python

Python wrapper for the Apption Labs Meater cooking probe using v1 of their public API.
Apache License 2.0
8 stars 2 forks source link

Nice work! #5

Open tmjo opened 3 years ago

tmjo commented 3 years ago

Hi @Sotolotl,

Thanks for your effort on making this API. I just received my Meater Block and started to play around with it and the API. I would be more than happy to contribute if you need any assistance and/or testing.

While playing around, I got inspired to do some modifications to the code. I don't want to appear intrusive here, but if you want to have a look it is posted on a branch of my fork. I think some parts of the code could be simplified a bit, and I also added a main file to easily run it from CLI during testing for instance like this: python -m meater -u USERNAME -p PASSWORD -l 30 which will loop the measurements for the interval specified by -l

Take a look if you want, I can make a PR if you're interested. Or I can contribute in other ways if you wish. Looking forward to the HA integration too, I'm running your proposal as a custom integration already! Perhaps making it available on HACS would be an idea if the official work takes too long?

Cheers and happy grilling!