History
Current version
3/8/2026, 10:05:54 PM
Imported from wiki
by tmascroft · 3/8/2026, 9:31:03 PM
Imported from wiki
by tmascroft · 3/8/2026, 9:31:03 PM
Automated Hydroponics
# Automated Hydroponics
> **Deprecated:** 0.2.2620.12570
## Kit (Automated Hydroponics)
:::infobox
| Property | Value |
|----------|-------|
| Stacks | 5 |

:::
## Automated Hydroponics
:::infobox
| Property | Value |
|----------|-------|
| Placed With | [Kit (Automated Hydroponics)](/wiki/kit-automated-hydroponics) |
| Placed On | Small Grid |

:::
### Deconstruction Steps
| Step | Tool | Recovered Item |
|---|---|---|
| 1 | [Hand Drill](/wiki/hand-drill) | [Kit (Automated Hydroponics)](/wiki/kit-automated-hydroponics) |
Note: The Automated Hydroponics was removed from the survival mode in patch 0.2.2620.12570. Available in [Creative Mode](/wiki/creative-mode) only via the spawn menu ('/' key by default).
Automated Hydroponics is used to grow crops.
- It has 3 control buttons:
- Plant (plant crop seed from Input Chute)
- Clear / Harvest (delete crop / Harvest crop and place it to Output chute)
- Power ON / OFF (this also often kill crop because of lack of growlight)
- It has only one growing slot.
- Takes up a 2x2 area.
- It includes a grow light, which can grow crops without sunlight, but requires 100 W of power.
- It is airtight.
- Temperature of the input atmosphere must be within the acceptable range for growing crops.
## Connections
| | Usage |
|---|---|
| **Wire** | **Power,
Data** |
| **Pipe** | **Liquid ([Water](/wiki/water),
Atmosphere ([CO2](/wiki/carbon-dioxide))** |
| **Chutes** | **In,
Out** |
## Data Network
| Parameter Name | Data Type | Description |
|---|---|---|
| Lock | Boolean | Locks the device for player interaction when set to 1. Unlocks it, when set to 0. |
| Harvest | Boolean | Harvests the plant, clearing it's content. If a mature plant is inside, sends it to the export |
| ClearMemory | Boolean | reset *ImportCount* & *ExportCount* |
| Setting | Integer | |
| Plant | Boolean | Starts growing the plant from the import |
| Open | Boolean | non-functional inherited variable |
| On | Boolean | Turns the device on, when set >= 1. Turns it off, when set to <1. |
| Output Name | Data Type | Description |
|---|---|---|
| Maximum | Integer | Default: 100 |
| Lock | Boolean | Reads if the device is locked. |
| ImportCount | Integer | Amount of items in the inlet chute |
| ExportCount | Integer | Amount of items in the outlet chute |
| Error | Boolean | Returns whether the device is flashing an error. (0 for no, 1 for yes). |
| Activate | Integer | 0 Is idle (Growth). 1 Planting a seed. 2 Harvesting the plant. |
| Temperature | Float | Internal atmosphere temperature |
| Setting | Integer | ?? |
| RequiredPower | Integer | Returns the current amount of power, required by the device, in watts. |
| RatioWater | Float | Internal atmosphere while growing plants |
| RatioVolatiles | Float | Internal atmosphere while growing plants |
| RatioPollutant | Float | Internal atmosphere while growing plants |
| RatioOxygen | Float | Internal atmosphere while growing plants |
| RatioNitrousOxide | Float | Internal atmosphere while growing plants |
| RatioNitrogen | Float | Internal atmosphere while growing plants |
| RatioCarbonDioxide | Float | Internal atmosphere while growing plants |
| Ratio | Float | ? |
| Pressure | Float | Internal atmosphere pressure, as provided by the atmosphere pipe |
| PrefabHash | Integer | Return device [ItemHash](/wiki/itemhash) of itself |
| Power | Boolean | Returns whether the device is turned on and receives power. (0 for no, 1 for yes). |
| Open | Boolean | non-functional inherited variable |
| On | Boolean | Returns whether the device is turned on. (0 for no, 1 for yes) |
### Data Slots
These are all parameters, that can be read with a [Slot Reader](/wiki/kit-logic-io#slot-reader). The outputs are listed in the order a Slots Reader's "VAR" setting cycles through them.
| Number || Name | Description |
|---|---|
| 0 | Plant(Slot1) |
| 1 | Export |
| 2 | Import |
| Name | Data Type | Description |
|---|---|---|
| MaxQuantity | Integer | |
| Mature | Integer | 1 when the plant is ready to be harvested, 0 when Is growing, -1 when empty |
| Health | Integer | The plant takes damage when it does not like it's environment |
| Growth | Integer | Growthstage of plant *max growthstage can differ per plant* |
| Efficiency | Integer | How good you are meeting the plants demands in percentages |
| Damage | Integer | Health status in percentages |
| Class | Integer | Item class ID |
| Quantity | Integer | Size of stack |
| PrefabHash | Integer | Returns [ItemHash](/wiki/itemhash) of item in slot |
| Occupied | Boolean | Returns whether the slot occupied |
| OccupantHash | Integer | Returns [ItemHash](/wiki/itemhash) of item in slot |
## See also
- [Guide (Farming)](/wiki/guide-farming)
- [Harvie](/wiki/harvie)