ZWave association with no updates

Good point, so I tried NUMBER. Neither of them caused the rule to trigger.

But then I moved the rule from one rule file to the “main” rule file, from “106shr-garage.rules” to “106shr.rules” and it works now. Both files update with no errors when saved, so I’m not sure what the difference between the two is, though I have not proven that the secondary rule file ever worked, so I have some troubleshooting to do.

Many thanks!

I’m not using OpenHAB anymore, I moved to ZWay to handle the ZWave components of my system… but here’s how I handled it there.

As was pointed out, scenes are more for command / event push notifications. So I just wrote a small module that listens for scene calls, and triggers a poll of the device state after three seconds (for dimmer ramping). This gave me push based updates, but requires one additional poll on the zwave network, but its better than polling the entire network unnecessarily every X minutes.

If there’s a way to do that in OpenHAB with rules, that’s probably what I’d do there.

Note: I don’t use the double / triple tap scenes from my switches, so I don’t know if that would introduce any issues with this approach.

That’s a good idea. I wonder if anyone knows how to do this rule…
I just got OpenHAB and 2 WD-100’s under the assumption i’d be able to capture the dim value everytime the switch is manually dimmed.

Apparently not :frowning:

I was hoping to link two dimmers (one in house, the other in garage) so i can control soffit lighting on each building remotely and together.

Hi, Chris,

Is WD-100 the model number of the dimmer that you bought, or is it WD-100+? (I have no idea if the WD-100 was ever a product, but do know that the WD-100+ is.) HomeSeer apparently uses the “+” to denote support for Z Wave Plus, and only these models and a few others from Leviton (I think it is) support instant update which should, one would think, let the controller know that something changed out at the switch.

I saw your other post and I’m starting to get a little bit familiar with the HomeSeer products myself. Since I’m curious, too, head over to that posting where I’ve asked for some more info, and maybe we can all learn something together.

/Bill

Sorry, these are WD-100+ switches. I responded in my other thread with 2 snips of the logs using the paddles to dim up / down. Let me know if there’s anything you’d like me to try!

Looking at the database for this device, it supports associations. There should be no need for any rules - the device should send updates when it changes if an association is configured.

Normally, you should be able to set an association for the switch to send a command directly to the other switch, without using OH at all (other than to configure the association initially of course). That’s how associations are meant to be used - assuming the device supports them properly…

Well, that makes things a lot easier… Good idea! Thanks!

(The devices I have don’t support associations. That’ll teach me to save a few bucks…)

[edit: Apparently the devices—made by Linear—I have do support associations, but only maybe in groups 2 and 3 which require double and triple tapping…? Dunno… gotta go figure this one out!]

Thanks,
Bill

Thanks Chris!

I’m very new to this and taking it all in quickly. Just got OpenHAB/devices 2 days ago. So to do associations i assume this is all i need to do is make that device a member?

I’m at work and can’t test… but will try when i go home on lunch! :slight_smile:

That’s correct.

However, as pointed out in the other thread, this device (strangely!) doesn’t send the MULTI_LEVEL_SWITCH messages - only the SCENE messages - as associations (ie unsolicited). So, you will only be able to use this in a rule in the controlled. It seems a bit of a non-standard device this, but it seems popular…

I wonder if we hound HomeSeer if they can change that in a OTA firmware update… hmm …

Why not… Worth a try ;).

I submitted a message to their technical support :slight_smile:
No harm in asking! I’ll post here when i get a response on what they say.

http://imgur.com/a/pej4c

Really good news guys!! :):):slight_smile:

… now how to do the OTA? lol

Well, that’s a good question. Every supplier I’ve discussed this with so far (Aeon, Zipato) won’t release firmware. Zipato told me that for now, it’s only possible through their homecenter, and Aeon would release under an NDA, but it wouldn’t allow me to release the firmware to others unless I embedded it into the binding…

I’m happy to look at adding OTA support to OH2 if the format of their files is open, but I don’t have anything to test it with (unless someone wants to send me one of these devices to play with :wink: ).

So i manged to update the firmware on one of my switches :smiley: You can do this via HS3 demo software. I have the Aeon zwave GEN5 stick and it works. :slight_smile: If you want me to write something on how to do it with HS3 i can… as their documentaiton lack documentation!

Events.log of my toggling lights up and down with the physical paddle:

2016-12-08 20:34:23 - Light_House_Soffit state updated to 39
2016-12-08 20:34:25 - Light_House_Soffit state updated to 43
2016-12-08 20:34:28 - Light_House_Soffit state updated to 36
2016-12-08 20:34:30 - Light_House_Soffit state updated to 28
2016-12-08 20:34:32 - Light_House_Soffit state updated to 19
2016-12-08 20:34:35 - Light_House_Soffit state updated to 53

Corresponding openhab.log (debug):

20:34:23.240 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:23.255 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class CENTRAL_SCENE (0x5b)
20:34:23.269 [DEBUG] [.ZWaveCentralSceneCommandClass:77   ] - NODE 7: Received central scene command (v1)
20:34:23.283 [DEBUG] [.ZWaveCentralSceneCommandClass:84   ] - NODE 7: Received scene 1 ; key 2
20:34:23.297 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:23.322 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = CENTRAL_SCENE, value = {key=2, scene=1}
20:34:23.468 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:23.478 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class CENTRAL_SCENE (0x5b)
20:34:23.499 [DEBUG] [.ZWaveCentralSceneCommandClass:77   ] - NODE 7: Received central scene command (v1)
20:34:23.519 [DEBUG] [.ZWaveCentralSceneCommandClass:84   ] - NODE 7: Received scene 1 ; key 1
20:34:23.528 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:23.554 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = CENTRAL_SCENE, value = {key=1, scene=1}
20:34:23.678 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:23.694 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class SWITCH_MULTILEVEL (0x26)
20:34:23.707 [DEBUG] [veMultiLevelSwitchCommandClass:95   ] - NODE 7: Received Switch Multi Level Request
**> 20:34:23.727 [DEBUG] [veMultiLevelSwitchCommandClass:115  ] - NODE 7: Switch Multi Level report, value = 39**
20:34:23.741 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
**> 20:34:23.786 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = SWITCH_MULTILEVEL, value = 39**
20:34:25.188 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:25.199 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class CENTRAL_SCENE (0x5b)
20:34:25.214 [DEBUG] [.ZWaveCentralSceneCommandClass:77   ] - NODE 7: Received central scene command (v1)
20:34:25.223 [DEBUG] [.ZWaveCentralSceneCommandClass:84   ] - NODE 7: Received scene 1 ; key 2
20:34:25.233 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:25.250 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = CENTRAL_SCENE, value = {key=2, scene=1}
20:34:25.339 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:25.349 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class CENTRAL_SCENE (0x5b)
20:34:25.358 [DEBUG] [.ZWaveCentralSceneCommandClass:77   ] - NODE 7: Received central scene command (v1)
20:34:25.367 [DEBUG] [.ZWaveCentralSceneCommandClass:84   ] - NODE 7: Received scene 1 ; key 1
20:34:25.377 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:25.393 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = CENTRAL_SCENE, value = {key=1, scene=1}
20:34:25.488 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:25.499 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class SWITCH_MULTILEVEL (0x26)
20:34:25.509 [DEBUG] [veMultiLevelSwitchCommandClass:95   ] - NODE 7: Received Switch Multi Level Request
**> 20:34:25.518 [DEBUG] [veMultiLevelSwitchCommandClass:115  ] - NODE 7: Switch Multi Level report, value = 43**
20:34:25.527 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
**> 20:34:25.546 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = SWITCH_MULTILEVEL, value = 43**
20:34:27.350 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:27.366 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class CENTRAL_SCENE (0x5b)
20:34:27.379 [DEBUG] [.ZWaveCentralSceneCommandClass:77   ] - NODE 7: Received central scene command (v1)
20:34:27.394 [DEBUG] [.ZWaveCentralSceneCommandClass:84   ] - NODE 7: Received scene 2 ; key 2
20:34:27.408 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:27.437 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = CENTRAL_SCENE, value = {key=2, scene=2}
20:34:27.565 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:27.587 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class CENTRAL_SCENE (0x5b)
20:34:27.595 [DEBUG] [.ZWaveCentralSceneCommandClass:77   ] - NODE 7: Received central scene command (v1)
20:34:27.603 [DEBUG] [.ZWaveCentralSceneCommandClass:84   ] - NODE 7: Received scene 2 ; key 2
20:34:27.614 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:27.645 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = CENTRAL_SCENE, value = {key=2, scene=2}
20:34:27.775 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:27.786 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class CENTRAL_SCENE (0x5b)
20:34:27.807 [DEBUG] [.ZWaveCentralSceneCommandClass:77   ] - NODE 7: Received central scene command (v1)
20:34:27.818 [DEBUG] [.ZWaveCentralSceneCommandClass:84   ] - NODE 7: Received scene 2 ; key 1
20:34:27.828 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:27.853 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = CENTRAL_SCENE, value = {key=1, scene=2}
20:34:27.988 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:28.004 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class SWITCH_MULTILEVEL (0x26)
20:34:28.017 [DEBUG] [veMultiLevelSwitchCommandClass:95   ] - NODE 7: Received Switch Multi Level Request
**> 20:34:28.030 [DEBUG] [veMultiLevelSwitchCommandClass:115  ] - NODE 7: Switch Multi Level report, value = 36**
20:34:28.044 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:28.069 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = SWITCH_MULTILEVEL, value = 36
20:34:29.526 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:29.537 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class CENTRAL_SCENE (0x5b)
20:34:29.547 [DEBUG] [.ZWaveCentralSceneCommandClass:77   ] - NODE 7: Received central scene command (v1)
20:34:29.556 [DEBUG] [.ZWaveCentralSceneCommandClass:84   ] - NODE 7: Received scene 2 ; key 2
20:34:29.566 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:29.583 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = CENTRAL_SCENE, value = {key=2, scene=2}
20:34:29.699 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:29.709 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class CENTRAL_SCENE (0x5b)
20:34:29.721 [DEBUG] [.ZWaveCentralSceneCommandClass:77   ] - NODE 7: Received central scene command (v1)
20:34:29.725 [DEBUG] [.ZWaveCentralSceneCommandClass:84   ] - NODE 7: Received scene 2 ; key 2
20:34:29.735 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:29.748 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = CENTRAL_SCENE, value = {key=2, scene=2}
20:34:29.868 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:29.887 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class CENTRAL_SCENE (0x5b)
20:34:29.896 [DEBUG] [.ZWaveCentralSceneCommandClass:77   ] - NODE 7: Received central scene command (v1)
20:34:29.907 [DEBUG] [.ZWaveCentralSceneCommandClass:84   ] - NODE 7: Received scene 2 ; key 1
20:34:29.921 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:29.941 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = CENTRAL_SCENE, value = {key=1, scene=2}
20:34:30.034 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:30.045 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class SWITCH_MULTILEVEL (0x26)
20:34:30.054 [DEBUG] [veMultiLevelSwitchCommandClass:95   ] - NODE 7: Received Switch Multi Level Request
**> 20:34:30.063 [DEBUG] [veMultiLevelSwitchCommandClass:115  ] - NODE 7: Switch Multi Level report, value = 28**
20:34:30.074 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:30.103 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = SWITCH_MULTILEVEL, value = 28
20:34:31.815 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:31.830 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class CENTRAL_SCENE (0x5b)
20:34:31.843 [DEBUG] [.ZWaveCentralSceneCommandClass:77   ] - NODE 7: Received central scene command (v1)
20:34:31.856 [DEBUG] [.ZWaveCentralSceneCommandClass:84   ] - NODE 7: Received scene 2 ; key 2
20:34:31.872 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:31.893 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = CENTRAL_SCENE, value = {key=2, scene=2}
20:34:32.030 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:32.041 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class CENTRAL_SCENE (0x5b)
20:34:32.049 [DEBUG] [.ZWaveCentralSceneCommandClass:77   ] - NODE 7: Received central scene command (v1)
20:34:32.058 [DEBUG] [.ZWaveCentralSceneCommandClass:84   ] - NODE 7: Received scene 2 ; key 2
20:34:32.078 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:32.107 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = CENTRAL_SCENE, value = {key=2, scene=2}
20:34:32.233 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:32.243 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class CENTRAL_SCENE (0x5b)
20:34:32.261 [DEBUG] [.ZWaveCentralSceneCommandClass:77   ] - NODE 7: Received central scene command (v1)
20:34:32.269 [DEBUG] [.ZWaveCentralSceneCommandClass:84   ] - NODE 7: Received scene 2 ; key 1
20:34:32.285 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:32.314 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = CENTRAL_SCENE, value = {key=1, scene=2}
20:34:32.478 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:32.498 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class SWITCH_MULTILEVEL (0x26)
20:34:32.515 [DEBUG] [veMultiLevelSwitchCommandClass:95   ] - NODE 7: Received Switch Multi Level Request
**> 20:34:32.540 [DEBUG] [veMultiLevelSwitchCommandClass:115  ] - NODE 7: Switch Multi Level report, value = 19**
20:34:32.560 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:32.591 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = SWITCH_MULTILEVEL, value = 19
20:34:34.386 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:34.401 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class CENTRAL_SCENE (0x5b)
20:34:34.414 [DEBUG] [.ZWaveCentralSceneCommandClass:77   ] - NODE 7: Received central scene command (v1)
20:34:34.426 [DEBUG] [.ZWaveCentralSceneCommandClass:84   ] - NODE 7: Received scene 1 ; key 2
20:34:34.439 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:34.465 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = CENTRAL_SCENE, value = {key=2, scene=1}
20:34:34.575 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:34.591 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class CENTRAL_SCENE (0x5b)
20:34:34.605 [DEBUG] [.ZWaveCentralSceneCommandClass:77   ] - NODE 7: Received central scene command (v1)
20:34:34.618 [DEBUG] [.ZWaveCentralSceneCommandClass:84   ] - NODE 7: Received scene 1 ; key 2
20:34:34.637 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:34.670 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = CENTRAL_SCENE, value = {key=2, scene=1}
20:34:34.784 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:34.804 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class CENTRAL_SCENE (0x5b)
20:34:34.815 [DEBUG] [.ZWaveCentralSceneCommandClass:77   ] - NODE 7: Received central scene command (v1)
20:34:34.828 [DEBUG] [.ZWaveCentralSceneCommandClass:84   ] - NODE 7: Received scene 1 ; key 2
20:34:34.841 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:34.866 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = CENTRAL_SCENE, value = {key=2, scene=1}
20:34:35.026 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:35.042 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class CENTRAL_SCENE (0x5b)
20:34:35.068 [DEBUG] [.ZWaveCentralSceneCommandClass:77   ] - NODE 7: Received central scene command (v1)
20:34:35.084 [DEBUG] [.ZWaveCentralSceneCommandClass:84   ] - NODE 7: Received scene 1 ; key 2
20:34:35.101 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:35.123 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = CENTRAL_SCENE, value = {key=2, scene=1}
20:34:35.224 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:35.234 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class CENTRAL_SCENE (0x5b)
20:34:35.243 [DEBUG] [.ZWaveCentralSceneCommandClass:77   ] - NODE 7: Received central scene command (v1)
20:34:35.253 [DEBUG] [.ZWaveCentralSceneCommandClass:84   ] - NODE 7: Received scene 1 ; key 2
20:34:35.262 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:35.273 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = CENTRAL_SCENE, value = {key=2, scene=1}
20:34:35.363 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:35.372 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class CENTRAL_SCENE (0x5b)
20:34:35.390 [DEBUG] [.ZWaveCentralSceneCommandClass:77   ] - NODE 7: Received central scene command (v1)
20:34:35.399 [DEBUG] [.ZWaveCentralSceneCommandClass:84   ] - NODE 7: Received scene 1 ; key 2
20:34:35.408 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:35.420 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = CENTRAL_SCENE, value = {key=2, scene=1}
20:34:35.510 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:35.519 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class CENTRAL_SCENE (0x5b)
20:34:35.528 [DEBUG] [.ZWaveCentralSceneCommandClass:77   ] - NODE 7: Received central scene command (v1)
20:34:35.536 [DEBUG] [.ZWaveCentralSceneCommandClass:84   ] - NODE 7: Received scene 1 ; key 1
20:34:35.544 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:35.555 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = CENTRAL_SCENE, value = {key=1, scene=1}
20:34:35.656 [DEBUG] [ApplicationCommandMessageClass:41   ] - NODE 7: Application Command Request (ALIVE:DONE)
20:34:35.666 [DEBUG] [ApplicationCommandMessageClass:146  ] - NODE 7: Incoming command class SWITCH_MULTILEVEL (0x26)
20:34:35.675 [DEBUG] [veMultiLevelSwitchCommandClass:95   ] - NODE 7: Received Switch Multi Level Request
**> 20:34:35.684 [DEBUG] [veMultiLevelSwitchCommandClass:115  ] - NODE 7: Switch Multi Level report, value = 53**
20:34:35.693 [DEBUG] [b.z.i.protocol.ZWaveController:668  ] - NODE 7: Notifying event listeners: ZWaveCommandClassValueEvent
20:34:35.710 [DEBUG] [.z.internal.ZWaveActiveBinding:472  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = SWITCH_MULTILEVEL, value = 53

Well, that’s good news! Congratulations, and thanks for blazing a trail for us!

No problem! I had a bit of a scare last night with my second switch after i flashed it. THe switch wasn’t registering as a WD-100+ with any features. I ended up removing the switch 2x from my network and re-adding it and it came back correctly. Thought for a moment it got bricked.

Onto my next question, how are “association groups” handled. I made both switches a member of each other in the group association. Is there something else i need to do to “sync” them? I know i can do it in a rule but if association groups natively handle this i think it would be more efficient.

No idea… I am barely sure that the modules I have support that feature, and I’m sure that the current binding doesn’t support all of the features of the modules I have. (The binding seems to support the modules I have based on some default capability, but doesn’t seem to support associations.)

@chris Quick question regarding association groups. Now that my switches are upgraded to the new firmware and the switches report back dim changes from the physical paddle. How do association groups work to sync two switches together.

Right now i have Switch ONE a member in Association Group 1 on Switch Two
and
Switch TWO a member in association Group 1 on Switch ONE.

Is there anything else i need to do to make this work?