├── README.md ├── Screenshots ├── Screenshot_2016-05-30-15-15-06.png ├── Screenshot_2016-05-30-15-15-20.png ├── Screenshot_2016-05-30-15-15-26.png ├── Screenshot_2016-05-30-15-15-32.png └── Screenshot_2016-05-30-15-15-41.png ├── irrigation.items ├── irrigation.rules ├── irrigation.sitemap ├── irrigation_program.items ├── sprinkler_controller └── sprinkler_controller.ino └── weather.items /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spilota/Openhab-Irrigation/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/Screenshot_2016-05-30-15-15-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spilota/Openhab-Irrigation/HEAD/Screenshots/Screenshot_2016-05-30-15-15-06.png -------------------------------------------------------------------------------- /Screenshots/Screenshot_2016-05-30-15-15-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spilota/Openhab-Irrigation/HEAD/Screenshots/Screenshot_2016-05-30-15-15-20.png -------------------------------------------------------------------------------- /Screenshots/Screenshot_2016-05-30-15-15-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spilota/Openhab-Irrigation/HEAD/Screenshots/Screenshot_2016-05-30-15-15-26.png -------------------------------------------------------------------------------- /Screenshots/Screenshot_2016-05-30-15-15-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spilota/Openhab-Irrigation/HEAD/Screenshots/Screenshot_2016-05-30-15-15-32.png -------------------------------------------------------------------------------- /Screenshots/Screenshot_2016-05-30-15-15-41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spilota/Openhab-Irrigation/HEAD/Screenshots/Screenshot_2016-05-30-15-15-41.png -------------------------------------------------------------------------------- /irrigation.items: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spilota/Openhab-Irrigation/HEAD/irrigation.items -------------------------------------------------------------------------------- /irrigation.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spilota/Openhab-Irrigation/HEAD/irrigation.rules -------------------------------------------------------------------------------- /irrigation.sitemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spilota/Openhab-Irrigation/HEAD/irrigation.sitemap -------------------------------------------------------------------------------- /irrigation_program.items: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spilota/Openhab-Irrigation/HEAD/irrigation_program.items -------------------------------------------------------------------------------- /sprinkler_controller/sprinkler_controller.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spilota/Openhab-Irrigation/HEAD/sprinkler_controller/sprinkler_controller.ino -------------------------------------------------------------------------------- /weather.items: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spilota/Openhab-Irrigation/HEAD/weather.items --------------------------------------------------------------------------------