Monitor and control your grow operation.


Keywords
agtech, iot
License
MIT-feh
Install
pip install gardnr==0.5.5

Documentation

 #####      #     ######   ######   #     #  ######
#     #    # #    #     #  #     #  ##    #  #     #
#         #   #   #     #  #     #  # #   #  #     #
#  ####  #     #  ######   #     #  #  #  #  ######
#     #  #######  #   #    #     #  #   # #  #   #
#     #  #     #  #    #   #     #  #    ##  #    #
 #####   #     #  #     #  ######   #     #  #     #

Bootstrapper for DIY IoT projects with a focus on horticulture.

Documentation

https://gardnr.readthedocs.io

Drivers

Here are some provided driver modules:

Development

Building Documentation

Documentation is stored in the docs directory in reStructedText and built using Sphinx. To build the documentation HTML pages, run:

$ sphinx-build -b html docs docs/build

To view the built documentation, open a browser to docs/build/index.html in repository.