Hey everyone, I thought I’d share my recent experience setting up an ESPHome-based system to integrate with my Dooya RF devices. It’s been an exciting project, and I wanted to walk through the process for anyone else looking to dive into this setup.
First off, I stumbled upon the Dooya RF support addition in ESPHome 2024.4.0. It was a game-changer for me since I’ve been eyeing those sleek Dooya blinds for a while. The documentation and example configurations were incredibly helpful, making the setup much smoother than I anticipated.
Here’s a quick rundown of what I did:
-
ESP32 Setup: I started by setting up my ESP32 board. The process was straightforward with the ESPHome CLI, and having the example YAML file from the pull request was a massive time-saver.
-
RF Receiver Integration: I connected the RF receiver to GPIO15 on my ESP32. The YAML configuration for the binary_sensor and remote_receiver was a breeze to set up, especially with the detailed example provided.
-
Testing and Configuration: After uploading the firmware, I tested the setup with my Dooya remote. The initial setup was seamless, and the receiver picked up the signals without any issues. I even managed to automate the blinds using Home Assistant, which was a huge win.
-
Tips and Tricks: If you’re planning to do something similar, here are a few tips:
- Signal Optimization: Play around with the
tolerance,filter, andidlesettings in the RF receiver configuration. These can make a significant difference in reliability. - Debounce Filters: The
delayed_offfilter in the binary_sensor setup was crucial for preventing multiple triggers from a single button press. - Documentation: Don’t skip reading through the pull request and related issues. They’re packed with useful insights and troubleshooting tips.
- Signal Optimization: Play around with the
-
Challenges and Solutions: The only hiccup I encountered was figuring out the correct pin connections for the RF module. After some research and trial and error, I realized the importance of ensuring the ground and power pins were correctly connected. A simple multimeter check helped me confirm everything was in order.
Overall, this project has been a fantastic learning experience. The ESPHome community and documentation are top-notch, and integrating Dooya RF into my smart home setup has added a whole new level of convenience.
If anyone has questions or needs help with their own setup, feel free to reach out! I’d love to hear about others’ experiences and any tips they might have. Happy tinkering! ![]()