Simple home automation. Yet, complete appliances management.
- Clone this repository
git clone https://github.com/lucasvinals/uDomo
- cd to this directory and execute in a console: bash ./server/tools/prepareSystem.sh
- Execute one of the following:
- yarn run local (with HMR)
- yarn run development (with a cloud based databse)
- yarn run production (with uglify, tree shaking, etc)
- [Server] Change old console logs for a more robust framework like Winston or Bunyan
- [Client] Geolocation service
- [Server] Cache (cachegoose) for caching common finds
- [Server] Implement Nginx reverse proxy
- [Client] Angular-Translate
- [Client] [Server] Scenes ABM
- [Client] Scenes Activation
- [Server][DONE] HTTPS server instead of NET module. Verify if ESP8266 support wss!
- [Device] Auto-discover server IP based on it's MAC.
Create the "data/db" directory with
mkdir -p /data/db
. Restart.
I'm Lucas Viñals, a guy who loves the combination of electronics and software. Feel free to contact me at "[email protected]" with any doubt you had or improvement!