You should have the “outside/Pulse2000/heating_element” as well. It has two temperature zones ( on the pulse 2000 itself you can see only one) the output is like this ‘025 032 000 000’. The first three numbers are for the first zone, the second three numbers are for the second zone. I don’t know what the last numbers are for.
I’m also interested. I believe this may be possible with Bluetooth Proxy in the future as in the Home Assistant 2022.9 release notes it mentions that for the time being the proxy works for passive connections only, and it looks like the iGrill probes need an active connection, which will be supported in the future.
I might be wrong though as I’m not an expert, hopefully someone else can comment.
How are people handling the issue when bluetooth goes down? As an example, right now I have my igrill sensor probes shut off as well as the Pi, yet the states still have the last temperature reading. This is very deceiving when doing a cook, and the bluetooth loses connectivity and I am viewing old temperature’s. How is everyone dealing with this? Thanks
I figured out how to do i. I added a an expire_after value in seconds. Seems to have done the trick so after 5 minutes of no mqtt the state changes to unavailable.
I can confirm it works with the v2. The one thing I see is that it sends the readings with a celcius symbol even though my igrill is set to fahrenheit and my reading are in fahrenheit. Given that my HA instance is set to imperial it thinks it needs to convert the reading to fahrenheit for me, which it doesn’t, since they already are in that scale. Any way to make that a config? I just have the one probe plugged in for this example, and it is not quite that warm in my study
That did the trick. Works perfectly!!! Thank you for all your work on this over the years. I continue to use it frequently with my Traeger. While I have updated my Traeger I am still using my trusty igrill v2. Given the debacle Traeger had with their app on Thanksgiving where you could not log in, the igrill and this integration saved my turkey.
Tried it with v3 iGrill. Loosing connection very often. Got one reading and then lost connection again. After several attempts to reconnect, I get another reading. But with very strange measurements. 6534,00 C
I just fixed a bug where the unplugged probes could get weird values. If you got the 6534,00 C value on the ones that did not have a probe, this might have been the issue.
The fix is on the main branch. I have a couple of other bugs to fix before I make a release.
I have connected the 202 version to the ESP implementation and that is working. Thank you very much!
On first and second try, it was not working. Then I connected back to the weber app, disabled Bluetooth on my phone and then tried to connect it to the ESP32 and that worked. Now every time I start the thermometer it connects to the EPS32 without problems.