node-openzwave
node-openzwave copied to clipboard
node.js interface to libopenzwave
Hi, I bought a couple of Z-Wave enabled plugs (Telldus) along with a Razberry sheild. I installed the lot and got starting trying to getting it working using node.js. However,...
I would like to request the ability to change the value of the "homeid" parameter that is stored on the device. Out of the box the value doesn't match the...
A fresh install with "npm install openzwave -g" ``` CXX(target) Release/obj.target/openzwave/src/openzwave.o ../src/openzwave.cc:36:24: error: expected class-name before ‘{’ token struct OZW: ObjectWrap { ^ ../src/openzwave.cc:37:33: error: ‘Arguments’ does not name a...
I tried to include this device, which has two instances for class 48 and index 0, namely the instance 1 for the first input and the instance 2 for the...
with this project you can't add device to the z-wave network , can i add this function ?
Hi There, Thanks for this package. This looks like its going to be the cure to most of my problems! I'm just having some issues installing on Ubuntu. I have...
Error during installation: recipe for target 'Release/obj.target/openzwave/src/openzwave.o' failed
I'm stuck during installation and have no clue how to move on. Please, anyone, guide me in a direction and I shall follow! :) I have provided the console output...
Hello, I see that your "openzwave.cc" file in the src folder have one line that seems to be weird. Indeed, the 719 line is : ``` NODE_SET_PROTOTYPE_METHOD(t, "disablePoll", OZW::EnablePoll); ```...
I am getting this error when trying to require('openzwave') Error: Module did not self-register. at Error (native) at Module.load (module.js:355:32) at Module._load (module.js:310:12) at Module.require (module.js:365:17) at require (module.js:384:17) at...
I seem to get the following errors installing on a raspberry pi2 with raspian and razberry z wave controller. Linux raspberrypi 3.18.7-v7+ #755 SMP PREEMPT Thu Feb 12 17:20:48 GMT...