A Home Assistant integration for the Fellow Stagg EKG+ electric kettle. Control and monitor your kettle directly from Home Assistant.
- Control kettle power (on/off)
- Set target temperature
- Monitor current temperature
- Automatic temperature updates
- Bluetooth discovery support
- Make sure you have HACS installed
- Add this repository as a custom repository in HACS:
- Click the menu icon in the top right of HACS
- Select "Custom repositories"
- Add
levi/stagg-ekg-plus
with category "Integration"
- Click "Download" on the Stagg EKG+ integration
- Restart Home Assistant
- Go to Settings -> Devices & Services -> Add Integration
- Search for "Stagg EKG+"
- Follow the configuration steps
- Copy the
custom_components/stagg_ekg
directory to your Home Assistant'scustom_components
directory - Restart Home Assistant
- Go to Settings -> Devices & Services -> Add Integration
- Search for "Stagg EKG+"
- Follow the configuration steps
The integration can be set up in two ways:
- Automatic Discovery: The kettle will be automatically discovered if Bluetooth is enabled in Home Assistant
- Manual Configuration: You can manually add the kettle by providing its MAC address
Once configured, the kettle will appear as a climate entity in Home Assistant. You can:
- Turn the kettle on/off using the climate entity
- Set the target temperature using the temperature slider
- Monitor the current temperature
- See the heating status (heating/idle)
- Home Assistant 2024.1.0 or newer
- Home Assistant Community Store (HACS) for easy installation
- Bluetooth support in your Home Assistant instance
- A Fellow Stagg EKG+ kettle
If you experience connection issues:
- Ensure the kettle is within Bluetooth range of your Home Assistant device
- Check that Bluetooth is enabled and working in Home Assistant
- Verify the MAC address if manually configured
- Check the Home Assistant logs for detailed error messages
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - see LICENSE file for details