This project assumes Python 2.7
# Install deps
pip install -r requirements-dev.txt
# Setup venv (if one doesn't exist)
virtualenv venv
The seasonal of 100% is set to 1.5" of watering.
The following is assumed rate: Rotor: .5" per 60 minutes Fan : .5" per 20 minutes
At 1.5" of watering it takes 10 hours to cycle through the yard (assuming no watering of the beds).
# Start Dependencies
docker-compose up
# Run from scripts dir
cd scripts
# Init database
python dynamo_create.py
# "Ask MyLawn how much water do I need?"
python run-alexa.py --file sample/get_water_guide.json
# "Set my zip code"
python run-alexa.py --file sample/set_station_from_zip.json
# "Ask again"
python run-alexa.py --file sample/get_water_guide.json
pyb