Running the code
A step by step guide explaining how to use the software
Last updated
A step by step guide explaining how to use the software
Last updated
AutoGro runs as the Pi user (default user for Raspberry Pi installs). We recommend you leave your machine named Pi.
Basic AutoGro configuration can be done by changing constants at the top of AGconfig.py. Each constant is documented within the source code. There are additional configurations such as the amount of time between water cycles, how long each cycle runs, and more. Below is a screenshot of the config file where you can adjust the settings to your needs.
AutoGro must be restarted to pick up changes to AGconfig.py
If you already ran the installer, AutoGro will have started automatically via rc.local and various scripts.
Since AutoGro is restarted automatically when it is killed or crashes, special actions must be taken to turn AutoGro off for diagnostics or research.
----------------------------------------------------------------------------------------------------
Your Pi will make the changes and reboot the system. There should only be one instance of AutoGro running. If you see more than 1 instance, follow the stop scripts instructions.
Warning: AutoGro has no protection from multiple copies running at one time. Unpredictable results will occur if more than one copy is running.