< Hempy default settings More...
#include <Settings.h>
Data Fields | |
float | StartWeight_B1 |
Target weight for watering: Turn on pump below this weight. | |
float | WateringIncrement_B1 |
(kg/lbs) Amount of water that should be pumped at each watering cycle | |
float | EvaporationTarget_B1 |
(kg/lbs) Amount of water that should evaporate before starting the watering cycles | |
float | DrainTargetWeight_B1 |
(kg/lbs) Amount of water that should go to the waste reservoir after a watering cycle | |
float | MaxWeight_B1 |
Waste reservoir full weight -> Pump gets disabled if reached. | |
uint8_t | PumpSpeed_B1 |
Pump duty cycle to adjust motor speed. | |
uint16_t | PumpTimeOut_B1 |
Waste reservoir full weight -> Pump gets disabled if reached. | |
uint16_t | DrainWaitTime_B1 |
(sec) How long to wait after watering for the water to drain | |
float | StartWeight_B2 |
Target weight for watering: Turn on pump below this weight. | |
float | WateringIncrement_B2 |
(kg/lbs) Amount of water that should be pumped at each watering cycle | |
float | EvaporationTarget_B2 |
(kg/lbs) Amount of water that should evaporate before starting the watering cycles | |
float | DrainTargetWeight_B2 |
(kg/lbs) Amount of water that should go to the waste reservoir after a watering cycle | |
float | MaxWeight_B2 |
Waste reservoir full weight -> Pump gets disabled if reached. | |
uint8_t | PumpSpeed_B2 |
Pump duty cycle to adjust motor speed. | |
uint16_t | PumpTimeOut_B2 |
Waste reservoir full weight -> Pump gets disabled if reached. | |
uint16_t | DrainWaitTime_B2 |
(sec) How long to wait after watering for the water to drain | |
bool | SerialReportDate |
Enable/disable reporting the current time to the Serial output. | |
bool | SerialReportMemory |
Enable/disable reporting the remaining free memory to the Serial output. | |
bool | SerialReportJSONFriendly |
Enable/disable sending Text formatted reports to the Serial output. | |
bool | SerialReportJSON |
Enable/disable sending JSON formatted reports to the Serial output. | |
bool | SerialReportWireless |
Enable/disable sending wireless package exchange reports to the Serial output. | |
< Hempy default settings
Definition at line 136 of file Settings.h.
float Settings::HempyModuleSettings::DrainTargetWeight_B1 |
(kg/lbs) Amount of water that should go to the waste reservoir after a watering cycle
Definition at line 141 of file Settings.h.
float Settings::HempyModuleSettings::DrainTargetWeight_B2 |
(kg/lbs) Amount of water that should go to the waste reservoir after a watering cycle
Definition at line 149 of file Settings.h.
uint16_t Settings::HempyModuleSettings::DrainWaitTime_B1 |
(sec) How long to wait after watering for the water to drain
Definition at line 145 of file Settings.h.
uint16_t Settings::HempyModuleSettings::DrainWaitTime_B2 |
(sec) How long to wait after watering for the water to drain
Definition at line 153 of file Settings.h.
float Settings::HempyModuleSettings::EvaporationTarget_B1 |
(kg/lbs) Amount of water that should evaporate before starting the watering cycles
Definition at line 140 of file Settings.h.
float Settings::HempyModuleSettings::EvaporationTarget_B2 |
(kg/lbs) Amount of water that should evaporate before starting the watering cycles
Definition at line 148 of file Settings.h.
float Settings::HempyModuleSettings::MaxWeight_B1 |
Waste reservoir full weight -> Pump gets disabled if reached.
Definition at line 142 of file Settings.h.
float Settings::HempyModuleSettings::MaxWeight_B2 |
Waste reservoir full weight -> Pump gets disabled if reached.
Definition at line 150 of file Settings.h.
uint8_t Settings::HempyModuleSettings::PumpSpeed_B1 |
Pump duty cycle to adjust motor speed.
Definition at line 143 of file Settings.h.
uint8_t Settings::HempyModuleSettings::PumpSpeed_B2 |
Pump duty cycle to adjust motor speed.
Definition at line 151 of file Settings.h.
uint16_t Settings::HempyModuleSettings::PumpTimeOut_B1 |
Waste reservoir full weight -> Pump gets disabled if reached.
Definition at line 144 of file Settings.h.
uint16_t Settings::HempyModuleSettings::PumpTimeOut_B2 |
Waste reservoir full weight -> Pump gets disabled if reached.
Definition at line 152 of file Settings.h.
bool Settings::HempyModuleSettings::SerialReportDate |
Enable/disable reporting the current time to the Serial output.
Definition at line 46 of file Settings.h.
bool Settings::HempyModuleSettings::SerialReportJSON |
Enable/disable sending JSON formatted reports to the Serial output.
Definition at line 49 of file Settings.h.
bool Settings::HempyModuleSettings::SerialReportJSONFriendly |
Enable/disable sending Text formatted reports to the Serial output.
Definition at line 48 of file Settings.h.
bool Settings::HempyModuleSettings::SerialReportMemory |
Enable/disable reporting the remaining free memory to the Serial output.
Definition at line 47 of file Settings.h.
bool Settings::HempyModuleSettings::SerialReportWireless |
Enable/disable sending wireless package exchange reports to the Serial output.
Definition at line 50 of file Settings.h.
float Settings::HempyModuleSettings::StartWeight_B1 |
Target weight for watering: Turn on pump below this weight.
Definition at line 138 of file Settings.h.
float Settings::HempyModuleSettings::StartWeight_B2 |
Target weight for watering: Turn on pump below this weight.
Definition at line 146 of file Settings.h.
float Settings::HempyModuleSettings::WateringIncrement_B1 |
(kg/lbs) Amount of water that should be pumped at each watering cycle
Definition at line 139 of file Settings.h.
float Settings::HempyModuleSettings::WateringIncrement_B2 |
(kg/lbs) Amount of water that should be pumped at each watering cycle
Definition at line 147 of file Settings.h.