It was easy to flash and has the same LED numbers, they are bigger compared to the round IR gateway. It has the same pinout as the one described by @henning1004 and @depen , thanks for it!
You can find all the instructions for the flash on the blog post.
Yeess It’s working! Since I’m a total n00b with platformio, it took me some additional time…
hint to the other n00bs following me,
After: platformio run --target erase
You need to upload the code as well, the –target erase only wipes the settings memory.
After that we need to uploaded executable code (I overlooked)
Use: platformio run --target upload
Now I selected on tasmota the YTF IR Bridge module and on the cmd on tasmota I can send and receive commands, i will try to make a more detailed explanation once I set it up on Home Assistant
Let me know if you have any problems along the way and I’ll try to help out! I was lost as you but I kept on reading and found some good answers along the way.
Nice write up, but this all can be found on Tasmota webpage. Nothing fancy here.
Only thing really important is to get a WORKING FTDI adapter. I got a few that don’t work which can cause massive confusion.
As far as I know this board is not ESPHOME compatible. The main MCU is not a ESP8266 or ESP32 and does not have GPIO0 (this chip uses CEN pin to enable flashing, but not in the same way as ESP chips).
The MCU is a Beken Chip and thre is a project called open beken that has complied a customized tasmota firmware for it.
This firmware can be used on all new tuya chips (beken). I already flashed some cheap relays with power metering, but not any device with rf and IR features, so cant be really helpfull.
I have a device like yours and i’m looking for info to convert it to open beken, if I found some info i’ll share in this post.
I ordered this but haven’t received it yet. It works with ESPHome with no firmware flashing. I needed the RF for one device, the IR only version is almost half the price. There is code for it on here somewhere. You need to learn every IR code though but that’s true of any DIY project.
I really wanted to order the below as it works with ZHA out of the box but for some reason they stuck an ESP32 and Tuya chip in it so it works with both. Not sure who that’s for but that required a Tuya RF module along with an RF receiver/transmitter for the ESP32. Not really sure who it’s for but it has a zigbee chip also. Maybe for people with multiple ecosystems like HA and smart life. I just couldn’t justify spending over double for Zigbee, which is all I wantedl that isn’t in the model above.
All the open source ones I found online were essentially just an ESP32 with an IR receiver and transmitter so you would have to design a case to 3D print without everything just being exposed but the code is simple enough to create in ESPHome if you want to go that route.
I really want the remote two by unfolded circle but I can’t justify that price and I’m always skeptical of Kickstarter’s. That thing looks like it was designed for HA with everything else being an afterthought. It does have the potential to be an endgame remote though as the software is open source with a open source API for developers. You just log into HA from the remote and tell it what entities to bring in then map them to any button.