If you are running HA 2021.6 or later you need to do the change to manifest.json file posted just above your post
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.
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
for those who dont see the integration, clear your browser cache
Iām such a rookie that I donāt know how to just pull the meater directory from the entire HA core repo.
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
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
Tested it as a custom_integration
today and did a cook. Built a quick dashboard that I plan to expand on:
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.