Code Monkey home page Code Monkey logo

housemon's Introduction

HouseMon

Real-time home monitoring and automation.

More info at http://jeelabs.org/tag/housemon/.

Dependency Status

Installation

Note: go to this page for detailed Raspberry Pi setup instructions.

Install Node.js (it has to be version 0.10.x) and redis, then:

$ git clone https://github.com/jcw/housemon.git
$ cd housemon
$ npm install

Make sure Redis is running (this app uses database #1, see local.json):

$ redis-server &

Then launch the app as a Node.js web server:

$ npm start

Now browse to http://localhost:3333/ (this can be changed in local.json).

Documentation

If you want to start exploring the (early) features of HouseMon, keep these
points in mind and check http://jeelabs.org/tag/housemon/ for the latest news:

  • the "logger" triggers on "incoming" events, as emitted by the "rf12demo" briq
  • the "Readings" page needs drivers and mappings from node ID to that driver
  • the "Status" page also needs mappings from node ID's to named locations
  • the "archiver" and "history" briqs use status changes, so get that going first
  • the "Graphs" page only works off history data, and does not yet auto-update

There is some documentation in the docs/ folder, but things do change fast!

Seed use

To use this project as starting point for a fresh SocketStream project:

  • clone this project, then install all the required packages as described above
  • remove everything from the briqs/ directory, except for sandbox.coffee
  • the drivers/ directory can also be removed, since it's HouseMon-specific
  • change project name, author, version, etc. in package.json and local.json

License

MIT

housemon's People

Contributors

jcw avatar jgc avatar

Watchers

jmaenen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.