-
Notifications
You must be signed in to change notification settings - Fork 124
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
Dooya DD remote version support #227
Comments
Did you get anywhere with this? I'm having the same problem with a DD1800 remote. Sonoff rf-bridge with portisch firmware installed, rfraw 177, nothing registering at all when pushing buttons. Other RF remotes' signals are received. Noteworthy perhaps that the red 'RF' light on the front of the rf-bridge does not come on when pushing buttons on the DD1800 remote. |
Nothing here... thinking in change the original controller on my blinds but risking losing it. Need more time to this project. |
I'm having the same problem with a DD2702 remote. Nothing is registering in console and the RF light doesn't react. The remote has 15 channels. Tried them all. Nothing. |
I can try to code it but I don't know where to start to understand how it works. If anyone can share some information or knowledge to enable me to contribute I appreciate it. |
I wouldn´t know where to begin. But maybe the hex file here works? #221 |
Problem is reading my remote codes since the bridge don't show anything when I hit the remote button. |
I can confirm that the hex file in #221 doesn't help this problem. I was hoping that the software is telling the unit what signals to listen for and this was just a matter of telling it to listen for the right signals. If that's not the case and this is a hardware problem where the unit is simply incapable of receiving signals from this remote then I don't think this is fixable. |
For what it's worth, I also tried changing my remote (DD1800) to mono-directional and got the same results as above. Signals are received by Rf-bridge, but I cannot pair the remote with my blinds when it is in mono mode. |
I confirmed with my blinds manufacturer, Brel, that the blinds will not work in mono-directional mode. This might be an option: https://community.home-assistant.io/t/bi-directional-blinds-motor-supported/595685 I´m wondering if the RF signal can´t be spoofed, is there a way to open up the remote and solder an ESP to it to generate signals? I don´t have the skills to figure that out myself but if someone else has the knowhow |
Lol same with me! |
Rfraw 177 is practically useless if you don't know how to add the code to the protocol. I have tried many times and asked for support. Never managed to get the code into the hex file. The python bo to b1 converter was not working last time I tried. |
It´s been a while since this was active but I figured I´d share my solution since it doesn´t look like anyone found a better one. I never managed to get the sonoff bridge to work and I´m pretty sure it´s incompatible with these type of bi-directional motor blinds. So my solution was to buy a different device. This is what I got and I´m very happy with it http://www.rfxcom.com/epages/78165469.sf/en_GB/?ObjectPath=/Shops/78165469/Products/23104 |
Latest firmware used?
Be sure you tried the latest release
Information
What device you try to sniff data from?
Dooya DD1602H remote that controls my blinds
Sniffed data
Can’t get any data after any rfraw command to start sniffing
Probably the Dd remote version has a different protocol. How can I get data to code the protocol support?
The text was updated successfully, but these errors were encountered: