velocityzen / homebridge-platform-zwave

Homebridge Platform for Z-Wave nodes. Deprecated! Use node-red instead.
MIT License
13 stars 6 forks source link

Will not install #2

Open john-clark opened 4 years ago

john-clark commented 4 years ago

Debian 9 Install - https://gist.github.com/john-clark/79d51670d87592b99a2c79e48ea5930d Homebridge Version 0.4.50 ozwcp can detect and use zwave device

Plugin homebridge-platform-zwave v1.1.0 (2019-08-18) install log: homebridge.log

iamandyogden commented 4 years ago

I'm getting exactly the same error, any update on this?

john-clark commented 4 years ago

I was able to get it to install.

wget http://old.openzwave.com/downloads/openzwave-1.6.1044.tar.gz tar xzvf openzwave-1.6.1044.tar.gz cd openzwave-1.6.1044/ make sudo make install sudo sed -i '$a LD_LIBRARY_PATH=/usr/local/lib64' /etc/environment MinOZW /dev/ttyACM1

This was able to get node-gyp to install correctly. I will go back through my install gist instructions and update with a full install.