Setting up an RF bridge for a Könighaus LED ceiling heating

I am starting with my first ESPHome project. I just bought a Könighaus LED ceiling heating and I would like to replace the remote control with an integration with Home Assistant. Since there is no IR LED on that remote, I can only suppose it is an RF one. I sent a mail to the manufacturer, just in case they would reply.

The features of the remote are:

  • toggle the heating,
  • decrease/increase the temperature,
  • set a timer value from a list of options,
  • toggle the light (which cycles through different modes).

I understand it is recommended to:

Am I missing something? Thanks in advance.

It’s anything between easy and impossible.
Instead of blindly buying some RF bridge, spend some time to find out what approach they use. Could be 433MHz or 2.4GHz…Or something else.
You can open remote controller or receiver to get some evidence if google search doesn’t give anything.

1 Like

Thanks for the suggestion! I opened the receiver. I don’t think I can open the remote without damaging it.

I think it seriously resembles a 433 MHz receiver like this one: Google Image Result for https://www.robozar.com/wp-content/uploads/2024/05/cha.jpg.

Could it still be something else?

Is there a FCC id sticker somewhere that could lead to clues?

The clue is the antenna. Looks like one for 433Mhz.

433Mhz - you still have to decode the protocols used. A matching dedicated encoder/decoder IC pair is often used. You may even encounter rolling code protocols.

Have a look at what that 4 pin transmitter/receiver board is connected to nearby. A closeup photo of the circuit board (including IC part numbers clearly identifiable) would be of great assistance.

Can you check the part number of the IC on that 4 pin daughter board and advise. Cannot see it in your photo.

Have a look at what rabbit hole you may wander down looking to reverse engineer raw transmitted data here:

Hint: easier to check the data sheet on the ICs on the board. Take the photos. Post them here.

1 Like

No.
It’s 433MHz ASK receiver, Qiachip RX500.
You can’t find approach easier than this …

1 Like

In case it is relevant for other purposes than identifying the daughter board, here are the requested photos. Consider a vertical flip between the pictures.


Thank you all for your time!

You can go with the original plan with rf-bridge.
Or get cheap 433 modules and esp dev board.

Or if you like soldering and tinkering plus saving few dollars, remove the receiver from motherboard and connect it to esp dev board. Record the signals you need and solder esp in the place of that receiver.

Interesting! I don’t find those modules listed in the documentation. Do I just need to find ESP32 compatibility? If you have known working examples, I welcome them.

433MHz superheterodyne receiver and transmitter combo. Like this:

Receiver to copy the signals from your original remote and transmitter to send them from esphome to your heater.

1 Like