< 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 | |
< HempyBucket default settings
Definition at line 54 of file Settings.h.
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.
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.
float Settings::HempyBucketSettings::EvaporationTarget |
Definition at line 56 of file Settings.h.
float Settings::HempyBucketSettings::MaxWeight |
Waste reservoir full weight -> Pump gets disabled if reached.
Definition at line 57 of file Settings.h.
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.
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.