https://github.com/molda/thingshub
Application for Internet of Things and Home Automation based on Total.js framework
https://github.com/molda/thingshub
dashboard devices home-automation iot visual-programming
Last synced: about 1 month ago
JSON representation
Application for Internet of Things and Home Automation based on Total.js framework
- Host: GitHub
- URL: https://github.com/molda/thingshub
- Owner: molda
- License: mit
- Created: 2017-12-25T16:54:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T08:14:23.000Z (almost 6 years ago)
- Last Synced: 2025-03-11T11:12:03.353Z (about 2 months ago)
- Topics: dashboard, devices, home-automation, iot, visual-programming
- Language: JavaScript
- Homepage:
- Size: 1.7 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ThingsHub
ThingsHub is essentialy a wrapper for bellow listed Total.js apps plus some additional features(packages) specialy usefull for home automation.
## To run the app, there's a few things that need to be done first:
- 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):
- [Flow](https://www.totaljs.com/flow/)
- [FlowBoard](https://www.totaljs.com/flowboard/)
- [DashBoard](https://www.totaljs.com/dashboard/)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

