nukeDB or factory reset?

116 views
Skip to first unread message

jsau...@gmail.com

unread,
Mar 9, 2018, 7:43:55 AM3/9/18
to insteon-terminal
I am currently migrating away from my old hub to a brand new PLM. I was planing to do a factory reset of all my equipment to do it. But when I saw that for outlet it required two people (one that shutdown breaker and the other that press button) and that LED bulb was not factory resettable, I am wondering.

Can I just do a nukeDB on the device using insteon-terminal (using the switch device type for oulet?)

Also, I am seing different value for on/off mask and x10 stuff when I do getExtStatus on them. However, I never played with theses value. Is it ok to ignore the difference there?

Would I be OK in my goal to remove past link with my old hub and start fresh?


Thanks a lot!

Bernd Pfrommer

unread,
Mar 9, 2018, 1:42:16 PM3/9/18
to insteon-terminal
Using the switch device type should probably get you decent mileage for an outlet.

From what I understand, you had a hub, and want to relink the device with the PLM instead. The tricky part is that the insteon devices ignore the new modem unless the modem shows up in their link database.
If you do a device.ping() and you get a "nack" back, you know the device got the message, but chose to ignore it.

So you definitely want to tread carefully. First try it out on one device. Among the few messages the device will respond to no matter what is device.enterLinkingModeExtended(). This should connect your device:

myOutlet.enterLinkingModeExtended(0x01)
myModem.linkAsController(0x01)
myOutlet.enterLinkingModeExtended(0x01)
myModem.linkAsController(0x01)

(listen to your modem giving the happy beeps)

Once you are able to link successfully, you can try the nukeDB and see what happens. InsteonTerminal is VERY experimental. It's basically a tool to learn how the devices behave.
Once the database is clean (it will no longer respond to getdb() from your modem then!), try linking anew.

I dunno about the on/off mask and x10 stuff, just ignore it unless it gives you trouble.

Bernd Pfrommer

unread,
Mar 9, 2018, 1:55:42 PM3/9/18
to insteon-terminal
The last line should read:

myModem.linkAsResponder(0x01)
Reply all
Reply to author
Forward
Message has been deleted
0 new messages