growhat


Namegrowhat JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://www.pimoroni.com
SummaryGrow HAT Mini. A plant valet add-on for the Raspberry Pi
upload_time2024-01-25 19:17:55
maintainer
docs_urlNone
authorPhilip Howard, Paul Beech
requires_python>=3
licenseMIT
keywords raspberry pi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Grow HAT Mini

Designed as a tiny valet for your plants, Grow HAT mini will monitor the soil moiture for up to 3 plants, water them with tiny pumps, and show you their health on its small but informative screen. Learn more - https://shop.pimoroni.com/products/grow

[![Build Status](https://travis-ci.com/pimoroni/enviroplus-python.svg?branch=master)](https://travis-ci.com/pimoroni/grow-python)
[![Coverage Status](https://coveralls.io/repos/github/pimoroni/grow-python/badge.svg?branch=master)](https://coveralls.io/github/pimoroni/grow-python?branch=master)
[![PyPi Package](https://img.shields.io/pypi/v/enviroplus.svg)](https://pypi.python.org/pypi/growhat)
[![Python Versions](https://img.shields.io/pypi/pyversions/enviroplus.svg)](https://pypi.python.org/pypi/growhat)

# Installing

You're best using the "One-line" install method.

## One-line (Installs from GitHub)

```
curl -sSL https://get.pimoroni.com/grow | bash
```

**Note** report issues with one-line installer here: https://github.com/pimoroni/get

## Or... Install and configure dependencies from GitHub:

* `git clone https://github.com/pimoroni/grow-python`
* `cd grow-python`
* `sudo ./install.sh`

**Note** Raspbian Lite users may first need to install git: `sudo apt install git`

## Or... Install from PyPi and configure manually:

* Install dependencies:

```
sudo apt install python3-setuptools python3-pip python3-yaml python3-smbus python3-pil python3-spidev python3-rpi.gpio
```

* Run `sudo pip3 install growhat`

**Note** this wont perform any of the required configuration changes on your Pi, you may additionally need to:

* Enable i2c: `sudo raspi-config nonint do_i2c 0`
* Enable SPI: `sudo raspi-config nonint do_spi 0`
* Add the following to `/boot/config.txt`: `dtoverlay=spi0-cs,cs0_pin=14`

## Monitoring

You should read the following to get up and running with our monitoring script:

* [Using and configuring monitor.py](examples/README.md)
* [Setting up monitor.py as a service](service/README.md)

## Help & Support

* GPIO Pinout - https://pinout.xyz/pinout/grow_hat_mini
* Support forums - http://forums.pimoroni.com/c/support
* Discord - https://discord.gg/hr93ByC

# Changelog
0.0.3
-----

* Pin dependences to pre-Bookworm migration

0.0.2
-----

* Add mutually exclusive locking to pumps to avoid brownout running multiple pumps at once

0.0.1
-----

* Initial Release

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.pimoroni.com",
    "name": "growhat",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "Raspberry Pi",
    "author": "Philip Howard, Paul Beech",
    "author_email": "phil@pimoroni.com",
    "download_url": "https://files.pythonhosted.org/packages/43/19/07d81e7215a6ba4cfcd07ab3758f5069c3e7a96566eca3c07b6b399844bc/growhat-0.0.3.tar.gz",
    "platform": null,
    "description": "# Grow HAT Mini\n\nDesigned as a tiny valet for your plants, Grow HAT mini will monitor the soil moiture for up to 3 plants, water them with tiny pumps, and show you their health on its small but informative screen. Learn more - https://shop.pimoroni.com/products/grow\n\n[![Build Status](https://travis-ci.com/pimoroni/enviroplus-python.svg?branch=master)](https://travis-ci.com/pimoroni/grow-python)\n[![Coverage Status](https://coveralls.io/repos/github/pimoroni/grow-python/badge.svg?branch=master)](https://coveralls.io/github/pimoroni/grow-python?branch=master)\n[![PyPi Package](https://img.shields.io/pypi/v/enviroplus.svg)](https://pypi.python.org/pypi/growhat)\n[![Python Versions](https://img.shields.io/pypi/pyversions/enviroplus.svg)](https://pypi.python.org/pypi/growhat)\n\n# Installing\n\nYou're best using the \"One-line\" install method.\n\n## One-line (Installs from GitHub)\n\n```\ncurl -sSL https://get.pimoroni.com/grow | bash\n```\n\n**Note** report issues with one-line installer here: https://github.com/pimoroni/get\n\n## Or... Install and configure dependencies from GitHub:\n\n* `git clone https://github.com/pimoroni/grow-python`\n* `cd grow-python`\n* `sudo ./install.sh`\n\n**Note** Raspbian Lite users may first need to install git: `sudo apt install git`\n\n## Or... Install from PyPi and configure manually:\n\n* Install dependencies:\n\n```\nsudo apt install python3-setuptools python3-pip python3-yaml python3-smbus python3-pil python3-spidev python3-rpi.gpio\n```\n\n* Run `sudo pip3 install growhat`\n\n**Note** this wont perform any of the required configuration changes on your Pi, you may additionally need to:\n\n* Enable i2c: `sudo raspi-config nonint do_i2c 0`\n* Enable SPI: `sudo raspi-config nonint do_spi 0`\n* Add the following to `/boot/config.txt`: `dtoverlay=spi0-cs,cs0_pin=14`\n\n## Monitoring\n\nYou should read the following to get up and running with our monitoring script:\n\n* [Using and configuring monitor.py](examples/README.md)\n* [Setting up monitor.py as a service](service/README.md)\n\n## Help & Support\n\n* GPIO Pinout - https://pinout.xyz/pinout/grow_hat_mini\n* Support forums - http://forums.pimoroni.com/c/support\n* Discord - https://discord.gg/hr93ByC\n\n# Changelog\n0.0.3\n-----\n\n* Pin dependences to pre-Bookworm migration\n\n0.0.2\n-----\n\n* Add mutually exclusive locking to pumps to avoid brownout running multiple pumps at once\n\n0.0.1\n-----\n\n* Initial Release\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Grow HAT Mini. A plant valet add-on for the Raspberry Pi",
    "version": "0.0.3",
    "project_urls": {
        "GitHub": "https://www.github.com/pimoroni/grow-python",
        "Homepage": "https://www.pimoroni.com"
    },
    "split_keywords": [
        "raspberry",
        "pi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c30e964e4a74e7fd2c8f539c7325b36cdfc77324b540b075165b8bce799d3762",
                "md5": "cc69766403bcf840d0ffcd3511457e79",
                "sha256": "fe957387c93ede8cb5ca6d258cc91f08a9f7ee2fc2ee94f3b6e96edd8f36ef14"
            },
            "downloads": -1,
            "filename": "growhat-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cc69766403bcf840d0ffcd3511457e79",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 6676,
            "upload_time": "2024-01-25T19:17:54",
            "upload_time_iso_8601": "2024-01-25T19:17:54.256503Z",
            "url": "https://files.pythonhosted.org/packages/c3/0e/964e4a74e7fd2c8f539c7325b36cdfc77324b540b075165b8bce799d3762/growhat-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "431907d81e7215a6ba4cfcd07ab3758f5069c3e7a96566eca3c07b6b399844bc",
                "md5": "ecebc7e2d504e2b8a21b303a67654e9d",
                "sha256": "2ea6a6a29f3f273e65b28a8cfb65b8b959420f99f0596cd27ee93b406837bbd1"
            },
            "downloads": -1,
            "filename": "growhat-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "ecebc7e2d504e2b8a21b303a67654e9d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 6699,
            "upload_time": "2024-01-25T19:17:55",
            "upload_time_iso_8601": "2024-01-25T19:17:55.862610Z",
            "url": "https://files.pythonhosted.org/packages/43/19/07d81e7215a6ba4cfcd07ab3758f5069c3e7a96566eca3c07b6b399844bc/growhat-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-25 19:17:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pimoroni",
    "github_project": "grow-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "growhat"
}
        
Elapsed time: 0.17677s