Cooper RFWDC 6-Button Scene Controller...programming & association help

Hello,

I recently purchased a Cooper RFWDC 6 Button Scene Controller and have had some difficulties setting the device up to work correctly. Vera doesn’t seem able to program the associations correctly, resulting in multiple button presses being required to activate scenes. Having a button turn something off requires either togglestate to be set, which then causes a new issue, having to double tap the button to turn on or off depending on the state.

The Scene Transfer Protocol for the RFWDC Wall Mount Scene Controller is posted here:

http://www.cooperindustries.com/content/dam/public/wiringdevices/products/documents/technical_specifications/advancedtechinfo_V2.pdf

Does anyone know how programming could be initiated manually? The manual states:

For non scene capable devices: Association Command Class, Association Set (with group ID and node IDs) Association_Set, Grouping Identifier (1, 2, 3, 4, or 5 for Button 1 - 5), Node ID list (for all nodes that have the SAME level value in the scene. The levels can be 0x00, 0x01 - 0x63, or 0xFF) Configuration Command Class, Configuration Set (the value is applied to the list of node IDs in the previous association set) Configuration_Set, Parameter Number (1, 2, 3, 4, or 5 for Button 1 - 5), Configuration Value 1 (this value, 0x00, 0x01 - 0x63, or 0xFF, is the level value for all the nodes listed in the previous Association_Set command)[/quote]

I am able to manually associate group 1 with nodes, resulting in the FIRST button only functioning properly. Perhaps sending low level zwave commands manually would do it?

Thanks

button 2 is group 2 , 3 group 3, 4 group 4, button 5 group 5
perhaps you need to make group 2 and put the device you want to control in that group setting. in the scenecontroller device option tab.
in the end you would have 5 groups with devices in the scenecontroller
or make a trigger for each button and attach this to the devices in a scene

I also thought of that, per the manual.

Set groups 1,2,3,4 &5, nothing happens.

When i also set parameters 1-5, to 255 (or FF), it works, providing I only have group 1 associated.

When I set more than one group (with parameters), only one device turns on, and only the LAST group works. So when I have groups 1-3 set, only one device from group 3 is controlled. Does this every time even when I change the number of groups.

The scene triggers work, to turn on only. Turning them off doesn’t function unless you set togglestate in the group and push the button twice, instead of once for on, once for off.

well normally it would be seen as a scenecontroller and should be secondary controller where vera is the primary. if this doesnt work then it probably requires to be supported first. from what i can tell it should have different groups 1-5 and for this 1-5 parameters for “on” which is 0xff/255. my guess is that it should be button 1 in group 1 and 0xff for “on” and button 2 in group 2 and 0x00 for “off” for the same deviceId as in group 1 u want to control