ThingsHub is essentialy a wrapper for bellow listed Total.js apps plus some additional features(packages) specialy usefull for home automation.
- make sure you have Node.js installed (recommended version 8 or higher)
- git clone this repo and cd into the created folder
- install total.js framework using
npm i total.js
- run the install script using
node install.js
Now you can run the app node debug.js
Total.js Apps (packages):
Additional packages:
- Devices - just a page that shows all connected devices(requires a use of the Flow component called
Devices status
) - ...more to come as needed