Gbox 4.20
Grow box automation and monitoring - <a href='https://sites.google.com/site/growboxguy/'>https://sites.google.com/site/growboxguy/</a>
 
Loading...
Searching...
No Matches
Settings::HempyBucketSettings Struct Reference

< HempyBucket default settings More...

#include <Settings.h>

Data Fields

float EvaporationTarget
 
float MaxWeight
 Waste reservoir full weight -> Pump gets disabled if reached.
 
float StartWeight
 (kg/lbs) When the module starts up start watering if Bucket weight is below this. Set to 0 to instantly start watering until DrainTargetWeight is reached.
 
float WateringIncrement
 How much water to pump in one cycle, then wait for DrainWaitTime seconds before either starting a new pump cycle (DrainTargetWeight not reached) or considering the watering done (DrainTargetWeight reached)
 
float DrainTargetWeight
 (kg/lbs) Amount of water that should go to the waste reservoir after a watering cycle
 
uint16_t DrainWaitTime
 (sec) How long to wait after watering for the water to drain
 

Detailed Description

< HempyBucket default settings

Definition at line 54 of file Settings.h.

Field Documentation

◆ DrainTargetWeight

float Settings::HempyBucketSettings::DrainTargetWeight

(kg/lbs) Amount of water that should go to the waste reservoir after a watering cycle

Definition at line 60 of file Settings.h.

◆ DrainWaitTime

uint16_t Settings::HempyBucketSettings::DrainWaitTime

(sec) How long to wait after watering for the water to drain

Definition at line 61 of file Settings.h.

◆ EvaporationTarget

float Settings::HempyBucketSettings::EvaporationTarget

Definition at line 56 of file Settings.h.

◆ MaxWeight

float Settings::HempyBucketSettings::MaxWeight

Waste reservoir full weight -> Pump gets disabled if reached.

Definition at line 57 of file Settings.h.

◆ StartWeight

float Settings::HempyBucketSettings::StartWeight

(kg/lbs) When the module starts up start watering if Bucket weight is below this. Set to 0 to instantly start watering until DrainTargetWeight is reached.

Definition at line 58 of file Settings.h.

◆ WateringIncrement

float Settings::HempyBucketSettings::WateringIncrement

How much water to pump in one cycle, then wait for DrainWaitTime seconds before either starting a new pump cycle (DrainTargetWeight not reached) or considering the watering done (DrainTargetWeight reached)

Definition at line 59 of file Settings.h.


The documentation for this struct was generated from the following file: