Hello,
from Amazon I bought the following 433MHz RF devices:
conecto IP44 Funksteckdosen
It seems that the protocol is not yet supported by pimatic. As I’m not familiar with github and the necessary implementation steps, it would be great if an expert would find the time to implement the protocol for the switches from conecto.
Here is the debug log from pimatic:
Channel A - Command 'ON':
17:37:34.123 [pimatic-homeduino] debug: data: "RF receive 316 844 10356 0 0 0 0 0 01010101101010011001010101011010010101011010101010010101011001010102"
17:37:34.126 [pimatic-homeduino] debug: received: [ 316, 844, 10356 ] 01010101101010011001010101011010010101011010101010010101011001010102
Channel A - Command 'OFF':
17:37:47.280 [pimatic-homeduino] debug: data: "RF receive 316 844 10360 0 0 0 0 0 01010101101010011001010101011010010101011010100110010101011001100102"
17:37:47.283 [pimatic-homeduino] debug: received: [ 316, 844, 10360 ] 01010101101010011001010101011010010101011010100110010101011001100102
Channel B - Command 'ON':
17:30:00.412 [pimatic-homeduino] debug: data: "RF receive 316 844 10360 0 0 0 0 0 01010101101010011001010101011010010101011010011010010101011010100102"
17:30:00.415 [pimatic-homeduino] debug: received: [ 316, 844, 10360 ] 01010101101010011001010101011010010101011010011010010101011010100102
Channel B - Command 'OFF':
17:30:37.951 [pimatic-homeduino] debug: data: "RF receive 316 844 10360 0 0 0 0 0 01010101101010011001010101011010010101011010010110010101011010010102"
17:30:37.954 [pimatic-homeduino] debug: received: [ 316, 844, 10360 ] 01010101101010011001010101011010010101011010010110010101011010010102
Cannel ALL - Command 'ON':
17:44:27.380 [pimatic-homeduino] debug: data: "RF receive 316 844 10360 0 0 0 0 0 01010101101010011001010101011010010101010110010110010101100110010102"
17:44:27.384 [pimatic-homeduino] debug: received: [ 316, 844, 10360 ] 01010101101010011001010101011010010101010110010110010101100110010102
Channel ALL - Command 'OFF':
17:44:35.725 [pimatic-homeduino] debug: data: "RF receive 316 844 10360 0 0 0 0 0 01010101101010011001010101011010010101011001010110010101010110010102"
17:44:35.729 [pimatic-homeduino] debug: received: [ 316, 844, 10360 ] 01010101101010011001010101011010010101011001010110010101010110010102
Thanks in advance!