0bc765b82e | ||
---|---|---|
dg-arduino | ||
script | ||
web | ||
.gitignore | ||
LICENSE | ||
README.md |
README.md
domotic-gateway
A firmware interface for Arduino™ (but easily portable) for domotic application.
WARNING - Testing branch, do not use for daily appications. This branch will be destroyed once merged with main
Possible stucture
web
folder should be linked to webserver document root directory (TODO .htaccess).dispatcher.py
will accept web requests (TODO .htpasswd or other authorization methods).
scripts
will contain code for the automation (invoked by cron), like:log-temperatures.py
to push local ambient paramenters and server statistics into database, then plot the data;autoclima.py
to turn on the clima if necessary (missing).