Setting it up
Once you’ve got your equipment, setting up GrowRig has two stages: get the software running on your Grow Hub, then walk through the guided setup for your grow space.
Before you start
Section titled “Before you start”You’ll want:
- A Grow Hub running Home Assistant OS (a Raspberry Pi or mini PC is ideal).
- Your climate devices added to Home Assistant. GrowRig builds on Home Assistant’s integrations, so a fan or sensor that Home Assistant can already see is one GrowRig can use. Each supported device links to its Home Assistant integration.
Install Grow Core
Section titled “Install Grow Core”Grow Core runs as a local Home Assistant add-on. It connects to Home Assistant automatically (no tokens to copy) and serves the Grow App in your browser.
- Build the add-on from the platform repository:
Terminal window make addon # builds the binaries for your Hub's architecture - Copy the
addon/growrig/folder onto your Hub’saddonsshare (/addons/growrig/). - In Home Assistant, open Settings → Add-ons → Add-on Store → ⋮ → Check for updates, then install GrowRig — Grow Core from Local add-ons.
The add-on serves the dashboard on host port 8099 by default. For configuration
details, see Configuration in the documentation.
First-time setup
Section titled “First-time setup”With Grow Core running, open the Grow App and set up your grow space. The guided flow mirrors how you actually think about your tent:
- Create your grow space — name it and, if you like, pick your tent model so its air volume is known.
- Add your devices — GrowRig looks at what Home Assistant already knows about and helps you bring in your fans, sensors, light, and plugs.
- Assign roles — tell GrowRig what each device does: this fan is exhaust, this sensor is the main reading, and so on. (See roles.)
- Test your equipment — confirm each fan and switch responds before you rely on it.
- Set your targets — choose the temperature and humidity you want to hold.
- Start automating — GrowRig takes over the minute-to-minute adjustments, and the dashboard shows live readings, fan speeds, and history.
You won’t need to hand-write any Home Assistant automations — assigning roles and targets is all GrowRig needs.
Where to go next
Section titled “Where to go next”- Learn the model behind roles and capabilities in The device model.
- See exactly how Grow Core talks to your devices in Home Assistant integration.
- Keep it safe: Safety & security.