Support Us
If you like our work, please consider giving us a tip. Even small donations helps us a lot to keep development going
Buy Me a Coffee at ko-fi.com
Smart Home
Example system that was created on tutorial videos from YouTube channel. It contains all the necessary components, including preconfigured Local Server and GateHub. You can watch all the tutorials here
Setup
1. Download and unzip Smart Home system anywhere
2. Use install.bat script, or run node install.js command from terminal and wait until all components get installed
3. When finished successfully, use start.bat script, or browse into GateHub directory and run npm run start command from terminal (example contains it's own Local Server, so make sure to stop any other Local Server instances before launching)
4. Open User Interface in web browser using link from ServerLink.txt file under LocalServer directory, or type localhost:8080 in browser's address bar