Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seriousme/chahasy
GUI for a home automation system
https://github.com/seriousme/chahasy
bootstrap home-automation mqtt nodejs ractivejs
Last synced: 20 days ago
JSON representation
GUI for a home automation system
- Host: GitHub
- URL: https://github.com/seriousme/chahasy
- Owner: seriousme
- Created: 2015-06-14T15:28:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T15:23:44.000Z (over 3 years ago)
- Last Synced: 2024-10-03T08:09:48.140Z (about 1 month ago)
- Topics: bootstrap, home-automation, mqtt, nodejs, ractivejs
- Language: JavaScript
- Size: 302 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chahasy
GUI for a home automation systemExperiment to create a simple GUI for a home automation system using Node.js, MQTT, Bootstrap and Ractive
## Usage
```javascript
node server.js
```Once Aedes is running connect your browser to port 8080 of the Aedes server (e.g.: http://localhost:8080/ if Aedes is running on localhost)
Bootstrap takes automatically care of responsive design as can be seen in the screenshots:
- [wide screen] ( https://raw.githubusercontent.com/seriousme/Chahasy/master/screenshots/chahasy-wide.jpg )
- [narrow screen] ( https://raw.githubusercontent.com/seriousme/Chahasy/master/screenshots/chahasy-narrow.jpg )