Had a discussion with RFXcom about Cotech/Kangtai remote wall plugs sold at least in ClasOhlson:
http://www.clasohlson.com/fi/Kaukokytki ... me/36-6010
They nicely implemented this protocl to the newest 1013 firmware of RFXtrx433E which probably will be available soon. Have tested it with RFXmngr and it works fine. Here is the log of all four on/off channels of one remote:
Code: Select all
================================================
Set Mode
================================================
Reset receiver/transceiver
================================================
Get Status
------------------------------------------------
Packettype = Interface Message
subtype = Interface Response
Sequence nbr = 11
response on cmnd = Get Status
Transceiver type = 433.92MHz
Firmware version = 1013
Firmware Type = Ext2
Transmit power = 10dBm
Hardware version = 1.3
Undec off
X10 disabled
ARC disabled
AC enabled
HomeEasy EU disabled
Meiantech disabled
Oregon Scientific disabled
ATI disabled
Visonic disabled
Mertik disabled
AD disabled
Hideki disabled
La Crosse disabled
FS20/Legrand disabled
ProGuard disabled
BlindsT0 disabled
BlindsT1 disabled
AE disabled
Rubicson disabled
FineOffset disabled
Lighting4 enabled
RSL disabled
Byron SX disabled
Imagintronix disabled
KeeLoq disabled
Home Confort disabled
RFU2 disabled
RFU3 disabled
RFU4 disabled
RFU5 disabled
RFU6 disabled
RFU7 disabled
------------------------------------------------
------------------------------------------------
------------------------------------------------
Packettype = Lighting5
subtype = Kangtai, Cotech
Sequence nbr = 0
ID = 22F6 decimal:8950
Unit = 1
Command = On
Signal level = 2 -104dBm
------------------------------------------------
------------------------------------------------
Packettype = Lighting5
subtype = Kangtai, Cotech
Sequence nbr = 1
ID = 22F6 decimal:8950
Unit = 1
Command = Off
Signal level = 3 -96dBm
------------------------------------------------
------------------------------------------------
Packettype = Lighting5
subtype = Kangtai, Cotech
Sequence nbr = 2
ID = 22F6 decimal:8950
Unit = 2
Command = On
Signal level = 3 -96dBm
------------------------------------------------
------------------------------------------------
Packettype = Lighting5
subtype = Kangtai, Cotech
Sequence nbr = 3
ID = 22F6 decimal:8950
Unit = 2
Command = Off
Signal level = 3 -96dBm
------------------------------------------------
------------------------------------------------
Packettype = Lighting5
subtype = Kangtai, Cotech
Sequence nbr = 4
ID = 22F6 decimal:8950
Unit = 3
Command = On
Signal level = 3 -96dBm
------------------------------------------------
------------------------------------------------
Packettype = Lighting5
subtype = Kangtai, Cotech
Sequence nbr = 5
ID = 22F6 decimal:8950
Unit = 3
Command = Off
Signal level = 3 -96dBm
------------------------------------------------
------------------------------------------------
Packettype = Lighting5
subtype = Kangtai, Cotech
Sequence nbr = 6
ID = 22F6 decimal:8950
Unit = 4
Command = On
Signal level = 3 -96dBm
------------------------------------------------
------------------------------------------------
Packettype = Lighting5
subtype = Kangtai, Cotech
Sequence nbr = 7
ID = 22F6 decimal:8950
Unit = 4
Command = Off
Signal level = 3 -96dBm
However, I'm not sure if I'm a total noob with RFX or doesn't Domoticz fully support this new device addition because I can just register one button per channel. Here is one registration:
.RFXCOM 433,92Mhz Transceiver 0022F6 2 Garden Light Lighting 5 Unknown
It shows like my other lightning switches, but when clicking it, it seems to send only the "on" command and doesn't update the lamp/switch icon to "on". It never sends the "off" command. When trying to register the off button of the same channel it says that this code is already registered to "Garden Light". The actual on command is sent correctly as the garden lights turn on. Seems that there are some very tiny problem somewhere but cannot find where.
Here is log from Domoticz:
Code: Select all
2017-01-08 00:39:40.745 RFXCOM: Using serial port: /dev/ttyUSB0
subtype = Interface Response
Sequence nbr = 45
response on cmnd = Get Status
Transceiver type = 433.92MHz
Firmware version = 1013
Firmware type = Ext2
Hardware version = 1.3
Undec off
X10 disabled
ARC disabled
AC enabled
HomeEasy EU disabled
Meiantech/Atlantic disabled
Oregon Scientific disabled
ATI disabled
Visonic disabled
Mertik disabled
AD disabled
Hideki disabled
La Crosse disabled
FS20/Legrand disabled
ProGuard disabled
BlindsT0 disabled
BlindsT1 disabled
AE disabled
RUBiCSON disabled
FineOffset disabled
Lighting4 enabled
Conrad RSL disabled
ByronSX disabled
IMAGINTRONIX disabled
KEELOQ disabled
2017-01-08 00:46:39.026 User: Admin initiated a switch command (79/Garden Light/On)
2017-01-08 00:46:39.027 (RFXCOM 433,92Mhz Transceiver) Lighting 5 (Garden Light)
2017-01-08 00:46:55.513 User: Admin initiated a switch command (79/Garden Light/On)
2017-01-08 00:46:55.513 (RFXCOM 433,92Mhz Transceiver) Lighting 5 (Garden Light)