Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add protocol for 'conecto' devices #127

Open
mwittig opened this issue Sep 13, 2019 · 3 comments
Open

Add protocol for 'conecto' devices #127

mwittig opened this issue Sep 13, 2019 · 3 comments

Comments

@mwittig
Copy link
Contributor

mwittig commented Sep 13, 2019

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

@mwittig
Copy link
Contributor Author

mwittig commented Jan 28, 2020

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
Copy link
Contributor Author

mwittig commented Jan 30, 2020

@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
Copy link
Contributor Author

mwittig commented Jan 30, 2020

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant