I built a RFLINK and before hooking it up to Domoticz, I'm trying it with RFLinkLoader.
From Terminal window of RFLinkLOader, with SerialPort Logging ON, but not DEBUG mode, it seems I receive some mesages related to a remote controlling a motorized video screen. This remote has 3 buttons: UP, STOP and DOWN.
In RFLinkLoader, I can see the following messages:
(I deleted the detections of my oregon sensors for the sake of clarity).20;00;Nodo RadioFrequencyLink - RFLink Gateway V1.1 - R43;
10;version;
20;01;VER=1.1;REV=43;BUILD=0a;
20;03;BrelMotor;ID=8100ba;SWITCH=e1;CMD=DOWN;
20;04;BrelMotor;ID=8100ba;SWITCH=e1;CMD=STOP;
20;06;BrelMotor;ID=8100ba;SWITCH=e1;CMD=UP;
So RFLInk seems to recognize the actions sent by the remote control.
But when I try to send commands with RFLinkLoader, it does nothing and I also receive error messages:
What am I doing wrong ? (I typed for instance "10;BrelMotor;ID=8100ba;SWITCH=e1;CMD=DOWN;" in the text field at bottom of RFLINKLoader and pushed the "send button")10;BrelMotor;ID=8100ba;SWITCH=e1;CMD=DOWN;
20;0F;CMD UNKNOWN;
10;BrelMotor;ID=8100ba;SWITCH=e1;CMD=UP;
20;11;CMD UNKNOWN;
10;BrelMotor;ID=8100ba;SWITCH=e1;CMD=STOP;
20;13;CMD UNKNOWN;
I use firmware v43 (as shown in capture above).
Thanks for your support
Ricorico94