Greenhouse Alerter is a Python application to monitor the temperature of a SensorPush sensor and turn a smart switch on and off to control fans based on configurable temperature thresholds.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need Python and pip installed on your system. You can download Python from here and pip is included in Python 3.4 and later versions.
-
Clone the repository:
git clone https://github.com/gallimorej/greenhouse-alerter.git -
Navigate to the project directory:
cd greenhouse-alerter -
Install the required dependencies:
pip install -r requirements.txt
[TODO] Provide instructions on how to use your project. Include code examples if applicable.
[TODO] Explain how to run the automated tests for this system.
This project is licensed under the MIT License - see the LICENSE.md file for details