A while ago I bought Qnap to act as home server. Then I had THE idea to move Domoticz from trusty old Radxa Rock on to Qnap. Problem is that the placement for Qnap is in garage and there is no way rf signals gets passed thru the brick walls. So I had to figure out how to leave my RfxTrx433E and MySensors gateway to place where they were before, in the center of house.
MySensors was an easy task. Just made ethernet gateway. RfxTrx433E was bit harder. I wanted to keep things simple as possible. There is possibility to use RPi and ser2net etc.. I had an idea that there must be some serial communication and serial(TTL) to ethernet would do the job. So I opened the box of RfxTrx433E and found there is FTDI FT232RL inside. From datasheet I found out its pins 1 and 5 are for serial comunication with MCU. Following traces on board lead to nicely labeled thru holes: T and R and these actually were TX and RX. Everything did look very promising and I did order this module: UART to Ethernet (IEEE802.3 - RJ45) Transparent Transmission Adapter with CH9121 (edit: link updated.. again and again)



Next I hooked up a USB<->TTL cable and tested it. It did work! Then the same thing with Ethernet TTL module. Some weird results from serial monitor.. wtf.. spend quite some time testing thru all the baud rates etc. Then I found the needed setting from module management tool: Package len. By default it was set to value 1024(max). I did set it to 8 and suddenly everything was working. RfxTrx433E started to communicate with domoticz thru lan interface.





Second last thing to sort out was powering the ethernet module. Voltage regulators(3.3v) on RfxTrx433E are not powerful enough to power ethernet module(max 200ma). So I had to "stole" 5V right after USB connector. Ground was easy to find from JP1 connector. The middle one from 5 pins.


Last thing to sort out is how to get these two to same enclosure.. perhaps some drawing and 3d printing.. still on my todo list


ps. To get all the existing devices to new HW at Domoticz: I created a new HW device for Lan interface and then I swapped on Hardware table the device ID's.

Sorry about the language and typos. I'm not native english speaker.
Disclaimer: if you plan to make the same modification there is risk to broke your valuable RfxTrx433E. You have been warned!