aethos:
An issue has popped up for me with this code and I’m wondering if others have found a way to deal with it? It seems that previous associations are never removed when you change the associated device ID.
I had to replace a switch in my mudroom. I changed the association ID for both accessory switches connected to it to the kitchen switch temporarily. After I swapped the switch I changed them both to the new switch. Now there’s a big delay when using the accessory switches and they turn on and off BOTH the mudroom and kitchen lights.
If anyone has any advice for me that’d be greatly appreciated. I’ve tried a variety of things and no joy. Thanks!
Fortunately, now, thanks to another community member we have a whole new way to manage zwave associations.
You can temporarily assign any mains powered Z wave device to the “Z wave tweaker” DTH, edit all your associations there, then change back to your every day DTH.
Give that one a try and see if it solves the problem.
z-wave Tweaker
Version: 0.08 (2017-03-16)
Source: https://github.com/codersaur/SmartThings/tree/master/devices/zwave-tweaker
This is a device handler to assist with interrogating and tweaking Z-Wave devices. It’s designed for end-users who want to tweak their devices and for developers who want to quickly discover and report the functionality of new devices. It is intended to temporarily replace a device’s normal device handler.
Key features in v0.08:
Discover association groups, multi-channel endpoints, and configuration parameters.
Configure association group members from the SmartThings GUI.
Configure parameter values from the SmartThings GUI.
Configure Protection and Switch_All modes from the SmartThings GUI.
Discover supported meter/alarm/notification/sensor report types.
Automa…