I just had to re-pair a GE switch that lost its connection to SmartThings (this happens from time to time with those switches), so I thought I should share the experience in case it could help others.
This switch was used in several SmartApps, so I didn’t want to delete it and add it as a new device. To simplify this process, the SmartThings app offers the “Replace” option:
but sometimes it doesn’t work. In my case, the way to get it to work was to first put the hub in general exclude mode (… menu -> My Locations -> Gear button -> Tap Hub -> Z-Wave Utilities -> “General Device Exclusion”) then press on or off on the switch to exclude that switch. The app should show that some device was excluded. After that, I was able to go back into the device’s settings, tap “Replace”, then press on or off on the switch and it worked.
Hopefully this helps someone else too and saves you the time of deleting your device from all of the SmartApps, or from switching off the breaker and re-pairing as I have heard also works. This seems like the easiest way and it has always worked for me.
This is wrong or outdated, and I hope I can save someone else from making the same mistake I did by following it. Excluding the device will remove it from your network and you will not be able to replace it, because it’s gone. If you were trying to avoid renumbering your entire house to work around device ID limitations, you’re now screwed and have to lose an entire weekend digging things out of the wall to re-pair them.
The thing is, that’s not true. I specifically did a general exclusion from the Z-wave utilities menu and when I went back to the device in the app, it gave me an error, I couldn’t even open the gear menu, and it disappeared from my device list.
That’s exactly what I did. I still have the old app.
It’s always possible that one of the recent updates to the app or platform changed things, so I would definitely report it to support. I’m sure it’s been a very frustrating process for you, and it shouldn’t have to be.
Thanks. I’ve been living with the quirks of the Z-wave ecosystem since 2010, so unfortunately I’m no stranger to having to start over. If I didn’t have so many of those evil GE 45631 keypads, I wouldn’t have to be so careful about numbering.
Well one time, I was able to do an “add device” tapped the paddle and the switch seemed to rejoin as itself and then worked.
All the other times, I was able to flip a breaker and the device suddenly started to work.
RBoy
(www.rboyapps.com - Making SmartThings Easy!)
8
I saw the post from @masto you’ve linked on your other topic and thought I’d share my understanding of how the replace and general exclusion works. I had written up about this on another topic last year but can’t remember where exactly.
General Exclusion
A few things to note about general exclusion:
When you run a General Exclusion, if the device ID is found in the controller’s internal DB it will remove the device. If the ID is also found in the platform’s DB it will delete the device from the platform (and from any associated SmartApps)
General exclusion doesn’t have to happen from the hub, you can do it from a secondary controller/hub and it will still work. As long as the hub received the event from the device that it “left” the network (i.e. excluded) it will remove the device and all it’s settings from the platform and the DB
Another thing many folks don’t realize, some device when factory reset also end up excluding themselves from the network. If that event is received by the controller/hub it will have the same impact as doing a general exclusion for the device
If you force remove a device from the Classic ST app and the device isn’t communicating at the time, it could end up leaving a ghost ID in the controller (it will be removed from the platform but the controller has ghost ID left in it). This can be removed by following this process.
Replace
This works when replacing an existing device with a new device (that’s already excluded and ready for inclusion). In general, you can’t “replace” an existing device with itself (I’ll explain a workaround for this later). This is because “replace” basically starts an inclusion process (pairing) and when a new device joins (completes the pairing process), ST updates its database to reference the newly joined device in place of the existing device. Infact, if you were to do a general exclusion of the “existing” device after “replacing” it, you’ll find that it ends up doing very funky things to your “replaced” device and may even delete it from ST (as I learnt the hard way) since as JD points out below, they share the same device ID.
The main reason you can’t replace the existing device with itself is because the existing device is already paired with the controller, hence when you start the “replace” process (i.e. inclusion) the existing device cannot pair itself again with the controller as it needs to be excluded first. Now there’s a little trick I figured out on how to get the existing device to replace itself based on the above and here are the steps:
You need to first exclude the existing device in a very specific way, key points to note here:
The problem here is that you can’t use the main/paired hub to exclude it using the general exclusion process because when it excludes the device, it will also delete all references to it from the ST platform/DB and so you can’t replace it now since it won’t exist.
You need a secondary controller (like another hub) to run the general exclusion process to exclude the existing device. Now keep in mind that the main controller/hub to which the device is currently paired CANNOT be online when this happens. That’s because when you run general exclusion for the device, the main hub also picks up that exclusion event on the Z-Wave radio and deletes the device from the ST platform/DB (even though it didn’t initiate the general exclusion) - I also learnt this the hard way. BTW, this behavior with the hub picking up on exclusion events over the radio can also been with some devices which, when they are factory reset, send an exclusion event over the radio and the hub then proceeds to automatically delete the device from the platform’s DB even through it didn’t initiate a general exclusion
So in light of the above on how the process works, now it’s just a matter of a few steps to replace a device with itself:
First take the main hub offline (power it down, removing the network cable won’t help since it’s still listening to the z-wave radio)
Then start a general exclusion process on a secondary controller/hub
Exclude the device which you want to replace with itself
Now power up the main hub
Start the ST app device “replace” process, since the device is excluded it won’t respond to ST’s health check requests and ST will think it’s offline and allow you “replace” it. Click Replace, this will put the hub into pairing mode
Start the inclusion (pairing) process on your device, (since it’s excluded) it will now join the hub and ST will replace the device with itself
Some folks may find they start the “replace” process and the unplug/replug/reset the device and it “replaces” itself, that’s incorrect. The “replace” is an inclusion, what happens is when you power cycle the device/reset it, it basically fixes itself and starts communicating. Some of the original Z-Wave GE Z-Wave paddles and switches are notorious for this problem, they overheat/hang/stop working. Power cycling them or pushing the air gap button resets them and they start working for a while again.
RBoy
(www.rboyapps.com - Making SmartThings Easy!)
10
Maybe it was a fluke or possibly had the ghost device already in there when I was replacing the device but you’re right in theory so I’ve edited my post above and which also explains why the replaced device would be deleted if you excluded the original device.