I’m struggling with associations on some new LZW30 and LZW30-SN switches that I installed. Here’s my goal:
When I turn on switch “Kitchen Overhead Lights” (LZW30-SN Red), I’d like to also instantly turn on “Kitchen Cabinet Lights” (LZW30 Black), and vice-versa.
The logs then show that Kitchen Overhead Lights is adding Node 16 (which is the DNI for Kitchen Cabinet Lights) to group 2:
dev:92 2021-04-12 01:33:37.715 info Kitchen Overhead Lights: Firmware report received: 1.20
dev:92 2021-04-12 01:33:36.250 info Kitchen Overhead Lights: Associations for Group 2: [16]
dev:92 2021-04-12 01:33:35.545 info Kitchen Overhead Lights: No Protection command class settings to update
dev:92 2021-04-12 01:33:35.431 info Kitchen Overhead Lights: Adding node 16 to group 2
dev:92 2021-04-12 01:33:35.423 info Kitchen Overhead Lights: There are no association actions to complete for group 1
dev:92 2021-04-12 01:33:35.380 info Kitchen Overhead Lights: configure()
dev:92 2021-04-12 01:33:35.352 info Kitchen Overhead Lights: Adding node 16 to association group 2
app:145 2021-04-12 01:33:35.281 debug Installed with settings: [overrideLabel:false, sCapability:Switch, dSwitch:[Kitchen Cabinet Lights], sSwitch:Kitchen Overhead Lights, dCapability:Switch, groupNumber:2]
However when I turn on/off Kitchen Overhead Lights, the Kitchen Cabinet Lights do not do anything. Can you help me troubleshoot why this might be? Am I missing something in the process?
What do you see in the logs when you turn on/off the Kitchen Overhead Lights?
As an alternate approach if you’re interested, I haven’t messed with zwave association because I use Hubitats Groups function. You could take both the Kitchen Overhead Lights and Cabinet Lights and put them together in a group called “Kitchen Lights” or similar and then you can trigger them on/off via a rule, or by voice/app using the group entity instead.
Using association is significantly faster than using groups or rules to achieve the same thing.
@SlothCroissant I’m not seeing anything glaring that you missed. Maybe doing the process again? Also try controlling the kitchen cabinet lights via a zwave command from the hub to make sure the node is connected properly.
NOTE: As part of my troubleshooting, I removed and re-added Kitchen Cabinet Lights, as I noticed it says it was added as S2 when you look at the data above (looking at @darthandroid’s idea for a bit). The logs show it added as S0, but the info above makes it look like it’s actually S2. Looking at my other LZW30 devices, they align with this one, in that they also show S2 even though I certainly added everything as S0.
dev:164 2021-06-14 18:31:17.325 infoInovelli Switch LZW30: configure()
dev:164 2021-06-14 18:31:17.250 infoInovelli Switch LZW30: refresh()
dev:164 2021-06-14 18:31:17.249 infoInovelli Switch LZW30: installed()
sys:1 2021-06-14 18:31:02.084 S0 security was selected for an S2 capable device, it will include using nonoptimal security.
sys:1 2021-06-14 18:30:48.159 Z-Wave Discovery Running
sys:1 2021-06-14 18:30:30.289 Z-Wave device Kitchen Cabinet Lights excluded and removed.
Also to those who asked - I can control the lights from Hubitat without issues.