Getting error when adding device

I’m getting the following error in my App when adding a Zwave device to SmartThings (ZHC 5010)

“An error occurred while searching for devices”.

The device still gets added, however incorrectly.

I’ve managed to connect one device properly and it has this raw data:

zw:L type:1001 mfr:0234 prod:0003 model:010A ver:2.02 zwv:4.33 lib:03 cc:5E,86,72,5A,73,7A,85,59,8E,70,60,25,28,26,5B,87 ccOut:25,28,26 role:05 ff:8702 ui:8702 epc:4 ep:[‘1001 5E,25,28,26,85,59,8E,87’]

The next switch keeps on getting this data set:

zw:Ls type:1001 mfr:0234 prod:0003 model:010A ver:2.02 zwv:4.33 lib:03 cc:5E,73,98 sec:86,85,59,8E,72,5A,70,60,25,28,26,5B,87,7A secOut:25,28,26,EF role:05 ff:8702 ui:8702 epc:4 ep:[‘1001 5E,25,28,26,85,59,8E,87’]

ANd the last one which is far away from the HUB gets this data set

zw:Ls type:1001 mfr:0000 prod:0000 model:0000 ver:2.02 zwv:4.33 lib:03 cc:5E,73,98 sec:86,85,59,8E,72,5A,70,60,25,28,26,5B,87,7A secOut:25,28,26,EF epc:4 ep:[‘1001 5E,25,28,26,85,59,8E,87’]

As a consequence of these differences only the first switch can e.g. have a SmartApp react to a button press. The two other switches are not allowed to check for button presses in the smart app.

There’s nothing suspicious looking in the log (i.e. no warnings or errors) when adding those devices.

Looks to me like an error in the SmartThings box or app.The three devices are identical with the same firmware version.

Help :slight_smile:

PS: Maybe I should add that if I do a Zwave network repair I do see the following log entry.

12‎:‎20‎:‎31: warn Exception ‘java.lang.NullPointerException: Cannot invoke method parse() on null object’ encountered parsing ‘cmd: 5E02, payload: 01 06 00 0C 07 0C 07’

Best,

Michael