Thanks. Will update these.
Problem is I need to do fussy search using keywords. And the sellers tries to get as many matches as possible (they add a lot of keywords thats not even describe their product). The ali-database is updated constantly. Gah.
Hello everyone,
Firstly, I apologize for reviving such an old thread, but I find myself in a unique situation and was hoping some of you might be able to help.
I hope everyone's doing well. I have a specific inquiry that I couldn't find a recent solution for. Does anyone here know of a tool to generate "fake" Dooya remote (DC90) RF codes for curtains? I've acquired a few motors without controllers and am trying to integrate them with Home Assistant and Bradlink RF remote. Specifically, I'm searching for a way to generate codes for the Up, Down, Stop, and the "Set" button functions to configure curtain limits.
Any insights or guidance would be immensely appreciated. Thank you so much in advance!
Just for reference, as this solution was no yet mentioned:
You could also use a second UART on your controller or a software serial for debuging with the following defines:
#define MY_SERIALDEVICE Serial // Interface for controller connection
#define MY_DEBUGDEVICE Serial1 // Interface for debug output
Regards, Edi