On June 26th, Aerogarden launched their new Android and iOS app, replacing the old app. This came with the consiquence of a new backend API, replacing the old API that this integration used to gather information for Home Assistant. While the old API is still functioning, its returning stale data from the time that Aerogarden swapped over to the new system.
In October 2024, Aerogarden announced they would be shutting down operations.
With the old functionality broken, and the likelyhood that any new functionality would be non-operational after January 2025, this HACS integration is now archived. Thanks to anyone that installed and found it useful :)
Thanks,
Dalinicus
This is a custom component for Home Assistant that adds support for the Miracle Grow AeroGarden Wi-fi hydroponic gardens.
Overhaul of work done by jacobdonenfeld who picked up the torch from ksheumaker who was inspired by a forum post by epotex. Utilizes the non-public Aerogarden API to read and write information for gardens added to a user's Aerogarden account.
A device will be created for each Aerogarden registered in a user's Aerogarden account. A device has the following sensors associated with it:
- Light -
On
if garden light is on;Off
otherwise - Needs Nutrients -
Problem
if garden needs nutrients;OK
otherwise - Needs Water -
Problem
if garden needs water;OK
otherwise - Pump -
Running
if garden pump is running;Not running
otherwise
- Nutrient Days - Days left in the configured nutrient cycle.
- Planted Days - Days since the garden was initially planted.
- Water Level - Current state of the reservoir level;
Full
,Medium
, orLow
- Harvest Wi-fi
- Bounty
Other models are expected to work. Actively interested in users with a multi-garden setup to test code paths I cannot with my single-garden setup.
This integration is made available through the Home Assistant Community Store default feed. Simply search for "Aerogarden" and install it directly from HACS.
Please see the official HACS documentation for information on how to install and use HACS.
Copy custom_components/aerogarden
into your Home Assistant $HA_HOME/config
directory, then restart Home Assistant
Add an integration entry as normal from integration section of the home assistant settings. You'll need the following configuration items
- Email: The e-mail registered with your Aerogarden account.
- Password: The password for this account.
After adding an integration entry, the following additional configurations can be modified via the configuration options dialog.
- Polling Interval (Seconds): The time between update calls to the Aerogarden API. Minimum allowed polling interval is 30 seconds.
- Update Password: When provided, updates the password used to connect to your Aerogarden account. Requires Home Assistant restart.
This integration uses a non-public API to fetch information; the same API that is used by Aerogarden devices. This API has had a number of outages this last year, which leads to issues using this integration. Please make sure this status badge is reporting green before opening any issues, as a red status would indicate problems with the API and not the Integration