Zwave disconnected nodes

I am installing a new system, apt-get install on Debian 9 OpenHAB 2.2.0 release build with aeotec gen5 stick. I have installed zwave and Habmin through PaperUI I currently have 5 nodes: the controller, a door sensor (FGDW002), two roller shutter controllers (FGRM222) and one double switch (FGS223). When I see my network I get this:


I can’t see node 3 (one of the roller shutters) and node 5 and 4 are not meshed nor connected to the controller. However, I am able to actuate on all the nodes from the Uis and state is updated whenever the devices are actuated upon. (Node 2 is the door sensor)
If I try to change a value within Habmin when I save the new values, I get a “pending…” tag that stays forever there (even for mains devices), however, the logs seem to indicate updates are correctly performed, for example:

NODE 5: Configuration update received
NODE 5: Configuration update group_1 to [node_1_0]
NODE 5: Creating new message for application command ASSOCIATIONCMD_SET
Took message from queue for sending. Queue length = 0
Message queued. Queue length = 1. Queue={}
Assembled message buffer = 01 0B 00 13 05 04 85 01 01 01 25 E2 A5 
NODE 5: Creating new message for command MULTI_ASSOCIATIONCMD_GET group 1
NODE 5: Sending REQUEST Message = 01 0B 00 13 05 04 85 01 01 01 25 E2 A5 
Message queued. Queue length = 1. Queue={}
Receive Message = 01 04 01 13 01 E8 
Receive queue TAKE: Length=0
Assembled message buffer = 01 04 01 13 01 E8 
Process Message = 01 04 01 13 01 E8 
Message: class=SendData[0x13], type=Response[0x01], priority=High, dest=255, callback=0, payload=01 
NODE 5: Sent Data successfully placed on stack.
Receive Message = 01 07 00 13 E2 00 00 02 0B 
Receive queue TAKE: Length=0
Assembled message buffer = 01 09 00 13 E2 00 00 02 00 00 05 
Process Message = 01 09 00 13 E2 00 00 02 00 00 05 
Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=E2 00 00 02 
NODE 5: SendData Request. CallBack ID = 226, Status = Transmission complete and ACK received(0)
NODE 5: Starting initialisation from DONE

Karaf indicates habmin and zwave versions:

210 │ Active   │  80 │ 2.2.0                  │ HABmin User Interface
214 │ Active   │  80 │ 2.2.0                  │ ZWave Binding

However, when I open Habmin the splash page indicates:
31

Any help would be greatly appreciated.

What help are you in need of? It sounds like everything is working normally, but Habmin has a UI issue in the version you are using.

Well, that is one of my questions, I’m I using the right version of Habmin, Karaf says I have the latest (stable) but Habmin states I’m on 2.0.0 …

Thanks for replying

That is the version that was included with OH 2.2. If you want newer, you could get it from Cloudbees, or just update to a 2.3.0 snapshot build.

1 Like

You are using a version of the binding that doesnt really support the mesh viewer, so don’t trust what the viewer shows.

Thanks @chris, what version should I be using? Is my Habmin’s version 2.2 or 2.0 should I update that too?

You should use the development version if this graph is important to you -:

If you are installing HABmin through openHAB, then it should be up to date.

1 Like