How to change an Insteon on/off switch Thing with a new Insteon device

Replacing an old Thing with a new Thing.

I have an Insteon on/off switch that has died and I’m replacing it with another Insteon switch device. I wanted to know if I can just go into the Thing and edit the settings in it for the new switch, or if there’s something else I also need to change/delete etc.

I setup my OpenHab system several years ago when Insteon temporarily closed down, and its been working great, but since I haven’t configured the original setup in several years, I’m rusty on how to make these changes.

Thanks.

1 Like

Based on a quick scan of the readme for the binding, the Thing is configured based on the device. So eve if it’s an identical device in make and model, it’s going to appear to the binding as a new device. It’s going to need its own Thing.

I don’t use this binding so I can only be generic but the steps I’d take are:

  1. backup
  2. take note of the Thing ID of the old Thing
  3. remove the old Thing (do not remove the links)
  4. from the inbox scan for new Insteon devices and accept the new one from the inbox
  5. change the UID to match the id you took note of in 2

If you remove the links or keep the new Thing ID instead of changing it, go to the Channels tab and “add points to model”. You can select your old Items to link to the new Channels.

Thanks. It looks simple enough. Famous last words. I’ll post when I make the changes.

What’s the best way to do the backup you suggest. I’m running this on a MacMini and I use Time Machine for its normal backups.

:person_shrugging: I’ve never run OH from a Mac. If you installed using Homebrew you should have access to openhab-cli. If you did a manual install, just tar up the openHAB folder I guess. Or just rely on your timemachine backup.

I followed your instructions, and got it working. Not really a problem except for figuring out how to edit the name for the new Things UID. But I finally figured it out. Not a very friendly user interface. But it works great. Thanks again.