-
Notifications
You must be signed in to change notification settings - Fork 36
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 support for Sonoff T2EU3C-RF #44
Comments
Hi ! Can you please run this debug command in RFLINK: 10;rfdebug=on; Thank you ! |
@cpainchaud Hello, there are left-center-right button-outputs. Can you please tell me in short, how you would implement new device based on this output? I think you will "simply" find a repeated pattern in it? How long does it need to be, what part to select? I would like to implement more devices, if I know how to. Thank you.
Another shot, just in case it's needed:
|
Hi! We need to know what action you did before you capture. Example:
|
@cpainchaud Of course - it's divided for left, center, right button press. |
ok, never mind! so it is sending several packets each time? or is it the response of other devices that we see after that ? |
@cpainchaud I'm quite sure that it's only from this device, not any others (I've done it multiple times). So probably yes, multiple packets each time. |
it is fairly unusual, usually devices sent 1 message (and replay it 2 or 3 times) , here we see many different messages. What are the other devices you are trying to interract with? bulbs? |
may be I found something, do you have a second device or only 1 ? So i can capture the differences ... |
Sadly, only one of this device. |
ok, so you want to detect in RFlink, right? you don't need to emulate it,
do you (transmit RF)?
…On Thu, Feb 18, 2021 at 4:46 PM David Česal ***@***.***> wrote:
Sadly, only one of this device.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#44 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTC5PX3NL3EJBYELZ2L3D3S7UY5ZANCNFSM4VS2GG6A>
.
|
Not emulate, only detect, yes. Emulating will be maybe second step for some other devices, not this. Thanks. |
ok, because i can potentially create a plugin but many pieces cannot be
confirmed until we get people to send us more codes to confirm what it is
or not so it may change in the future
…On Thu, Feb 18, 2021 at 4:59 PM David Česal ***@***.***> wrote:
Not emulate, only detect, yes. Emulating will be maybe second step for
some other devices, not this. Thanks.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#44 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTC5PSEX2XQD6PNIBC7YGLS7U2OLANCNFSM4VS2GG6A>
.
|
Hello, thanks for your work on this library!
We have 3-button Sonoff T2EU3C-RF and it's working only partly:
20;CE;Eurodomest;ID=0f1bff;SWITCH=05;CMD=ALLON;
20;CF;Eurodomest;ID=0f1bff;SWITCH=06;CMD=ALLON;
Is it possible to add support for this device? https://www.itead.cc/sonoff-t2eu-rf-86-type-433-wall-sticky-rf-remote.html
Thank you.
The text was updated successfully, but these errors were encountered: