Skip to content

Communicate with a vera-lite mios mi casa verde api to control home automation

License

Notifications You must be signed in to change notification settings

rguerra712/mios-vera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mios-vera

Communicate with a vera-lite mios mi casa verde api to control home automation

Usage

  1. Install the npm package npm install mios-vera
  2. If you know what range of ports your vera device is running, add it to the environment variable MIOS_VERA_IP_RANGE
  3. e.g. MIOS_VERA_IP_RANGE=100-140
  4. Send commands, for example:
var mios = require('mios-vera');

function onError(error) {
  console.log(error);
}

mios.sendCommand('light', true, onError);

About

Communicate with a vera-lite mios mi casa verde api to control home automation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published