Meater thermometer

If you are running HA 2021.6 or later you need to do the change to manifest.json file posted just above your post :slight_smile:

thanks, I had done that but for some reason the integration only showed up after restarting HA a few times as mentioned above, weird

@Sotolotl Any updates on this integration? From what it looks it will not be included in 2021.9 either. Do you have any other branch that includes more sensors or is Internal and Ambient still the only sensors that are exposed?
Many thanks and best regards.

See my comment above. You can swap out the sensor.py file in my repo with the one youā€™re currently running. It has all the cook data, just waiting on the initial commit to be accepted before adding the rest.

1 Like

Thank you, I actually did try your sensor.py a couple of months ago but it did not work for me. Since I did not have the time to investigate back then I simply restored the original file. Now your sensor.py works without any issues, so maybe the API was down when I tried or something else. I have no logs and unfortunately I donĀ“t remember the error message.
Many thanks for your nice work :smiley:

1 Like

for those who dont see the integration, clear your browser cache

1 Like

Iā€™m such a rookie that I donā€™t know how to just pull the meater directory from the entire HA core repo. :rofl:

Git doesnā€™t make this easy, in your defense. I had to cobble together a somewhat whak Git command that I didnā€™t even bother keeping. At the end of the day you can always just pull the entire thing and copy the folder out :shrug:

Hi guys, Iā€™ve been following this thread and am brand new to HA. Firstly thanks for all the great work with this. Iā€™ve been able to setup the integration, however I didnā€™t spot the traffic flow. My use case was to use HA running on a PI4 in place of the wifi so I could monitor my cook away from my house. Is there a way to do this, and if not what benefits are you guys getting from the integration?

Just wanted to drop by and say thank you for this. Love that it doesnā€™t rely on the cloud and provides all the information necessary. Running in a docker container and created my own cook status that automatically shows on panel outdoors by my grill. Fantastic.

Sorry for being a total Noob
Where is the Manifest file located? I cannot find it within the meater intergration folder

Create a file named manifest.json with the contents in this post: Meater thermometer - #163 by rodak

1 Like

Looks like this is getting ready for integration to HA. Hopefully it will be in 2022.5.
Add Meater integration by Sotolotl Ā· Pull Request #44929 Ā· home-assistant/core Ā· GitHub :slight_smile:

2 Likes

Tested it as a custom_integration today and did a cook. Built a quick dashboard that I plan to expand on:

3 Likes

What graphs are you using? Looks nice especially for Meater. Thanks!

Apex Charts

Thanks for the reply. I have it working now as a custom_component. How did you add in the target temperature? The current integration is not pulling through the cook or target temps on my system

I just added some input_number entities and set it manually in the HA UI. I use this temp for the graph and also my automations.

can someone do a video I can follow to get meater working? I have the meater+ with 2 probes.

The integration will be in Home Assistant 2022.5 thatā€™s scheduled for release on Wednesday. Once you update to 2022.5 you can add the integration natively in HA.

2 Likes