I see what's going on. Personally I think that the module is wrong, but it's easy enough to deal with. It's not sending a report message out to report the change, it's sending a get message. I have no idea why it would do that since it's not asking for something, it's reporting something.
Oh, and another reason it wouldn't have done anything is that the message you captured are showing scene id zero, and I was assuming that scene zero, as with some other modules, reflects a local load level, not really a scene id to activate, so more possible ambiguity I'm not sure about.
Is it a single scene type of device, or does it allow for multiple scenes to be invoked? If the latter, and you press other buttons, what shows up in the putty output?
Maybe if it's a pure scene controller then scene zero really is the id of a scene being set.
05-11-2014, 01:39 PM (This post was last modified: 05-11-2014, 01:46 PM by Dean Roddey.)
Nothing there makes any sense. Is that all of the output? There's no set of messages in there that could possibly represent all four buttons being pressed.
And perhaps it's also being mode more difficult to translate because those scene presses are making other things happen as well. But there's nothing in there that could reflect those four buttons being pressed.
Do you know what node id this controller is? That would make it easier also to trace which messages are from it. The only on that is sending scene actuator messages is 16, that I can see.
There are two scene actuator configuration messages for scene 0, from unit 16.
There are scene messages for nodes 6, 7, 8, and 9, but they are all from different units and AFAIK represent the value of those units being set by a scene being invoked, not by a scene controller sending out a scene message. There are four of the same for unit 11 being turned off, presumably by the same scene operations.
So, if unit 16 is the guy, then that couldn't be all the output, and the two that there are from the same unit. If unit 16 isn't the guy, then maybe it's not associated after all and so isn't sending anything itself to the VRCOP and all we are seeing are the results from other units of what it is doing (which may have confused me previously.)
05-11-2014, 03:03 PM (This post was last modified: 05-11-2014, 03:09 PM by potts.mike.)
It is node 16. I suppose I could remove all the lights from the scenes so that you don't see the the switches that are activated by the scenes. Nodes 6, 7, 8, 9 & 11 are all being activated so seeing them is not surprising.
Try that, or make sure that you capture all of the output. You may only be getting the last page of output if you just capture the screen content. You might have to enable capture to file or something. Though, if you take the lights out of it, that may reduce the output enough that it doesn't matter.
OK, those are proprietary message which are not defined by Z-Wave, so I don't know what they mean and I wouldn't want to add support for such messages even if I did.
Is there perhaps another group within the device that you can associate to get it to send regular scene messages?