pimatic / rfcontroljs

nodejs modul with protocol support for different 433mhz switches and weather stations for the RFControl Arduino library.
GNU General Public License v3.0
49 stars 54 forks source link

Add protocol for 'conecto' devices #127

Open mwittig opened 5 years ago

mwittig commented 5 years ago

https://forum.pimatic.org/topic/4718/rf-protocol-for-conecto-devices

mwittig commented 4 years ago

conecto IP44 Funksteckdosen

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
mwittig commented 4 years ago

@MrSponti @mrdago I finally got hold of a conecto remote which will help me to complete the protocol implementation. The test data you provided turned out to contain errors as some sample got mixed up. I was also missing the data for channel C and D. Implementation is in progress but it may take two more weeks to complete the work as I am buy the next days.

mwittig commented 4 years ago

New test data


        #'10011001100101010101100101101001010101011010101010010110011010010102' # Channel A - Command 'ON'
        #'10011001100101010101100101101001010101011010100110010110011010100102' # Channel A - Command 'OFF'
        #'10011001100101010101100101101001010101011010011010010110011001010102' # Channel B - Command 'ON'
        #'10011001100101010101100101101001010101011010010110010110011001100102' # Channel B - Command 'OFF'
        #'10011001100101010101100101101001010101011001101010010110010110010102' # Channel C - Command 'ON'
        #'10011001100101010101100101101001010101011001100110010110010110100102' # Channel C - Command 'OFF'
        #'10011001100101010101100101101001010101010110101010010110100110010102' # Channel D - Command 'ON'
        #'10011001100101010101100101101001010101010110100110010110100110100102' # Channel D - Command 'OFF'
        #'10011001100101010101100101101001010101010110010110010110100101100102' # ALL - Command 'ON'
        #'10011001100101010101100101101001010101011001010110010110010101100102' # ALL - Command 'OFF'