GithubHelp home page GithubHelp logo

domusto-zwave's Introduction

OpenZWave

plugin:    OpenZWave controller
author:    Bas van Dijk
category:  radio
version:   0.0.1
website:   http://domusto.com

Features

  • Pair devices
  • Emit device events
  • Read device values / state

Hardware needed

  • Vision Z-Wave Plus USB Stick ZU1401EU - € 29.95

Tested with

  • Fibaro Smoke Sensor 2 FGSD-002 - € 64.95

Installing

DOMUSTO uses the node-openzwave-shared library. This library need you to have OpenZWave installed:

Raspbian

Install OpenZWave manually with:

wget "https://github.com/ekarak/openzwave-debs-raspbian/raw/master/v1.4.79/openzwave_1.4.79.gfaea7dd_armhf.deb"
wget "https://github.com/ekarak/openzwave-debs-raspbian/raw/master/v1.4.79/libopenzwave1.3_1.4.79.gfaea7dd_armhf.deb"
wget "https://github.com/ekarak/openzwave-debs-raspbian/raw/master/v1.4.79/libopenzwave1.3-dev_1.4.79.gfaea7dd_armhf.deb"
sudo dpkg -i *openzwave*.deb

More info: https://github.com/OpenZWave/node-openzwave-shared/blob/master/README-raspbian.md

Ubuntu

More info: https://github.com/OpenZWave/node-openzwave-shared/blob/master/README-ubuntu.md

Installation

$ ./domusto.js plugin install basvdijk/domusto-zwave

Configuration

  1. Connect the Vision USB stick to your usb port
  2. Add the section below to your config.ts
  3. Set the correct com port where your have connected your Vision USB stick
  4. Restart DOMUSTO
{
    enabled: true,
    debug: true,
    type: 'ZWAVE',
    settings: {
        port: '/dev/ttyACM0',
        pairingMode: false
    }
},

Paring mode

When you enable pairingMode the plugin listens for new devices to pair.

Paring devices

Fibaro Smoke Sensor 2 FGSD-002

  • Make sure you have pairing mode enabled
  • Wait till discovering is complete and Paring mode active is shown in the terminal
  • Hold the button on the smoke detector, release when you hear a beep.
  • Press 3x shortly on the button on the smoke detector

domusto-zwave's People

Contributors

basvdijk avatar

Watchers

 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.