Skip to content

monitron/jarvis-ha

Repository files navigation

jarvis-ha

This is the home automation software I use personally. It may or may not be of interest to anyone else.

Requirements

  • Node.js Hydrogen LTS (I'm using 18.20.4)

How to run

  • Take a look at the sample config in configuration.yml
  • npm install -g grunt coffeescript
  • npm install
  • grunt
  • coffee run.coffee
  • Visit http://localhost:3000/

How to start with an exploratory REPL

  • coffee
  • coffee> jarvis = require('./lib/jarvis-ha')
  • coffee> server = new jarvis.Server()

About

Nascent home control/automation/IOT convergence package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published