A firmware interface for Arduino™ (but easily portable) for domotic application.
Go to file
giuliof 0bc765b82e [python] Missing int conversion 2019-08-19 17:19:05 +02:00
dg-arduino [uC] New clima management 2019-06-26 23:08:16 +02:00
script [python BE] moved DomoticGateway.py to web 2019-08-17 10:49:07 +02:00
web [python] Missing int conversion 2019-08-19 17:19:05 +02:00
.gitignore Initial commit 2018-10-19 23:52:29 +02:00
LICENSE Initial commit 2018-10-19 23:52:29 +02:00
README.md [docs] ToDo 2019-08-17 00:22:52 +02:00

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).