This is the home automation software I use personally. It may or may not be of interest to anyone else.
- Node.js Hydrogen LTS (I'm using 18.20.4)
- 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/
coffee
coffee> jarvis = require('./lib/jarvis-ha')
coffee> server = new jarvis.Server()