Using firmware 42

Moderators: leecollings, Stuntteam
Code: Select all
10;RTSSHOW;
Code: Select all
RTS Record: 0 Address: FFFFFF RC: FFFF
RTS Record: 1 Address: FFFFFF RC: FFFF
RTS Record: 2 Address: FFFFFF RC: FFFF
RTS Record: 3 Address: FFFFFF RC: FFFF
RTS Record: 4 Address: FFFFFF RC: FFFF
RTS Record: 5 Address: FFFFFF RC: FFFF
RTS Record: 6 Address: FFFFFF RC: FFFF
RTS Record: 7 Address: FFFFFF RC: FFFF
RTS Record: 8 Address: FFFFFF RC: FFFF
RTS Record: 9 Address: FFFFFF RC: FFFF
RTS Record: 10 Address: FFFFFF RC: FFFF
RTS Record: 11 Address: FFFFFF RC: FFFF
RTS Record: 12 Address: FFFFFF RC: FFFF
RTS Record: 13 Address: FFFFFF RC: FFFF
RTS Record: 14 Address: FFFFFF RC: FFFF
RTS Record: 15 Address: FFFFFF RC: FFFF
Code: Select all
10;RTS;02FFFF;0412;3;PAIR;
Code: Select all
10;RTSSHOW;
Code: Select all
RTS Record: 0 Address: FFFFFF RC: FFFF
RTS Record: 1 Address: FFFFFF RC: FFFF
RTS Record: 2 Address: FFFFFF RC: FFFF
RTS Record: 3 Address: 02FFFF RC: 0018
RTS Record: 4 Address: FFFFFF RC: FFFF
RTS Record: 5 Address: FFFFFF RC: FFFF
RTS Record: 6 Address: FFFFFF RC: FFFF
RTS Record: 7 Address: FFFFFF RC: FFFF
RTS Record: 8 Address: FFFFFF RC: FFFF
RTS Record: 9 Address: FFFFFF RC: FFFF
RTS Record: 10 Address: FFFFFF RC: FFFF
RTS Record: 11 Address: FFFFFF RC: FFFF
RTS Record: 12 Address: FFFFFF RC: FFFF
RTS Record: 13 Address: FFFFFF RC: FFFF
RTS Record: 14 Address: FFFFFF RC: FFFF
RTS Record: 15 Address: FFFFFF RC: FFFF
that's how a new year should start , glad it helped youWillem81 wrote:Thanks manFinally I am able to control the blinds !
10;RTS;0100F2;0;DOWN;
10;RTS;0100F2;0;UP;
10;RTS;0100F2;0;STOP;
All work!
Now I am going to check how to get them to work with Domoticz
Thanks again!!
Code: Select all
10;RTS;0F0F0F;3;DOWN;
10;RTS;0F0F0F;3;UP;
10;RTS;0F0F0F;3;STOP;
Code: Select all
10;RTSSHOW
RTS Record: 0 Address: C14762 RC: 0440
RTS Record: 1 Address: 828EC2 RC: 0D78
RTS Record: 2 Address: C14761 RC: 06D6
RTS Record: 3 Address: 0F0F0F RC: 0424
RTS Record: 4 Address: 51D840 RC: 9BB1
RTS Record: 5 Address: 828E5B RC: 0DAE
RTS Record: 6 Address: 000000 RC: 0001
RTS Record: 7 Address: 000000 RC: 0000
RTS Record: 8 Address: 000000 RC: 0000
RTS Record: 9 Address: 000000 RC: 0000
RTS Record: 10 Address: 000000 RC: 0000
RTS Record: 11 Address: 000000 RC: 0000
RTS Record: 12 Address: 000000 RC: 0000
RTS Record: 13 Address: 000000 RC: 0000
RTS Record: 14 Address: 000000 RC: 0000
RTS Record: 15 Address: 000000 RC: 0000
Hello,marcusnl wrote: ↑Tuesday 18 April 2017 21:00 Has anyone actually got this to work with Domoticz? And how?
I followed the instructions and paired it. When I have the RFLink connected to my laptop I can send the codes like 10;RTS;02FFFF;3;DOWN; and UP and STOP and ON and OFF and they work and my screen reacts as expected.
10;RTS;02FFFF;3;STOP;
20;1D;OK;
10;RTS;02FFFF;3;UP;
20;1E;OK;
10;RTS;02FFFF;3;DOWN;
20;1F;OK;
When connected to Domoticz I manually create a Venetian blinds switch EU with the RFY type and ID 20 FF FF. Since the unit code starts with 1 instead of 0 I use 4 and not three but I have tried both. I've just updated to the latest beta v3.7367 but until this morning I tried with the latest stable. My RFLink firmware is 46 and i have a Telis 1 RTS
The log says everything is ok but my screen doesn't move.
2017-04-18 20:53:55.002 User: Domousr initiated a switch command (61/RC1/On)
2017-04-18 20:53:55.003 RFLink Sending: 10;RTS;02ffff;3;ON
2017-04-18 20:53:58.325 RFLink: 20;26;OK;
2017-04-18 20:53:58.325 (RF-Link) Light/Switch (Unknown)
2017-04-18 20:54:21.858 User: Domousr initiated a switch command (61/RC1/Off)
2017-04-18 20:54:21.859 RFLink Sending: 10;RTS;02ffff;3;OFF
2017-04-18 20:54:25.212 RFLink: 20;27;OK;
2017-04-18 20:54:25.212 RFLink: 20;28;PONG;
2017-04-18 20:54:25.212 (RF-Link) Light/Switch (Unknown)
2017-04-18 20:55:14.879 RFLink: 20;29;PONG;
2017-04-18 20:55:49.473 EventSystem: reset all device statuses...
2017-04-18 20:55:53.555 User: Domousr initiated a switch command (62/RC2/On)
2017-04-18 20:55:53.556 RFLink Sending: 10;RTS;02ffff;4;ON
2017-04-18 20:55:56.797 RFLink: 20;2A;OK;
2017-04-18 20:55:56.797 (RF-Link) Light/Switch (Unknown)
2017-04-18 20:55:58.287 RFLink: 20;2B;AB400D;ID=60;SWITCH=1;CMD=ON;
2017-04-18 20:55:58.288 (RF-Link) Light/Switch (Unknown)
2017-04-18 20:56:16.232 User: Domousr initiated a switch command (62/RC2/Off)
2017-04-18 20:56:16.233 RFLink Sending: 10;RTS;02ffff;4;OFF
2017-04-18 20:56:19.560 RFLink: 20;2C;OK;
2017-04-18 20:56:19.561 (RF-Link) Light/Switch (Unknown)
I've tried RTSLONGTX but all I get is timeouts. What am I missing?
Code: Select all
20;00;Nodo RadioFrequencyLink - RFLink Gateway V1.1 - R48;
10;version;
20;01;VER=1.1;REV=48;BUILD=04;
10;status;
20;02;STATUS;setRF433=ON;setNodoNRF=OFF;setMilight=OFF;setLivingColors=OFF;setAnsluta=OFF;setGPIO=OFF;setBLE=OFF;setMysensors=OFF;
10;RTSSHOW;
RTS Record: 0 Address: 185401 RC: 0AC6
RTS Record: 1 Address: 0100F2 RC: 0006
RTS Record: 2 Address: F2D7CE RC: 0171
RTS Record: 3 Address: 0F0F0F RC: 042A
RTS Record: 4 Address: 175401 RC: 0B0E
RTS Record: 5 Address: 1A5401 RC: 095A
RTS Record: 6 Address: 0FBB69 RC: 02A6
RTS Record: 7 Address: 000000 RC: 0000
RTS Record: 8 Address: 000000 RC: 0000
RTS Record: 9 Address: 000000 RC: 0000
RTS Record: 10 Address: 000000 RC: 0000
RTS Record: 11 Address: 000000 RC: 0000
RTS Record: 12 Address: 000000 RC: 0000
RTS Record: 13 Address: 000000 RC: 0000
RTS Record: 14 Address: 000000 RC: 0000
RTS Record: 15 Address: 000000 RC: 0000
RTSLONGTX=ON10;RTSSHOW;
20;04;RTS;ID=f2d7ce;SWITCH=01;CMD=UP;
20;05;Debug;RTS P1;aa200171f2d7ce;
20;06;RTS;ID=f2d7ce;SWITCH=01;CMD=UP;
20;07;Debug;RTS P1;ab440172f2d7ce;
20;08;RTS;ID=f2d7ce;SWITCH=01;CMD=DOWN;
20;09;Debug;RTS P1;ab440172f2d7ce;
20;0A;RTS;ID=f2d7ce;SWITCH=01;CMD=DOWN;
20;0B;Debug;RTS P1;ab440172f2d7ce;
20;0C;RTS;ID=f2d7ce;SWITCH=01;CMD=DOWN;
20;0D;Debug;RTS P1;ab440172f2d7ce;
20;0E;RTS;ID=f2d7ce;SWITCH=01;CMD=DOWN;
20;0F;Debug;RTS P1;ac240173f2d7ce;
20;10;RTS;ID=f2d7ce;SWITCH=01;CMD=UP;
20;11;Debug;RTS P1;ac240173f2d7ce;
20;12;RTS;ID=f2d7ce;SWITCH=01;CMD=UP;
10;RTS;02FFFF;0412;3;PAIR;
20;13;OK;
20;14;Debug;RTS P1;ae200175f2d7ce;
20;15;RTS;ID=f2d7ce;SWITCH=01;CMD=UP;
20;16;Debug;RTS P1;ae200175f2d7ce;
20;17;RTS;ID=f2d7ce;SWITCH=01;CMD=UP;
20;18;Debug;RTS P1;ae200175f2d7ce;
20;19;RTS;ID=f2d7ce;SWITCH=01;CMD=UP;
20;1A;Debug;RTS P1;af440176f2d7ce;
20;1B;RTS;ID=f2d7ce;SWITCH=01;CMD=DOWN;
20;1C;Debug;RTS P1;a0680177f2d7ce;
20;1D;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
20;1E;Debug;RTS P1;a0680177f2d7ce;
20;1F;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
20;20;Debug;RTS P1;a0680177f2d7ce;
20;21;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
20;22;Debug;RTS P1;a0680177f2d7ce;
20;23;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
20;24;Debug;RTS P1;a0680177f2d7ce;
20;25;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
20;26;Debug;RTS P1;a0680177f2d7ce;
20;27;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
20;28;Debug;RTS P1;a0680177f2d7ce;
20;29;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
20;2A;Debug;RTS P1;a0680177f2d7ce;
20;2B;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
20;2C;Debug;RTS P1;a0680177f2d7ce;
20;2D;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
10;RTS;02FFFF;0412;3;PAIR;
20;2E;OK;
20;2F;Debug;RTS P1;a1660178f2d7ce;
20;30;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
20;31;Debug;RTS P1;a1660178f2d7ce;
20;32;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
20;33;Debug;RTS P1;a1660178f2d7ce;
20;34;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
20;35;Debug;RTS P1;a1660178f2d7ce;
20;36;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
20;37;Debug;RTS P1;a1660178f2d7ce;
20;38;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
20;39;Debug;RTS P1;a1660178f2d7ce;
20;3A;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
20;3B;Debug;RTS P1;a1660178f2d7ce;
20;3C;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
20;3D;Debug;RTS P1;a1660178f2d7ce;
20;3E;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
20;3F;Debug;RTS P1;a1660178f2d7ce;
20;40;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
20;41;Debug;RTS P1;a1660178f2d7ce;
20;42;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
20;43;Debug;RTS P1;a1660178f2d7ce;
20;44;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
20;45;Debug;RTS P1;a1660178f2d7ce;
20;46;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
10;RTS;02FFFF;0412;3;PAIR;
20;47;Debug;RTS P1;a1660178f2d7ce;
20;48;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
20;49;Debug;RTS P1;a1660178f2d7ce;
20;4A;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
10;RTS;02FFFF;0412;3;PAIR;
20;4B;OK;
20;4C;OK;
10;RTS;02FFFF;0412;3;DOWN;
10;RTS;02FFFF;3;DOWN;
10;RTS;02FFFF;3;DOWN;
10;RTS;02FFFF;3;DOWN;
10;RTS;02FFFF;3;DOWN;
10;RTS;02FFFF;3;DOWN;
10;RTS;02FFFF;3;DOWN;
20;4D;OK;
10;RTS;02FFFF;3;DOWN;
10;RTS;02FFFF;3;DOWN; /////DID All not WORK
10;RTS;02FFFF;3;DOWN;
20;4E;OK;
SWITCH=01;CMD=STOP;
20;81;Debug;RTS P1;a766017ef2d7ce;
20;82;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
20;83;Debug;RTS P1;a766017ef2d7ce;
20;84;RTS;ID=f2d7ce;SWITCH=01;CMD=STOP;
10;RTS;02FFFF;0412;3;PAIR;
10;RTS;02FFFF;0412;3;PAIR;
20;85;OK;
10;RTS;02FFFF;0412;3;UP;
10;RTS;02FFFF;0412;3;UP;
10;RTS;02FFFF;0412;3;UP;
10;RTS;02FFFF;0412;3;UP; // wont work
Users browsing this forum: No registered users and 1 guest