# OpenZwave ==\> keeps reconnecting

**URL:** https://discourse.nodered.org/t/openzwave-keeps-reconnecting/5405
**Category:** General
**Created:** [2 December 2018 14:14 UTC](https://discourse.nodered.org/t/openzwave-keeps-reconnecting/5405 "2018-12-02T14:14:23Z")
**Posts on this page:** 5
**Page:** 2

<div class="post-metadata">

### Author: ![cflurin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/cflurin/32/29_2.png) [@cflurin](https://discourse.nodered.org/u/cflurin)
#### Post date: [4 December 2018 19:19 UTC](https://discourse.nodered.org/t/openzwave-keeps-reconnecting/5405/21 "2018-12-04T19:19:14Z")

</div>

not sure but this should work:

```auto
cd .node-red
npm uninstall openzwave-shared

```

---

<div class="post-metadata">

### Author: ![NickB](https://avatars.discourse-cdn.com/v4/letter/n/f08c70/32.png) [@NickB](https://discourse.nodered.org/u/NickB)
#### Post date: [4 December 2018 19:32 UTC](https://discourse.nodered.org/t/openzwave-keeps-reconnecting/5405/22 "2018-12-04T19:32:51Z")

</div>

> [@cflurin](#):
>
> npm uninstall openzwave-shared

this worked, but the whole procedure was no succes.  
It still keeps re-booting over and over again when I insert a zwave node ☹

For tonight it's enough, if there are more ideas out there 🙂  
br

---

<div class="post-metadata">

### Author: ![cflurin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/cflurin/32/29_2.png) [@cflurin](https://discourse.nodered.org/u/cflurin)
#### Post date: [4 December 2018 19:36 UTC](https://discourse.nodered.org/t/openzwave-keeps-reconnecting/5405/23 "2018-12-04T19:36:11Z")

</div>

ok, but `test2.js` must run without errors before you try with node-red!

---

<div class="post-metadata">

### Author: ![cflurin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/cflurin/32/29_2.png) [@cflurin](https://discourse.nodered.org/u/cflurin)
#### Post date: [5 December 2018 08:10 UTC](https://discourse.nodered.org/t/openzwave-keeps-reconnecting/5405/24 "2018-12-05T08:10:31Z")

</div>

One last tip, actually this should be your job 😉

**search for the error in your log** :

```auto
node: symbol lookup error: /home/pi/.node-red/node_modules/openzwave-shared/build/Release/openzwave_shared.node

```

Have a look here:

[https://github.com/OpenZWave/node-red-contrib-openzwave/issues/58](https://github.com/OpenZWave/node-red-contrib-openzwave/issues/58)

---

<div class="post-metadata">

### Author: ![NickB](https://avatars.discourse-cdn.com/v4/letter/n/f08c70/32.png) [@NickB](https://discourse.nodered.org/u/NickB)
#### Post date: [25 December 2018 14:58 UTC](https://discourse.nodered.org/t/openzwave-keeps-reconnecting/5405/25 "2018-12-25T14:58:50Z")

</div>

Ok,

christmas vacation....

Today I just re-started again from scratch.  
A new Raspbian image, then I first installed node-RED with the script you can find in this forum and then I installed the open zwave library with the command that cflurin posted here above.

3 straight forward steps, and it finally works again.

Without any doubt I messed up big time by installing something wrong in the zwave part, but I was not able to find out what. At least we have now 3 straight forward steps to install this node 😉

Thx

nick

[Previous page](https://discourse.nodered.org/t/openzwave-keeps-reconnecting/5405.md?page=1)
