“A good brew is like a good friend: reliable, comforting, and occasionally in need of a little maintenance.”
This is a custom integration that brings your coffee brewer into the Home Assistant universe. Because life’s too short for bad coffee and disconnected devices.
Special thanks to Brandon Dixon (9b) for creating the fellow-aiden Python library that laid the groundwork for this integration!
You might also like my Brew.link to Aiden userscript to send Brew.link profiles directly to your Fellow Aiden.
- Real-Time Sensors:
- Sensors for water usage, number of brews, average water per brew and more—because data is beautiful.
- Binary sensors for brewing, lid status, missing water, baskets inserted, etc.
- Device Info: Displays firmware version, hardware elevation (for you mountaintop dwellers), Wi-Fi and Bluetooth addresses, plus a witty sense of connectedness.
- Brew Profiles: Create, list, and delete brew profiles from Home Assistant. No more rummaging for the perfect ratio at dawn.
Choose one of the following methods to install the Fellow Aiden integration:
Prerequisites:
- Home Assistant and HACS (Home Assistant Community Store) installed. HACS Installation Guide
Steps:
-
Add the Repository to HACS
- Open Home Assistant and go to Settings > Devices & Services.
- Click on HACS in the sidebar.
- Navigate to the Integrations tab.
- Click the three-dot menu (⋮) and select "Add Repository".
- Enter the repository URL:
https://github.com/NewsGuyTor/FellowAiden-HomeAssistant/
- Choose "Integration" as the category and click "Add".
-
Install the Integration
- In HACS, go to the Integrations tab.
- Click the "+" (Add) button.
- Search for "Fellow Aiden" and select it.
- Click "Install".
-
Configure the Integration
- Restart Home Assistant.
- After restarting, navigate to Settings > Devices & Services.
- Click "Add Integration", find "Fellow Aiden", and follow the prompts to log in with your brewer account credentials.
Steps:
-
Download or Clone the Repository
cd /config/custom_components git clone https://github.com/NewsGuyTor/FellowAiden-HomeAssistant.git fellow_aiden
- Ensure the folder is named exactly
fellow_aiden
.
- Ensure the folder is named exactly
-
Restart Home Assistant
- This allows Home Assistant to detect the new integration.
-
Add the Integration
- Go to Settings > Devices & Services.
- Click "Add Integration", search for "Fellow Aiden", and follow the prompts to log in with your brewer account credentials.
-
Credentials
- Enter your email and password for the Fellow Aiden account.
- Home Assistant saves these securely in its config entry.
-
Polling Interval
- The integration polls your device every 1 minute by default.
- If your brewer starts complaining about the daily grind, consider adjusting the interval in the options flow (if implemented).
-
Optional Services
- You’ll see Create Brew Profile and Delete Brew Profile services that let you manage your brewer from automations or the Developer Tools.
fellow_aiden.create_profile
: Takes a JSON with brew settings (ratio, bloom, pulses, etc.) and creates a new profile in the brewer.fellow_aiden.delete_profile
: Remove that ill-fated experimental profile from existence.
- It says “Device not found.”
- Make sure you actually have a Fellow Aiden brewer configured with the same account. That helps.
- I see “unknown” for some sensors.
- Possibly the brewer hasn’t updated yet or the sensor values are missing from the device’s API. Wait a minute or two (literally).
- My baskets are showing up as On/Off—why not “Home”/”Away?”
- Because baskets aren’t known for packing suitcases, we changed the device class to
None
. They’re either inserted (On) or not (Off).
- Because baskets aren’t known for packing suitcases, we changed the device class to
- Issues: Spot a bug, have a feature request, or can’t resist a coffee pun? Open an issue.
- PRs: Fork, code, and send a pull request. We welcome improvements—just keep code style and good taste in brew puns consistent.
- Local Testing: If you break something, revert changes or blame the brew cycle. Either is acceptable.
This project is released under the GPL-3.0 license. Use it, change it, share it—just don’t blame us if your coffee cravings skyrocket.
Enjoy your now-connected coffee brewer, and may your mornings be bright, your lid properly closed, and your water tank never empty.