1mckenna / esp32_iGrill

ESP32 iGrill BLE Client
MIT License
47 stars 14 forks source link

Allow to set threshold on iGrillv3 #40

Open IceBotYT opened 5 months ago

IceBotYT commented 5 months ago

Hi there.

With the Weber iGrill app, I could set a temperature I want to alert at and I would receive a notification and the iGrill would beep at that temperature. I can recreate the notification with Home Assistant, but how do I have the iGrill beep at the set temperature?

Other than that, it works great! Thank you for your work on this!

IceBotYT commented 5 months ago

I see you have found the characteristics for the thresholds, yet they are not implemented yet. Is there any way I could assist in getting this implemented? https://github.com/1mckenna/esp32_iGrill/blob/main/esp32_iGrill.ino#L158

IceBotYT commented 5 months ago

I have now created a fork with the possible functionality of it. It is available here

Some known issues:

IceBotYT commented 5 months ago

If anyone could help me fix these issues, that would be greatly appreciated!!