Elias Karakoulakis

Results 34 comments of Elias Karakoulakis

Hi, In your case, there seems to be an error in the openzwave compilation in the plugin. You should try installing OpenZwave separately. BTW, this project is superseded by https://github.com/OpenZWave/node-openzwave-shared....

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

https://github.com/OpenZWave/node-openzwave-shared

Yes. I stumbled upon the same issue yesterday. Seems node js 0.12 is a mess. Root cause is: There is an inherit() function in lib/openzwave.js which copies the functions exposed...

Hi all, I've just committed a 'nan' branch of my 'node-openzwave-shared' project where all the Node.JS API is wrapped in NaN (Node.JS is A Nightmare) - please [check out a...

Potential fix in https://github.com/openebs/cstor-operators/pull/458 - I had the exact same issue on v.1.26.2+rke2r1

Well, I'm afraid this project needs some loving care, AddNode a new function and the Thrift4OZW project was written against an old version of OpenZWave. You'll need to add this...

@ayakushev99 : I think its better to read "suppressing global war**m**ings" :)

Hi, Its been a while since I updated Thrift4OZW to match the latest OpenZWave API. this looks like something has changed in the API and the Thrift definition file needs...

Hey if you're still interested here's an initial attempt at solving this problem: https://github.com/ekarak/node-tcl/commit/2ab3923862def9f4e226fd2123cf58b2e988fd48 It involves replacing the default tcl event loop with a custom v8/uv-driven one. Cheers, Elias