I am excited to share my most recent project with all of you. Over the years, many people have spoken about getting support for Smarter Kettle devices on different platforms, and there are even a couple projects that work on older kettles, but so far options for Smarter Kettle 3.0 are pretty limited. That is, it has only been possible to use the paid version of IFTTT to do some limited automation.
I shared an alpha version of this component over on another thread on these forums, but as the component is getting more stable, I decided to start my own thread.
You can find the component here: GitHub - kbirger/ha-smarter-integration: Home Assistant Integration for Smarter IoT Devices
For now, you must add it as a custom repository in HACS, but I will work on getting it added to the default repositories soon.
Currently, the component supports only iKettle 3.0, because it is the only device I own. It can easily be extended to support other devices though. If you have another device, feel free to reach out, and we can work together to include it.
The current version of the component provides the ability to set the kettleâs boil temperature and keep-warm time via number
entities, and allows you to start/stop boiling via a switch
. It also provides sensors for different kettle data points.
Iâm currently testing a version which also provides some services, for doing some more advanced operations. You can find a full roadmap on the github link above.
Enjoy!