Just getting this down here because I’ve been searching for weeks and nothing on the interwebs has told me this.
TLDR: There are newer Dooya blind motors that using rolling codes for the RF433. The DD7006 box from Wintec, in the Dooya catalog, that works with the Motionblinds integration does not support these motors and will not pair to them.
For our house we bought a complete set (23 blinds) of Dooya Top-Down-Bottom-Up (TDBU) blinds. These came supplied with Dooya DVQ24WF/P-0.8/34 DV Venetian Blinds Drive motors to operate them.
I had bought a Wintec DD7006 (The POE Version) because the Dooya 2025 catalog implied it could control these blind motors and would integrate with Home Assistant using the Motionblinds integration.
The DD7006 does indeed integrate with Home assistant. Unfortunately it does not support the particular blind motor supplied with my blinds. I thought it might be faulty so bought a second one but again it would fail to pair. I reached out to Dooya with screenshots etc asking for assistance but they ignored my email.
The blinds came supplied with Dooya DC2700AM remote controls. These are single blind controls. Wanting to reduce the number of controls, I bought a Dooya DC2702 15-channel remote control. It also failed to pair with the blind motors.
A Mandarin speaking friend called Dooya on my behalf and they informed that the motor I had needed a ‘rolling code’ remote. The DC2700 and DC2702 are fixed code remotes, not rolling code. The DC2700AM and DC2702D are the rolling code variants.
Extrapolating from that I assume the DD7006 box also will not support rolling codes, at least with the latest firmware at the time of writing.
I also tried a Broadlink RM4 Pro but it also fails to capture the codes and pair, likely due to the rolling codes.
The Wintec DD7006 is in Dooya’s catalog, but when asking Dooya for support on this they advised they don’t make the box and that we should reach out to the manufacturer. They did not have any contact details for “wintec” and a quick search didn’t reveal any to me.
My fallback now is either:
- Dooya DC1545V Serial to Tuya converter (I’d need to see if this can work with TuyaLocal or LocalTuya
- Try to use @loongyh 's excellent Dooya blind protocol code to control the motor I have.
I’m leaning towards the latter but there will be two things I need to fix:
- My blind motor is serial, the code is for RS485. I don’t think it actually matters in the end, UART is UART and the UART->RS485 conversion is usually handled in hardware
- A breaking change in November 2025 will deprecate the schema for cover used in loongyh’s code and I’m not sure I’m competent to fork and adjust the code to handle it.
WARNING Using cover.COVER_SCHEMAis deprecated and will be removed in ESPHome 2025.11.0. Please usecover.cover_schema(…) instead.
Anyway, thanks for coming to my TED talk and hopefully this will appear in a search result to prevent someone else wasting $350 on boxes that won’t work.




