homebridge-rcswitch
homebridge-rcswitch copied to clipboard
Could not locate the bindings file
Hi there! I'm trying to run the rcswitch plugin on my RaspberryPi 2 but every time I'm starting homebridge I'm getting this error message while it is starting homebrige:
[Sun May 01 2016 21:13:10 GMT+0000 (UTC)] ====================
[Sun May 01 2016 21:13:10 GMT+0000 (UTC)] ERROR LOADING PLUGIN homebridge-rcswitch:
[Sun May 01 2016 21:13:10 GMT+0000 (UTC)] Error: Could not locate the bindings file. Tried:
→ /usr/local/lib/node_modules/homebridge-rcswitch/node_modules/rcswitch/build/rcswitch.node
→ /usr/local/lib/node_modules/homebridge-rcswitch/node_modules/rcswitch/build/Debug/rcswitch.node
→ /usr/local/lib/node_modules/homebridge-rcswitch/node_modules/rcswitch/build/Release/rcswitch.node
→ /usr/local/lib/node_modules/homebridge-rcswitch/node_modules/rcswitch/out/Debug/rcswitch.node
→ /usr/local/lib/node_modules/homebridge-rcswitch/node_modules/rcswitch/Debug/rcswitch.node
→ /usr/local/lib/node_modules/homebridge-rcswitch/node_modules/rcswitch/out/Release/rcswitch.node
→ /usr/local/lib/node_modules/homebridge-rcswitch/node_modules/rcswitch/Release/rcswitch.node
→ /usr/local/lib/node_modules/homebridge-rcswitch/node_modules/rcswitch/build/default/rcswitch.node
→ /usr/local/lib/node_modules/homebridge-rcswitch/node_modules/rcswitch/compiled/4.2.1/linux/arm/rcswitch.node
at bindings (/usr/local/lib/node_modules/homebridge-rcswitch/node_modules/rcswitch/node_modules/bindings/bindings.js:88:9)
at Object.
I just followed the provided and very simple instructions but without success. Is it possible, that I misconfigured something?
Thank you very much and best regards!
UPDATE: I just installed homebridge-rcswitch-gpiomem and overwrite its index.js as well as package.json with your files and make some changes in the index.js to let homebridge think this is the gpiomem index.js and it worked. Never the less is it possible to make a fix?
I got the same error