Skip to main content

Micropython routines for automated plant watering and monitoring.

Project description

growmax

Micropython routines for GrowMax plant watering automation boards by OpenSensor.io

Installation

To install the growmax package on a Pico or Pico W, first install the appropriate firmware for Micropython that is for your device.

Ensure that you have Thonny IDE installed; for more information visit: https://thonny.org/

Launch Thonny IDE with your device connected.

Go to Tools -> Manage Packages and search for growmax Install the latest version of growmax.

Now create a new file and save it to your device as main.py In this file invoke the main routine of growmax:

from growmax.routine import main

main() 

Next you need to create your config file.

  • Open the sample config file from the pico device, it is at /lib/growmax/config.py
  • Now save this file to the root of your pico device as config.py
  • Modify any relevant config values to suit your needs for automatic plant watering.

Configuration

  • WATER_SENSOR_LOW_ENABLED Defaults True. Checks the low water level sensor before invoking the pumps. Note: as a safety precaution, when this is disabled the pumps will not turn on to prevent pump burn out.
  • WATER_SENSOR_LOW Defaults 21. Which GPIO port has the Optomax water level sensor for low levels? Supported growmax board ports are 21 and 22

Verification

Test the routine by running the created main.py in Thonny IDE. You should see output in the terminal and the program should not have any errors.

Once you have verified the pico runs the code properly, your device is now plug and play ready.
Simply supply 5V USB voltage by plugging the pico growmax board into a common USB wall wart and the pico will boot the main routine.

Power and Safety

The growmax is designed with the pico power requirements in mind. When modifying the application logic, it is important to realize:

  • Pico max current is ~300 mA; when using the onboard pump ports and mosfets: ensure the pumps you source are 5V and draw less than 200 mA.
  • Should you need to control higher powered pumps and equipment, it is recommended to pair with an I2C relay board for such use cases.
  • The pico operates at 3.3V logic levels, however the pumps and water sensor ports are powered by the 5V VSYS.
  • The water sensor ports are designed for the Optomax liquid sensor and have voltage dividers for an expected 4V -> 3.3V input back to the pico. BSD 3-Clause License

Copyright (c) 2022, opensensor.io

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

growmax-1.1.3.tar.gz (17.3 kB view details)

Uploaded Source

Built Distribution

growmax-1.1.3-py3-none-any.whl (19.6 kB view details)

Uploaded Python 3

File details

Details for the file growmax-1.1.3.tar.gz.

File metadata

  • Download URL: growmax-1.1.3.tar.gz
  • Upload date:
  • Size: 17.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for growmax-1.1.3.tar.gz
Algorithm Hash digest
SHA256 2a642fa6aa604bdb02988b581f21a207336f6e4b3b4a2a6e6a881107a1fb0544
MD5 2a7623dbbf1616d0d3e1529e09e02409
BLAKE2b-256 25bc2b41d96799f45c3055f9ab3f22bc067f704a8c3cd41ef86a8a798a10d556

See more details on using hashes here.

Provenance

File details

Details for the file growmax-1.1.3-py3-none-any.whl.

File metadata

  • Download URL: growmax-1.1.3-py3-none-any.whl
  • Upload date:
  • Size: 19.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for growmax-1.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0bf3ba027452081a4214765fb93c9b7add458e663902a3aa6575aafc7b2d6312
MD5 029aae2989f59531442b3b77db3f88b8
BLAKE2b-256 257777275094cc8eb6189e3f1def1dbf7618506f7de3ddde7f9201b0a3530e2d

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page