Add command class scene_activation to zwave database for FGRM222

Hi @chris,

could you please add the command class scene_activation for the Fibaro FGRM222 (firmware version 24.24 and up):

http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/413

I tried to edit the database but didn’t know all parameters (f.e. “ver”), so I cancelled it to not mess it up.

xml.file if needed:
http://pastebin.com/tbvyNc5q

debug.log:

2016-11-08 20:06:25.827 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 11: Incoming command class SCENE_ACTIVATION
2016-11-08 20:06:25.828 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - Received Scene Activation for Node ID = 11
2016-11-08 20:06:25.829 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - Scene Activation Set
2016-11-08 20:06:25.830 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - Scene activation node from node 11: Scene 14, Time 0
2016-11-08 20:06:25.831 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveCommandClassValueEvent
2016-11-08 20:06:25.831 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2016-11-08 20:06:25.832 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Got a value event from Z-Wave network, endpoint = 0, command class = SCENE_ACTIVATION, value = 14

I can see the event coming in but are not able to bind that to an item.

Thx a lot.

Scene Activation was added and works properly.

After setting parameter 50 to activated you will get a number back on this channel when the associated hardware buttons are pressed once, twice or in some cases three times.

The different numbers can be used in rules for example to:
one click: the associated rollershutter opens or closes
two clicks: all rollershutters in this room open or close

or the hardware buttons can be used to control completely different devices (two clicks switch the light on/off or whatever).