Automation software for controlling cameras, dead bolts, garage openers, lights, thermostats, media, glass break, and sends alerts via text message. Camera and files are proxied out the port you set with -p [port]. Forward that port in your routers settings to gain access to files and camera using remote tokens
- angularjs frontend (open-automation.org)
- nodejs and php on the backend
- websocket relay server to communicate behind firewalls and routers (https://github.com/physiii/node-relay)
- z-wave compatible (https://github.com/OpenZWave)
- text alerts
- motion (http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome)
- files (https://github.com/efeiefei/node-file-manager)
- thermostat (http://www.radiothermostat.com/)
- android (https://github.com/physiii/beacon)
======= #installation ##install node 4.x from source
- wget https://nodejs.org/dist/v4.2.6/node-v4.2.6.tar.gz && tar -zxvf node-v4.2.6.tar.gz && cd node-v4.2.6 && ./configure && make && sudo make install
- git clone https://github.com/physiii/home-gateway.git && cd home-gateway && sh install.sh
