RFY for ASA motors

Hi,

I am trying to get my ASA ETR awning to work with Vera/RFXcom plugin. I have configured the ASA motor in the RFXtrx433E using the RFXmngr software and it works like a charm. Somfy RTS is present in the RFY protocol, but the subtype ASA is not selectable.

After some serious googling I think I may be getting closer to the solution. From the log when using RFY/RTS I get the following readout:

luup_log:17: RFXtrx: debug: windowCovering Up WC/RFY0/10101/01 <0x6eac1520>
luup_log:17: RFXtrx: debug: Sending command: 0C 1A 00 07 01 01 01 01 01 00 00 00 00 <0x6eac1520>

luup_log:17: RFXtrx: debug: windowCovering Down WC/RFY0/10101/01 <0x6edc2520>
luup_log:17: RFXtrx: debug: Sending command: 0C 1A 00 06 01 01 01 01 03 00 00 00 00 <0x6edc2520>

luup_log:17: RFXtrx: debug: windowCovering Stop WC/RFY0/10101/01 <0x6ec86520>
luup_log:17: RFXtrx: debug: Sending command: 0C 1A 00 02 01 01 01 01 00 00 00 00 00 <0x6ec86520>

A post on Openhab forum (?RFXCOM binding with RFY protocol and ASA subprotocol?) explains the octets. The initial 3 above should accordingly be ?0C 1A 03? instead of ?0C 1A 00?, since the subtype of ASA should be ?03?. The rest of the octets should follow the same principles as RFY/RTS.

But, I am stuck here. Could someone please explain how do I get this into the plugin code? I am an OLD programmer, but without experience of Vera plugins?

I would appreciate any guidance on this.