5576ddea54
supports using Home Assistant as a UI does not currently support persistence for setting changes (from HA), needs changes to rx-class does not support aborting a run (need changes to scheduler |
||
---|---|---|
dev | ||
src | ||
.eslintrc.js | ||
.gitignore | ||
README.md | ||
example.irrigation.yml | ||
index.js | ||
irrigation.service | ||
nodemon.json | ||
package.json |
README.md
Irrigation Application
This nodejs application uses uci libraries to control a bank of 8 gpios/relays on an SBC. It contains a home assistant websocket client module to allows HomeAssitant to act as a front end for the application.
Configruation is done via a yaml file (irrigation.yml). See src/defaults.js as well.