iklein99 / homebridge-smartthings

This is a plugin to Homebridge to connect your Smartthings network into Apple Home Kit.
Apache License 2.0
150 stars 52 forks source link

Re-register unregistered device? #196

Closed dougperx closed 11 months ago

dougperx commented 11 months ago

I accidentally deleted a device in SmartThings and it unregistered in homebridge. I re-added it to SmartThings but I can't seem to trigger it to re-register -- is there a way to trigger the plugin to re-register a device?

coryabooth commented 11 months ago

It's probably cached. Click the menu icon top right of Homebridge and search for cached accessory. There's two types of caches. The ones cached by a plug-in like Smarthings and ones added as external devices (where each one is added with its own code)

dougperx commented 11 months ago

I'm on Hoobs so I didn't have that option but I cleared the cache and that seemed to do it, thank you!