It would be great if the core documents for this project were available in .pdf format on the web site....
This would make it easy to have a local copy on a tablet or equivalent device for reference...
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!
25/25
Програма ChatGPT сказала:
It seems like you're exploring the use of PJON with RS485. While RS485 is natively supported in MySensors, using PJON for collision handling can offer some interesting advantages, especially in environments where communication reliability is critical. PJON's collision management may be useful in bus systems like RS485, but it's worth considering whether the added complexity is necessary.
Hi There,
I had a quick look, and this looks focused on SP8266. I have myself contributed to this: New TLS implementation #1520 .
I don't think this will apply for RaspberryPI MQTT GW.
Thanks and regards,
Eric.
It seems that using an Ethernet PHY (like LAN8720) with the ESP32 in a MySensors setup requires a bit of extra configuration, including initializing the PHY using the ETH.h library and disabling the default Wi-Fi initialization. Interestingly, this setup allows for dual IP addresses, with one for the Ethernet connection and another for Wi-Fi, which can be useful in certain applications.
super, once again a few super links, thanks for that
i will go for the easy way. this sketch by boots33 works perfectly.
But before that i will try to understand and learn the steps.
thanks again
branther
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