The gear a grower can buy today is not one big mysterious machine. It is a kit of simple, cheap parts, each with one clear job, that snap together into a system that does what you want, the way you want it. You do not need to be an engineer. You need to know what each part is for, and that is what this page is.
A kit, not a black box
The old controller box did one job and hid how it did it. Today's parts are open and mix-and-match: pick the pieces your job needs, leave the rest, and add more as you learn. The same handful of parts builds a one-sensor alert for a hobby tent or a coordinated system for a commercial house. The difference is how many you use, not a different kind of thing. Here is the whole kit, by what each part does.
The senses
These are the sensors, and each one measures a single thing and hands back a clean number: air temperature and humidity, light, carbon dioxide, the moisture in the soil or root zone, the pH and strength of your feed water. Most cost very little. The rule from trusting your gauge applies here: a cheap sensor that shows a reliable trend is worth more than an expensive one you never check. Start with the one or two readings that matter most for your crop, not with everything at once. The full menu is in the sensors lesson.
The brain
A small programmable board, the popular one is about the size of a stick of gum, reads the sensors, makes simple decisions from the rules you give it, and can talk over Wi-Fi or a wire. One name you will meet in the build pages is the ESP32, but you do not need to know it yet. What matters is the job: this is the part that turns a pile of separate sensors into a system that notices and responds. When you are ready to wire one up, Build it walks you through it.
The hands
A relay is just a switch the brain can flip. The brain decides, the relay throws the power to the heater, the fan, the pump, the vent motor, or the lights. This is where a decision becomes a real action in the world. Bigger jobs use sturdier switches and motors, but the idea never changes: the brain thinks, the hands do.
The memory
The readings have to land somewhere and stay, or you are back to the needle that forgets. The memory can be a file, a database, or a dashboard's stored history, kept on your own gear or on a service you control. The one rule that matters: the record is yours, and you can pull a full copy and take it with you. That is what data is king means in plain practice. It is not about where the data sits; it is about whether you can get it and move it.
The eyes and the rules
On top of the parts sits the software that makes them useful to a person: a dashboard that shows what is happening at a glance, an alert that reaches your phone when something drifts, and simple rules that can act for you, like cracking the vent if the air passes eighty-five and the sun is up. Watching is monitoring. Acting on what you see is control. Most growers start with watching, learn what normal looks like, and add acting once they trust the readings.
How the parts talk
The parts have to reach each other and reach you. Short runs use a wire. Longer runs use Wi-Fi or a low-power radio. Across the property or off-site, the internet carries it. What lets a sensor and a dashboard understand each other is a shared language, and the one the home-automation world settled on is the one we lean on here, so a grower can ride a large, proven ecosystem instead of inventing one.
That is the whole idea in two sentences. The how, the wires and radios, the messaging, and Home Assistant, goes deep in the connectivity pages. You can read those when you are ready to build, not before.
SCADA, in plain words
The big operations have a name for all of this working together: SCADA. It sounds industrial, and the full version is, but the plain meaning is simple. Sensors report up, a screen shows the whole place at once, alarms fire when something is wrong, and the history is kept. Those are the same four jobs the cheap blocks above already do. So you can build as much or as little of it as your operation needs, or step into the full SCADA discipline for CEA when the stakes are high enough to want it.
It is yours to shape
The reason to build from blocks instead of buying a sealed system is control over your own setup. You decide what it watches, what it handles on its own, what it only warns you about, and what stays entirely in your hands. Start with one sensor and one alert. Grow it as you learn. Add only as much as the job pays for, which is appropriate technology in one move.
And the system never runs the farm by itself. It extends the grower: it watches when you cannot, remembers what you would forget, and does the chores you tell it to. The judgment, what to grow, what to aim for, what a reading really means, stays with the person. The skill is in the grower who shapes the system and reads what it shows.
That is the gear on the shelf today. Where it is heading next, AI and the rest, is the Future page. And when you are ready to actually build, the Fundamentals and Build sections are waiting.
Common questions
What technology do greenhouses use today?
A modern setup is a kit of parts: sensors that measure conditions, a small programmable controller that decides, relays that switch the heater, fans, and pumps, somewhere to store the data, and software for dashboards and alerts, all connected by wires and Wi-Fi.
What sensors are used in controlled environment agriculture?
The common ones measure air temperature and humidity, light, carbon dioxide, soil or root-zone moisture, and the pH and strength of the feed water. Each measures one thing and reports a number you can act on.
What is SCADA in agriculture?
SCADA means sensors report up, a screen shows the whole operation, alarms fire when something is wrong, and the history is kept. It started in industry, but the same four jobs are now buildable from cheap, off-the-shelf parts.
What do I need to automate a greenhouse?
At a minimum: a sensor, a small controller to read it, a relay to switch a device, and somewhere to keep the data. Start with one job you care about, prove it works, and grow the system from there.
Can I build my own greenhouse controller?
Yes. A cheap programmable board, a few sensors, and some relays are enough to start, and you can add to it over time. The build pages walk through wiring and code step by step.
How do greenhouse sensors send their data?
Over a wire for short runs, or Wi-Fi or a low-power radio for longer ones, using a shared messaging language so the dashboard and the sensor understand each other. Across sites, the internet carries it.