Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

lmeijvogel/my_node_openzwave

Repository files navigation

My Node-OpenZWave

No longer maintained

I stopped using this project and am no longer maintaining it.

Summary

Personal project for dealing with my OpenZWave issues.

Required for operation:

Nodejs:

  • Clone the nodejs-repository from github: https://github.com/joyent/node.git
  • At the moment (2014-09-01), the latest build does not work correctly on the raspberry (something something SSH duplicate something), so check out tag v0.10.28, that at least works.
  • configure, build and install it.

Clone nodejs from github sudo apt-get -y install libudev-dev npm

Notes

About libudev-dev: On Ubuntu Server I needed to do this:

$ LD_PRELOAD=/lib/i386-linux-gnu/libudev.so.0 node main.js live

I'll find out how to globally configure this path, I hope :)

About

My nodejs implementation for switching my lights

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages