I'm trying to use rflink with Domoticz, first steps with 433 Mhz.
So far RFLink have been able to recognize few elements (two PIR sensors and a garage remote controller), but I'm struggling with a remote controller for power socket.
This remote has 4 buttons and manage two sockets, so each socket has a ON button and a OFF button.
This is the serial printout of RFLink for all the buttons:
Socket 1 ON: 20;9C;Doorbell;ID=e450;SWITCH=1;CMD=ON;CHIME=01;
Socket 1 OFF: 20;9D;Doorbell;ID=e450;SWITCH=1;CMD=ON;CHIME=01;
Socket 2 ON: 20;9E;Doorbell;ID=e450;SWITCH=1;CMD=ON;CHIME=01;
Socket 2 OFF: 20;9F;Doorbell;ID=e450;SWITCH=1;CMD=ON;CHIME=01;
They all looks the same !

If I try to send the command (using RFLink loader)
10;Doorbell;ID=e450;SWITCH=1;CMD=ON;CHIME=01;
Reply is
20;02;CMD UNKNOWN;
(the same behaviour using Domoticz)
I've been trying some debugging using another Arduino with RCSwitch libraries and I found the following data:
Socket 1 ON: Binary: 100111001000101000001100 PulseLength: 140 microseconds Protocol: 1
Socket 1 OFF:Binary: 100111001000101000000100 PulseLength: 140 microseconds Protocol: 1
Socket 2 ON: Binary: 100111001000101000001010 PulseLength: 140 microseconds Protocol: 1
Socket 2 OFF:Binary: 100111001000101000000010 PulseLength: 140 microseconds Protocol: 1
Sending those values with the help of the same library I'm able to activate the power socket, so it means that it's just a problem of coding.
Any idea how to send "doorbell" command to rflink or translate from RCSwitch library to RFLink ?

Thank you for any possible help or hint !
Arduino Mega 2560
SRX882 + STX882
RFLink Gateway V1.1 - R48
Domoticz Version: 3.8153